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

/xsrc/external/mit/libXft/dist/src/
H A Dxftdpy.c185 info->track_mem_usage = FcFalse;
186 info->track_mem_usage = XftDefaultGetBool (dpy,
190 printf ("global track mem usage %s\n", BtoS(info->track_mem_usage));
302 info->track_mem_usage = XftDefaultGetBool (dpy,
304 info->track_mem_usage);
306 printf ("update track mem usage %s\n", BtoS(info->track_mem_usage));
H A Dxftint.h182 FcBool track_mem_usage; /* Use XftGlyphUsage */ member in struct:_XftFontInt
252 FcBool track_mem_usage; member in struct:_XftDisplayInfo
H A Dxftglyphs.c1069 if (font->track_mem_usage) {
1158 if (font->track_mem_usage) {
1232 if (font->track_mem_usage) {
1256 && font->track_mem_usage
1357 if (font->track_mem_usage)
H A Dxftfreetype.c1043 font->track_mem_usage = info->track_mem_usage;
1045 font->sizeof_glyph = (font->track_mem_usage

Completed in 6 milliseconds