Searched refs:num_fonts (Results 1 – 5 of 5) sorted by relevance
91 int num_fonts = ot.get_face_count (); in main() local92 printf ("%d font(s) found in file\n", num_fonts); in main()93 for (int n_font = 0; n_font < num_fonts; n_font++) { in main()95 printf ("Font %d of %d:\n", n_font, num_fonts); in main()
38 int32_t num_fonts = fonts->size(); in Merger() local39 for (int32_t i = 0; i < num_fonts; ++i) { in Merger()
182 int32_t num_fonts = wfd->ReadULongAsInt(Offset::kNumFonts); in LoadCollectionForBuilding() local184 builders->reserve(num_fonts); in LoadCollectionForBuilding()187 font_number < num_fonts; in LoadCollectionForBuilding()
201 if (ppd->num_fonts > 0) in ppdClose()203 for (i = ppd->num_fonts, font = ppd->fonts; i > 0; i --, font ++) in ppdClose()977 if (ppd->num_fonts == 0) in _ppdOpen()980 tempfonts = (char **)realloc(ppd->fonts, sizeof(char *) * (size_t)(ppd->num_fonts + 1)); in _ppdOpen()990 ppd->fonts[ppd->num_fonts] = _cupsStrAlloc(name); in _ppdOpen()991 ppd->num_fonts ++; in _ppdOpen()
327 int num_fonts; /* Number of pre-loaded fonts */ member