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

/xsrc/external/mit/xfs/dist/difs/
H A Dfontinfo.c318 Bool all_glyphs = FALSE; local in function:QueryExtents
324 &nranges, &all_glyphs, &cfp->font->info);
326 if (!fixed_range && !all_glyphs) {
338 c->flags = (all_glyphs) ? LoadAll : 0;
417 Bool all_glyphs = FALSE; local in function:QueryBitmaps
423 &nranges, &all_glyphs, &cfp->font->info);
425 if (!fixed_range && !all_glyphs) {
437 c->flags = (all_glyphs) ? LoadAll : 0;

Completed in 2 milliseconds