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

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaNonTEText.c 10 text and passes them to the NonTEGlyphRenderer which will usually
13 The NonTEGlyphRenderer itself may optionally be driver supplied to
453 if(n) (*infoRec->NonTEGlyphRenderer)(pScrn,
528 if(n) (*infoRec->NonTEGlyphRenderer)(pScrn,
540 NonTEGlyphRenderer will be drawn. This function being called
xaaInitAccel.c 977 if(infoRec->NonTEGlyphRenderer) {
978 XAAMSG("\tDriver provided NonTEGlyphRenderer replacement\n");
981 infoRec->NonTEGlyphRenderer = XAANonTEGlyphRenderer;
1154 if(infoRec->NonTEGlyphRenderer) {
1170 if(infoRec->NonTEGlyphRenderer && HaveSolidFillRect) {
xaaStateChange.c 129 void (*NonTEGlyphRenderer)(ScrnInfoPtr pScrn, int x, int y, int n,
692 (*pStatePriv->NonTEGlyphRenderer)(pScrn, x, y, n,
1548 XAA_STATE_WRAP(NonTEGlyphRenderer);
xaa.h 727 void (*NonTEGlyphRenderer)(
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_accel.c 253 infoPtr->NonTEGlyphRenderer = TDFXNonTEGlyphRenderer;

Completed in 6 milliseconds