HomeSort by relevance Sort by last modified time
    Searched refs:num_fonts (Results 1 - 5 of 5) sorted by null

  /external/sfntly/cpp/src/sample/subtly/
merger.cc 38 int32_t num_fonts = fonts->size(); local
39 for (int32_t i = 0; i < num_fonts; ++i) {
  /external/harfbuzz_ng/src/
main.cc 92 int num_fonts = ot.get_face_count (); local
93 printf ("%d font(s) found in file\n", num_fonts);
94 for (int n_font = 0; n_font < num_fonts; n_font++) {
96 printf ("Font %d of %d:\n", n_font, num_fonts);
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 182 int32_t num_fonts = wfd->ReadULongAsInt(Offset::kNumFonts); local
184 builders->reserve(num_fonts);
187 font_number < num_fonts;
  /external/libcups/cups/
ppd.h 327 int num_fonts; /* Number of pre-loaded fonts */ member in struct:ppd_file_s
ppd.c 201 if (ppd->num_fonts > 0)
203 for (i = ppd->num_fonts, font = ppd->fonts; i > 0; i --, font ++)
977 if (ppd->num_fonts == 0)
980 tempfonts = (char **)realloc(ppd->fonts, sizeof(char *) * (size_t)(ppd->num_fonts + 1));
990 ppd->fonts[ppd->num_fonts] = _cupsStrAlloc(name);
991 ppd->num_fonts ++;
    [all...]

Completed in 152 milliseconds