Home
last modified time | relevance | path

Searched refs:num_fonts (Results 1 – 9 of 9) sorted by relevance

/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc178 int32_t num_fonts = wfd->ReadULongAsInt(Offset::kNumFonts); in LoadCollectionForBuilding() local
179 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()
/external/sfntly/cpp/src/sample/subtly/
Dmerger.cc38 int32_t num_fonts = fonts->size(); in Merger() local
39 for (int32_t i = 0; i < num_fonts; ++i) { in Merger()
/external/freetype/src/sfnt/
Dsfwoff2.c1979 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()
/external/freetype/include/freetype/internal/
Dwofftypes.h170 FT_UShort num_fonts; /* number of fonts in TTC */ member
/external/libcups/cups/
Dppd.c171 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()
Dppd.h321 int num_fonts; /* Number of pre-loaded fonts */ member
/external/libcups/systemv/
Dcupstestppd.c1622 _cupsLangPrintf(stdout, " num_fonts = %d", ppd->num_fonts); in main()
1623 for (j = 0; j < ppd->num_fonts; j ++) in main()
/external/freetype/docs/oldlogs/
DChangeLog.2103991 * src/sfnt/sfwoff2.c (woff2_open_font): Check `num_fonts' for TTCs.
DChangeLog.214957 (FNT_FaceRec): Remove `num_fonts' field and replace `fonts' with