Searched refs:glyph_memory (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftdpy.c170 info->glyph_memory = 0;
214 unsigned long glyph_memory; local in function:_XftDisplayValidateMemory
216 glyph_memory = 0;
220 glyph_memory += font->glyph_memory;
222 if (glyph_memory != info->glyph_memory)
224 info->glyph_memory, glyph_memory);
231 unsigned long glyph_memory; local in function:_XftDisplayManageMemory
[all...]
H A Dxftglyphs.c80 unsigned long glyph_memory; local in function:_XftFontValidateMemory
84 glyph_memory = 0;
90 glyph_memory += xftg->glyph_memory;
93 if (glyph_memory != font->glyph_memory)
95 font->glyph_memory, glyph_memory);
706 if (xftg->glyph_memory)
988 xftg->glyph_memory
1347 unsigned long glyph_memory; local in function:_XftFontUncacheGlyph
[all...]
H A Dxftint.h70 unsigned long glyph_memory; member in struct:_XftGlyph
177 unsigned long glyph_memory; member in struct:_XftFontInt
250 unsigned long glyph_memory; member in struct:_XftDisplayInfo
H A Dxftfreetype.c1041 font->glyph_memory = 0;
1093 info->glyph_memory -= font->glyph_memory;

Completed in 6 milliseconds