Searched refs:ImageGlyphBltNonTE (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c130 void (*ImageGlyphBltNonTE)(DrawablePtr, GCPtr, int, int, unsigned int, member in struct:__anoncd26d3de0108
224 pOverPriv->ImageGlyphBltNonTE = infoRec->ImageGlyphBltNonTE;
282 if(infoRec->ImageGlyphBltNonTE)
283 infoRec->ImageGlyphBltNonTE = XAAOverImageGlyphBltNonTE;
839 (*pOverPriv->ImageGlyphBltNonTE)(
H A DxaaGCmisc.c267 if(infoRec->ImageGlyphBltNonTE &&
276 pGC->ops->ImageGlyphBlt = infoRec->ImageGlyphBltNonTE;
H A DxaaInitAccel.c1181 if(!infoRec->ImageGlyphBltNonTE) {
1182 infoRec->ImageGlyphBltNonTE = XAAImageGlyphBltNonTEColorExpansion;
1387 (infoRec->ImageGlyphBltTE || infoRec->ImageGlyphBltNonTE)) {
1391 if(infoRec->ImageGlyphBltNonTE)
H A DxaaStateChange.c185 void (*ImageGlyphBltNonTE) (DrawablePtr pDrawable, GCPtr pGC, int xInit, member in struct:_XAAStateWrapRec
948 (*pStatePriv->ImageGlyphBltNonTE)(pDrawable, pGC, xInit,
1572 XAA_STATE_WRAP(ImageGlyphBltNonTE);
H A Dxaa.h957 void (*ImageGlyphBltNonTE) ( member in struct:_XAAInfoRec

Completed in 9 milliseconds