Lines Matching refs:glyph
69 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); in fbPolyGlyphBlt() local
75 glyph = 0; in fbPolyGlyphBlt()
80 glyph = fbGlyph8; in fbPolyGlyphBlt()
83 glyph = fbGlyph16; in fbPolyGlyphBlt()
86 glyph = fbGlyph32; in fbPolyGlyphBlt()
101 if (glyph && gWidth <= sizeof(FbStip) * 8 && in fbPolyGlyphBlt()
105 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp, in fbPolyGlyphBlt()
137 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); in fbImageGlyphBlt() local
143 glyph = 0; in fbImageGlyphBlt()
148 glyph = fbGlyph8; in fbImageGlyphBlt()
151 glyph = fbGlyph16; in fbImageGlyphBlt()
154 glyph = fbGlyph32; in fbImageGlyphBlt()
163 && !glyph) { in fbImageGlyphBlt()
203 if (glyph && gWidth <= sizeof(FbStip) * 8 && in fbImageGlyphBlt()
207 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp, in fbImageGlyphBlt()