Home
last modified time | relevance | path

Searched refs:pglyphBase (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c85 void *pglyphBase /* start of array of glyphs */ in miPolyGlyphBlt() argument
143 pglyph = FONTGLYPHBITS(pglyphBase, pci); in miPolyGlyphBlt()
186 void *pglyphBase /* start of array of glyphs */ in miImageGlyphBlt() argument
224 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in miImageGlyphBlt()
H A Dmi.h269 void *pglyphBase
278 void *pglyphBase
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbglyph.c61 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in fbPolyGlyphBlt() argument
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
126 unsigned int nglyph, CharInfoPtr * ppciInit, void *pglyphBase) in fbImageGlyphBlt() argument
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
H A Dfb.h883 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase);
891 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase);
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h219 void *pglyphBase);
227 void *pglyphBase);
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.h81 CharInfoPtr * ppci, void *pglyphBase);
84 CharInfoPtr * ppci, void *pglyphBase);
H A Ddmxgcops.c511 CharInfoPtr * ppci, void *pglyphBase) in dmxImageGlyphBlt() argument
520 CharInfoPtr * ppci, void *pglyphBase) in dmxPolyGlyphBlt() argument
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h247 CharInfoPtr * ppci, void *pglyphBase);
250 CharInfoPtr * ppci, void *pglyphBase);
H A Dxf86VGAarbiter.c861 CharInfoPtr * ppci, void *pglyphBase) in VGAarbiterImageGlyphBlt() argument
868 nglyph, ppci, pglyphBase); in VGAarbiterImageGlyphBlt()
878 CharInfoPtr * ppci, void *pglyphBase) in VGAarbiterPolyGlyphBlt() argument
885 nglyph, ppci, pglyphBase); in VGAarbiterPolyGlyphBlt()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c321 CharInfoPtr * ppci, void *pglyphBase) in ExaCheckImageGlyphBlt() argument
327 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckImageGlyphBlt()
336 CharInfoPtr * ppci, void *pglyphBase) in ExaCheckPolyGlyphBlt() argument
343 pGC->ops->PolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckPolyGlyphBlt()
H A Dexa_priv.h421 CharInfoPtr * ppci, void *pglyphBase);
427 CharInfoPtr * ppci, void *pglyphBase);
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c468 CharInfoPtr *ppci, void *pglyphBase) in DRIPolyGlyphBlt() argument
476 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in DRIPolyGlyphBlt()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_priv.h829 CharInfoPtr *ppci, void *pglyphBase);
833 CharInfoPtr *ppci, void *pglyphBase);
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1400 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in damageImageGlyphBlt() argument
1405 (*pGC->ops->ImageGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in damageImageGlyphBlt()
1415 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in damagePolyGlyphBlt() argument
1420 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in damagePolyGlyphBlt()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c119 void *pglyphBase);
1422 CharInfoPtr * ppci, void *pglyphBase) in RootlessPolyGlyphBlt() argument
1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt()