Searched refs:xftg (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftextent.c | 38 XftGlyph *xftg; local in function:XftGlyphExtents 56 xftg = NULL; 62 (xftg = font->glyphs[glyph])) 67 if (xftg) 68 *extents = xftg->metrics; 76 overall_left = x - xftg->metrics.x; 77 overall_top = y - xftg->metrics.y; 78 overall_right = overall_left + (int) xftg->metrics.width; 79 overall_bottom = overall_top + (int) xftg->metrics.height; 80 x += xftg [all...] |
| H A D | xftglyphs.c | 82 XftGlyph *xftg; local in function:_XftFontValidateMemory 87 xftg = font->glyphs[glyphindex]; 88 if (xftg) 90 glyph_memory += xftg->glyph_memory; 646 XftGlyph *xftg; local in function:XftFontLoadGlyphs 695 xftg = font->glyphs[glyphindex]; 696 if (!xftg) 706 if (xftg->glyph_memory) 842 xftg->metrics.xOff = (short)(TRUNC(ROUND(vector.x))); 843 xftg 1120 XftGlyph *xftg; local in function:XftFontUnloadGlyphs 1212 XftGlyph *xftg; local in function:XftFontCheckGlyph 1349 XftGlyph *xftg; local in function:_XftFontUncacheGlyph [all...] |
| H A D | xftcore.c | 319 _Xconst XftGlyph *xftg, 324 unsigned char *srcLine = xftg->bitmap, *src; 326 int width = xftg->metrics.width; 328 int height = xftg->metrics.height; 342 x -= xftg->metrics.x; 343 y -= xftg->metrics.y; 464 _Xconst XftGlyph *xftg, 493 width = xftg->metrics.width; 494 height = xftg->metrics.height; 496 x -= xftg 318 _XftSmoothGlyphMono(XImage * image,_Xconst XftGlyph * xftg,int x,int y,_Xconst XftColor * color) argument 463 _XftSmoothGlyphGray8888(XImage * image,_Xconst XftGlyph * xftg,int x,int y,_Xconst XftColor * color) argument 533 _XftSmoothGlyphGray565(XImage * image,_Xconst XftGlyph * xftg,int x,int y,_Xconst XftColor * color) argument 609 _XftSmoothGlyphGray555(XImage * image,_Xconst XftGlyph * xftg,int x,int y,_Xconst XftColor * color) argument 685 _XftSmoothGlyphGray(XImage * image,_Xconst XftGlyph * xftg,int x,int y,_Xconst XftColor * color) argument 764 _XftSmoothGlyphRgba(XImage * image,_Xconst XftGlyph * xftg,int x,int y,_Xconst XftColor * color) argument 952 XftGlyph *xftg; local in function:XftGlyphCore 1086 XftGlyph *xftg; local in function:XftGlyphSpecCore 1233 XftGlyph *xftg; local in function:XftGlyphFontSpecCore [all...] |
| H A D | xftfreetype.c | 1102 XftGlyph *xftg = font->glyphs[i]; local in function:XftFontDestroy 1103 if (xftg) 1105 if (xftg->bitmap) 1106 free (xftg->bitmap); 1107 free (xftg);
|
Completed in 7 milliseconds