Lines Matching refs:bglyph
460 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)blockrec->data;
461 if (bglyph->num_expected_ranges)
462 free(bglyph->expected_ranges);
538 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)blockrec->data;
540 _fs_clean_aborted_loadglyphs(bglyph->pfont,
541 bglyph->num_expected_ranges,
542 bglyph->expected_ranges);
543 _fs_signal_clients_depending(&bglyph->clients_depending);
1884 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr) blockrec->data;
1887 FontPtr pfont = bglyph->pfont;
1960 nranges = bglyph->num_expected_ranges;
1961 nextrange = bglyph->expected_ranges;