Searched refs:num_fonts (Results 1 – 6 of 6) sorted by relevance
88 int num_fonts = ot.get_face_count (); in main() local89 printf ("%d font(s) found in file\n", num_fonts); in main()90 for (int n_font = 0; n_font < num_fonts; n_font++) { in main()92 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()979 if (ppd->num_fonts == 0) in _ppdOpen()982 tempfonts = (char **)realloc(ppd->fonts, sizeof(char *) * (size_t)(ppd->num_fonts + 1)); in _ppdOpen()992 ppd->fonts[ppd->num_fonts] = _cupsStrAlloc(name); in _ppdOpen()993 ppd->num_fonts ++; in _ppdOpen()
329 int num_fonts; /* Number of pre-loaded fonts */ member
4957 (FNT_FaceRec): Remove `num_fonts' field and replace `fonts' with