Home
last modified time | relevance | path

Searched refs:ImageGlyphBlt (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipolytext.c116 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, x, y, n, charinfo, in miImageText8()
132 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, x, y, n, charinfo, in miImageText16()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h213 void (*ImageGlyphBlt) (DrawablePtr pDrawable, member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c159 .ImageGlyphBlt = miImageGlyphBlt,
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c458 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused); in DRIImageGlyphBlt()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c1404 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused); in RootlessImageGlyphBlt()
1411 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused); in RootlessImageGlyphBlt()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c327 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckImageGlyphBlt()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c867 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, xInit, yInit, in VGAarbiterImageGlyphBlt()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1405 (*pGC->ops->ImageGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in damageImageGlyphBlt()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog164968 EXA: ImageGlyphBlt improvements.