Lines Matching defs:draw
3 static PetscErrorCode PetscDrawCoordinateToPixel_Null(PetscDraw draw, PetscReal x, PetscReal y, int… in PetscDrawCoordinateToPixel_Null()
10 static PetscErrorCode PetscDrawPixelToCoordinate_Null(PetscDraw draw, int i, int j, PetscReal *x, P… in PetscDrawPixelToCoordinate_Null()
17 static PetscErrorCode PetscDrawPoint_Null(PetscDraw draw, PetscReal x, PetscReal y, int c) in PetscDrawPoint_Null()
23 static PetscErrorCode PetscDrawPointPixel_Null(PetscDraw draw, int x, int y, int c) in PetscDrawPointPixel_Null()
29 static PetscErrorCode PetscDrawLineGetWidth_Null(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Null()
36 static PetscErrorCode PetscDrawLine_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, … in PetscDrawLine_Null()
42 static PetscErrorCode PetscDrawArrow_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr,… in PetscDrawArrow_Null()
48 static PetscErrorCode PetscDrawRectangle_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal… in PetscDrawRectangle_Null()
60 static PetscErrorCode PetscDrawTriangle_Null(PetscDraw draw, PetscReal X1, PetscReal Y_1, PetscReal… in PetscDrawTriangle_Null()
66 static PetscErrorCode PetscDrawStringGetSize_Null(PetscDraw draw, PetscReal *x, PetscReal *y) in PetscDrawStringGetSize_Null()
74 static PetscErrorCode PetscDrawString_Null(PetscDraw draw, PetscReal x, PetscReal y, int c, const c… in PetscDrawString_Null()
80 static PetscErrorCode PetscDrawStringVertical_Null(PetscDraw draw, PetscReal x, PetscReal y, int c,… in PetscDrawStringVertical_Null()
86 static PetscErrorCode PetscDrawStringBoxed_Null(PetscDraw draw, PetscReal sxl, PetscReal syl, int s… in PetscDrawStringBoxed_Null()
94 static PetscErrorCode PetscDrawGetSingleton_Null(PetscDraw draw, PetscDraw *sdraw) in PetscDrawGetSingleton_Null()
101 static PetscErrorCode PetscDrawRestoreSingleton_Null(PetscDraw draw, PetscDraw *sdraw) in PetscDrawRestoreSingleton_Null()
158 PETSC_EXTERN PetscErrorCode PetscDrawCreate_Null(PetscDraw draw) in PetscDrawCreate_Null()
214 PetscErrorCode PetscDrawIsNull(PetscDraw draw, PetscBool *yes) in PetscDrawIsNull()