Home
last modified time | relevance | path

Searched defs:y_1 (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/classes/draw/interface/
H A Ddtri.c24 PetscErrorCode PetscDrawTriangle(PetscDraw draw, PetscReal x1, PetscReal y_1, PetscReal x2, PetscRe… in PetscDrawTriangle()
222 PetscReal x1, x2, x3, x4, y_1, y2, y3, y4; in PetscDrawTensorContourPatch() local
/petsc/src/sys/classes/draw/impls/x/
H A Dxtone.c10 PetscErrorCode PetscDrawInterpolatedTriangle_X(PetscDraw_X *win, int x1, int y_1, int t1, int x2, i… in PetscDrawInterpolatedTriangle_X()
H A Dxops.c85 int x_1, y_1, x_2, y_2; in PetscDrawLine_X() local
100 int x_1, y_1, x_2, y_2; in PetscDrawArrow_X() local
183 int x1, y_1, x2, y2, x3, y3; in PetscDrawTriangle_X() local
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.h36 static inline void PetscImageDrawLine(PetscImage img, int x_1, int y_1, int x_2, int y_2, int c) in PetscImageDrawLine()
108 static inline void PetscImageDrawTriangle(PetscImage img, int x_1, int y_1, int t_1, int x_2, int y… in PetscImageDrawTriangle()
H A Ddrawimage.c123 int y_1 = YTRANS(draw, img, yl), y_2 = YTRANS(draw, img, yr); in PetscDrawLine_Image() local
137 int y_1 = YTRANS(draw, img, yl), y_2 = YTRANS(draw, img, yr); in PetscDrawArrow_Image() local
207 int y_1 = YTRANS(draw, img, Y_1), y_2 = YTRANS(draw, img, Y_2), y_3 = YTRANS(draw, img, Y_3); in PetscDrawTriangle_Image() local
/petsc/src/dm/impls/da/
H A Dgr2.c32 PetscReal min, max, x1, x2, x3, x4, y_1, y2, y3, y4; in VecView_MPI_Draw_DA2d_Zoom() local