Lines Matching defs:xInit
171 void (*ImageGlyphBltTE) (DrawablePtr pDrawable, GCPtr pGC, int xInit,
174 void (*PolyGlyphBltTE) (DrawablePtr pDrawable, GCPtr pGC, int xInit,
185 void (*ImageGlyphBltNonTE) (DrawablePtr pDrawable, GCPtr pGC, int xInit,
188 void (*PolyGlyphBltNonTE) (DrawablePtr pDrawable, GCPtr pGC, int xInit,
877 static void XAAStateWrapImageGlyphBltTE(DrawablePtr pDrawable, GCPtr pGC, int xInit,
884 (*pStatePriv->ImageGlyphBltTE)(pDrawable, pGC, xInit,
889 static void XAAStateWrapPolyGlyphBltTE(DrawablePtr pDrawable, GCPtr pGC, int xInit,
896 (*pStatePriv->PolyGlyphBltTE)(pDrawable, pGC, xInit,
941 static void XAAStateWrapImageGlyphBltNonTE(DrawablePtr pDrawable, GCPtr pGC, int xInit,
948 (*pStatePriv->ImageGlyphBltNonTE)(pDrawable, pGC, xInit,
953 static void XAAStateWrapPolyGlyphBltNonTE(DrawablePtr pDrawable, GCPtr pGC, int xInit,
960 (*pStatePriv->PolyGlyphBltNonTE)(pDrawable, pGC, xInit,