Home
last modified time | relevance | path

Searched refs:fbFill (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfillsp.c66 fbFill(pDrawable, pGC, fullX1, fullY1, fullX2 - fullX1, 1); in fbFillSpans()
79 fbFill(pDrawable, pGC, in fbFillSpans()
H A Dfbfillrect.c72 fbFill(pDrawable, in fbPolyFillRect()
98 fbFill(pDrawable, pGC, in fbPolyFillRect()
H A Dfbseg.c189 fbFill(pDrawable, pGC, x1, y1, 1, 1); in fbBresFill()
258 fbFill(pDrawable, pGC, x1, y1, 1, 1); in fbBresFillDash()
H A Dwfbrename.h47 #define fbFill wfbFill macro
H A Dfbpush.c65 fbFill(pDrawable, pGC, xspan, y, lenspan, 1); in fbPushPattern()
H A Dfbfill.c112 fbFill(DrawablePtr pDrawable, GCPtr pGC, int x, int y, int width, int height) in fbFill() function
H A Dfb.h822 fbFill(DrawablePtr pDrawable, GCPtr pGC, int x, int y, int width, int height);
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c134 fbFill(&fakexa->pDst->drawable, fakexa->pGC, x1, y1, x2 - x1, y2 - y1); in ephyrSolid()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c260 fbFill(&pPixmap->drawable, gc, x1, y1, x2 - x1, y2 - y1); in ms_exa_solid_bail()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog54564 As glamor_fill/fbFill will handle non-solid fill correctly.
87535 glamor: For non-supported fill style fallback to fbFill.
91355 | fbfill.c: In function 'fbFill':
92245 miPaintWindow would cause fbFill() to overwrite pScreen's pixmap which was
163608 In fbFill() make sure the drawable is validated when pixman_fill() succeeds.
163870 Split fbSolidFillmmx() into a new FbFillmmx() function. Call that from fbFill().