| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miglblt.c | 85 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 D | mi.h | 269 void *pglyphBase 278 void *pglyphBase
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbglyph.c | 61 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 D | fb.h | 883 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase); 891 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase);
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 219 void *pglyphBase); 227 void *pglyphBase);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.h | 81 CharInfoPtr * ppci, void *pglyphBase); 84 CharInfoPtr * ppci, void *pglyphBase);
|
| H A D | dmxgcops.c | 511 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 D | xf86VGAarbiterPriv.h | 247 CharInfoPtr * ppci, void *pglyphBase); 250 CharInfoPtr * ppci, void *pglyphBase);
|
| H A D | xf86VGAarbiter.c | 861 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 D | exa_unaccel.c | 321 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 D | exa_priv.h | 421 CharInfoPtr * ppci, void *pglyphBase); 427 CharInfoPtr * ppci, void *pglyphBase);
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 468 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 D | glamor_priv.h | 829 CharInfoPtr *ppci, void *pglyphBase); 833 CharInfoPtr *ppci, void *pglyphBase);
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 1400 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 D | rootlessGC.c | 119 void *pglyphBase); 1422 CharInfoPtr * ppci, void *pglyphBase) in RootlessPolyGlyphBlt() argument 1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt()
|