Lines Matching defs:draw
24 #define XTRANS(draw, win, x) (int)(((win)->w) * ((draw)->port_xl + (((x - (draw)->coor_xl) * ((draw… argument
25 #define YTRANS(draw, win, y) (int)(((win)->h) * (1.0 - (draw)->port_yl - (((y - (draw)->coor_yl) * … argument
47 static PetscErrorCode PetscDrawSetDoubleBuffer_Win32(PetscDraw draw) in PetscDrawSetDoubleBuffer_Win32()
66 static PetscErrorCode PetscDrawFlush_Win32(PetscDraw draw) in PetscDrawFlush_Win32()
97 static PetscErrorCode PetscDrawGetMouseButton_Win32(PetscDraw draw, PetscDrawButton *button, PetscR… in PetscDrawGetMouseButton_Win32()
142 static PetscErrorCode PetscDrawPause_Win32(PetscDraw draw) in PetscDrawPause_Win32()
149 static PetscErrorCode TranslateColor_Win32(PetscDraw draw, int color) in TranslateColor_Win32()
157 static PetscErrorCode AverageColorRectangle_Win32(PetscDraw draw, int c1, int c2, int c3, int c4) in AverageColorRectangle_Win32()
166 static PetscErrorCode AverageColorTriangle_Win32(PetscDraw draw, int c1, int c2, int c3) in AverageColorTriangle_Win32()
175 static PetscErrorCode PetscDrawRectangle_Win32(PetscDraw draw, PetscReal xl, PetscReal yl, PetscRea… in PetscDrawRectangle_Win32()
203 static PetscErrorCode PetscDrawLine_Win32(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr,… in PetscDrawLine_Win32()
229 static PetscErrorCode PetscDrawLineSetWidth_Win32(PetscDraw draw, PetscReal width) in PetscDrawLineSetWidth_Win32()
245 static PetscErrorCode PetscDrawLineGetWidth_Win32(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Win32()
254 static PetscErrorCode PetscDrawPoint_Win32(PetscDraw draw, PetscReal x, PetscReal y, int color) in PetscDrawPoint_Win32()
285 static PetscErrorCode PetscDrawPointSetSize_Win32(PetscDraw draw, PetscReal width) in PetscDrawPointSetSize_Win32()
300 static PetscErrorCode PetscDrawString_Win32(PetscDraw draw, PetscReal x, PetscReal y, int color, co… in PetscDrawString_Win32()
346 static PetscErrorCode PetscDrawStringVertical_Win32(PetscDraw draw, PetscReal x, PetscReal y, int c… in PetscDrawStringVertical_Win32()
392 static PetscErrorCode PetscDrawStringSetSize_Win32(PetscDraw draw, PetscReal width, PetscReal heigh… in PetscDrawStringSetSize_Win32()
406 static PetscErrorCode PetscDrawStringGetSize_Win32(PetscDraw draw, PetscReal *width, PetscReal *hei… in PetscDrawStringGetSize_Win32()
418 static PetscErrorCode PetscDrawResizeWindow_Win32(PetscDraw draw, int w, int h) in PetscDrawResizeWindow_Win32()
436 static PetscErrorCode PetscDrawCheckResizedWindow_Win32(PetscDraw draw) in PetscDrawCheckResizedWindow_Win32()
445 static PetscErrorCode PetscDrawSetTitle_Win32(PetscDraw draw, const char title[]) in PetscDrawSetTitle_Win32()
454 static PetscErrorCode PetscDrawClear_Win32(PetscDraw draw) in PetscDrawClear_Win32()
470 static PetscErrorCode PetscDrawTriangle_Win32(PetscDraw draw, PetscReal x1, PetscReal yone, PetscRe… in PetscDrawTriangle_Win32()
507 static PetscErrorCode PetscDrawSetVisible_Win32(PetscDraw draw, PetscBool visible) in PetscDrawSetVisible_Win32()
516 static PetscErrorCode PetscDrawDestroy_Win32(PetscDraw draw) in PetscDrawDestroy_Win32()
526 static void MessageLoopThread_Win32(PetscDraw draw) in MessageLoopThread_Win32()
574 static PetscErrorCode PetscDrawGetPopup_Win32(PetscDraw draw, PetscDraw *popup) in PetscDrawGetPopup_Win32()
590 PETSC_EXTERN PetscErrorCode PetscDrawCreate_Win32(PetscDraw draw) in PetscDrawCreate_Win32()