HomeSort by: relevance | last modified time | path
    Searched refs:ImageGlyphBltNonTE (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOverlayDF.c 130 void (*ImageGlyphBltNonTE)(DrawablePtr, GCPtr, int, int, unsigned int,
224 pOverPriv->ImageGlyphBltNonTE = infoRec->ImageGlyphBltNonTE;
282 if(infoRec->ImageGlyphBltNonTE)
283 infoRec->ImageGlyphBltNonTE = XAAOverImageGlyphBltNonTE;
839 (*pOverPriv->ImageGlyphBltNonTE)(
xaaGCmisc.c 267 if(infoRec->ImageGlyphBltNonTE &&
276 pGC->ops->ImageGlyphBlt = infoRec->ImageGlyphBltNonTE;
xaaInitAccel.c 1181 if(!infoRec->ImageGlyphBltNonTE) {
1182 infoRec->ImageGlyphBltNonTE = XAAImageGlyphBltNonTEColorExpansion;
1387 (infoRec->ImageGlyphBltTE || infoRec->ImageGlyphBltNonTE)) {
1391 if(infoRec->ImageGlyphBltNonTE)
xaaStateChange.c 185 void (*ImageGlyphBltNonTE) (DrawablePtr pDrawable, GCPtr pGC, int xInit,
948 (*pStatePriv->ImageGlyphBltNonTE)(pDrawable, pGC, xInit,
1572 XAA_STATE_WRAP(ImageGlyphBltNonTE);
xaa.h 957 void (*ImageGlyphBltNonTE) (

Completed in 6 milliseconds