Home
last modified time | relevance | path

Searched refs:FillRectangle (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusGraphics.h1010 Status FillRectangle(IN const Brush* brush, in FillRectangle() function
1013 return FillRectangle(brush, rect.X, rect.Y, rect.Width, rect.Height); in FillRectangle()
1016 Status FillRectangle(IN const Brush* brush, in FillRectangle() function
1037 Status FillRectangle(IN const Brush* brush, in FillRectangle() function
1040 return FillRectangle(brush, in FillRectangle()
1047 Status FillRectangle(IN const Brush* brush, in FillRectangle() function
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_video.c913 surface->FillRectangle (surface, dstrect->x, dstrect->y, dstrect->w, dstrect->h); in DirectFB_FillHWRect()