Lines Matching refs:PetscReal
3 static PetscErrorCode PetscDrawCoordinateToPixel_Null(PetscDraw draw, PetscReal x, PetscReal y, int… in PetscDrawCoordinateToPixel_Null()
10 …ErrorCode PetscDrawPixelToCoordinate_Null(PetscDraw draw, int i, int j, PetscReal *x, PetscReal *y) in PetscDrawPixelToCoordinate_Null()
17 static PetscErrorCode PetscDrawPoint_Null(PetscDraw draw, PetscReal x, PetscReal y, int c) in PetscDrawPoint_Null()
29 static PetscErrorCode PetscDrawLineGetWidth_Null(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Null()
32 if (width) *width = (PetscReal)0.01; in PetscDrawLineGetWidth_Null()
36 … PetscErrorCode PetscDrawLine_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, Petsc… in PetscDrawLine_Null()
42 …PetscErrorCode PetscDrawArrow_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, Petsc… in PetscDrawArrow_Null()
48 …cErrorCode PetscDrawRectangle_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, Petsc… in PetscDrawRectangle_Null()
54 …PetscErrorCode PetscDrawEllipse_Null(PetscDraw Win, PetscReal x, PetscReal y, PetscReal a, PetscRe… in PetscDrawEllipse_Null()
60 …scDrawTriangle_Null(PetscDraw draw, PetscReal X1, PetscReal Y_1, PetscReal X2, PetscReal Y2, Petsc… in PetscDrawTriangle_Null()
66 static PetscErrorCode PetscDrawStringGetSize_Null(PetscDraw draw, PetscReal *x, PetscReal *y) in PetscDrawStringGetSize_Null()
69 if (x) *x = (PetscReal)0.01; in PetscDrawStringGetSize_Null()
70 if (y) *y = (PetscReal)0.01; 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 …tringBoxed_Null(PetscDraw draw, PetscReal sxl, PetscReal syl, int sc, int bc, const char text[], P… in PetscDrawStringBoxed_Null()