Searched refs:num_fonts (Results 1 – 9 of 9) sorted by relevance
178 int32_t num_fonts = wfd->ReadULongAsInt(Offset::kNumFonts); in LoadCollectionForBuilding() local179 if (num_fonts < 0) in LoadCollectionForBuilding()181 if (num_fonts > wfd->Length() / 4) in LoadCollectionForBuilding()184 builders->reserve(num_fonts); in LoadCollectionForBuilding()187 font_number < num_fonts; in LoadCollectionForBuilding()
38 int32_t num_fonts = fonts->size(); in Merger() local39 for (int32_t i = 0; i < num_fonts; ++i) { in Merger()
1979 woff2.num_fonts = 1; in woff2_open_font()1996 if ( READ_255USHORT( woff2.num_fonts ) ) in woff2_open_font()1999 if ( !woff2.num_fonts ) in woff2_open_font()2005 FT_TRACE4(( "Number of fonts in TTC: %d\n", woff2.num_fonts )); in woff2_open_font()2008 if ( FT_NEW_ARRAY( woff2.ttc_fonts, woff2.num_fonts ) ) in woff2_open_font()2011 for ( nn = 0; nn < woff2.num_fonts; nn++ ) in woff2_open_font()2122 *num_faces = woff2.num_fonts; in woff2_open_font()2127 if ( face_index >= woff2.num_fonts ) in woff2_open_font()2338 for ( nn = 0; nn < woff2.num_fonts; nn++ ) in woff2_open_font()
170 FT_UShort num_fonts; /* number of fonts in TTC */ member
171 if (ppd->num_fonts > 0) in ppdClose()173 for (i = ppd->num_fonts, font = ppd->fonts; i > 0; i --, font ++) in ppdClose()951 if (ppd->num_fonts == 0) in _ppdOpen()954 tempfonts = (char **)realloc(ppd->fonts, sizeof(char *) * (size_t)(ppd->num_fonts + 1)); in _ppdOpen()964 ppd->fonts[ppd->num_fonts] = strdup(name); in _ppdOpen()965 ppd->num_fonts ++; in _ppdOpen()
321 int num_fonts; /* Number of pre-loaded fonts */ member
1622 _cupsLangPrintf(stdout, " num_fonts = %d", ppd->num_fonts); in main()1623 for (j = 0; j < ppd->num_fonts; j ++) in main()
3991 * src/sfnt/sfwoff2.c (woff2_open_font): Check `num_fonts' for TTCs.
4957 (FNT_FaceRec): Remove `num_fonts' field and replace `fonts' with