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

  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 25 size_t glyph_count,
29 glyph_ids == NULL || glyph_count == 0) {
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
font_subsetter.h 41 // |glyph_count| Number of glyph IDs in |glyph_ids|
47 size_t glyph_count,
subsetter_impl.h 61 size_t glyph_count,
subsetter_impl.cc 163 size_t glyph_count,
166 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) {
173 for (size_t i = 0; i < glyph_count; ++i) {
639 size_t glyph_count,
656 glyph_ids, glyph_count, &glyph_id_processed) ||
  /external/freetype/src/autofit/
afglobal.c 147 globals->glyph_count );
194 gindex < (FT_ULong)globals->glyph_count &&
205 if ( gindex < (FT_ULong)globals->glyph_count &&
237 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
251 for ( nn = 0; nn < globals->glyph_count; nn++ )
277 for ( idx = 0; idx < globals->glyph_count; idx++ )
323 globals->glyph_count = face->num_glyphs;
377 globals->glyph_count = 0;
401 if ( gindex >= (FT_ULong)globals->glyph_count )
458 if ( gindex < (FT_ULong)globals->glyph_count )
    [all...]
afglobal.h 102 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
hbshim.c 362 if ( idx >= (hb_codepoint_t)globals->glyph_count )
  /external/pdfium/core/src/fxge/win32/
dwrite_int.h 48 int glyph_count, unsigned short* glyph_indices,
fx_win32_dwrite.cpp 224 int glyph_count, unsigned short* glyph_indices,
246 glyphRun.glyphCount = glyph_count;
  /external/harfbuzz_ng/src/
hb-face.h 109 unsigned int glyph_count);
hb-graphite2.cc 266 unsigned int glyph_count = gr_seg_n_slots (seg); local
267 if (unlikely (!glyph_count)) {
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
344 buffer->len = glyph_count;
hb-face.cc 440 * @glyph_count:
448 unsigned int glyph_count)
453 face->num_glyphs = glyph_count;
  /external/skia/tools/lua/
glyph-counts.lua 96 io.write("glyph_count ", k, ",frequency ", v * 100 / gTotalCount, "\n")
glyph-usage.lua 141 io.write("glyph_count,", k, ",frequency,", v, "\n")
  /external/freetype/src/pshinter/
pshalgo.c 1743 FT_UInt glyph_count = glyph->num_points; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 1756 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 438 milliseconds