Searched refs:TEGlyphRenderer (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInitAccel.c | 894 if (infoRec->TEGlyphRenderer) { 895 XAAMSG("\tDriver provided TEGlyphRenderer replacement\n"); 903 infoRec->TEGlyphRenderer = 906 infoRec->TEGlyphRenderer = XAATEGlyphRenderer3MSBFirst; 909 infoRec->TEGlyphRenderer = 912 infoRec->TEGlyphRenderer = XAATEGlyphRenderer3LSBFirst; 918 XAAMSG("WARNING: TEGlyphRenderer cannot support RGB_EQUAL" 924 infoRec->TEGlyphRenderer = 927 infoRec->TEGlyphRenderer = XAATEGlyphRendererMSBFirst; 930 infoRec->TEGlyphRenderer [all...] |
| H A D | xaaTEText.c | 9 and passes them to the TEGlyphRenderer which will usually be a lower 12 The TEGlyphRenderer itself may optionally be driver supplied to 297 (*infoRec->TEGlyphRenderer)( pScrn,
|
| H A D | xaaStateChange.c | 125 void (*TEGlyphRenderer)(ScrnInfoPtr pScrn, int x, int y, int w, int h, member in struct:_XAAStateWrapRec 678 (*pStatePriv->TEGlyphRenderer)(pScrn, x, y, w, h, 1547 XAA_STATE_WRAP(TEGlyphRenderer);
|
| H A D | xaa.h | 719 void (*TEGlyphRenderer)( member in struct:_XAAInfoRec
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_accel.c | 458 XAA(TEGlyphRenderer); 544 XAA(TEGlyphRenderer);
|
| H A D | apm_funcs.c | 53 static void A(TEGlyphRenderer)(ScrnInfoPtr pScrn, int x, int y, int w, int h, 687 A(TEGlyphRenderer)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
|
Completed in 10 milliseconds