Lines Matching refs:glyph
65 unsigned char *pglyph; /* pointer bits in glyph */
67 int gWidth, gHeight; /* width and height of glyph */
68 FbStride gStride; /* stride of glyph */
69 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int);
75 glyph = 0;
80 glyph = fbGlyph8;
83 glyph = fbGlyph16;
86 glyph = fbGlyph32;
101 if (glyph && gWidth <= sizeof(FbStip) * 8 &&
105 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
131 unsigned char *pglyph; /* pointer bits in glyph */
132 int gWidth, gHeight; /* width and height of glyph */
133 FbStride gStride; /* stride of glyph */
137 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int);
143 glyph = 0;
148 glyph = fbGlyph8;
151 glyph = fbGlyph16;
154 glyph = fbGlyph32;
163 && !glyph) {
203 if (glyph && gWidth <= sizeof(FbStip) * 8 &&
207 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,