HomeSort by relevance Sort by last modified time
    Searched refs:glyph_count (Results 1 - 18 of 18) 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);
45 size_t glyph_count,
49 glyph_ids == NULL || glyph_count == 0) {
58 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,
65 // |glyph_count| Number of glyph IDs in |glyph_ids|
71 size_t glyph_count,
subsetter_impl.h 64 size_t glyph_count,
subsetter_impl.cc 165 size_t glyph_count,
168 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) {
175 for (size_t i = 0; i < glyph_count; ++i) {
659 size_t glyph_count,
676 glyph_ids, glyph_count, &glyph_id_processed) ||
  /external/skia/gm/
skbug_5321.cpp 23 int glyph_count = paint.countText(text, byteLength); local
24 SkAutoTMalloc<SkScalar> widths(glyph_count);
26 for (int i = 0; i < glyph_count; ++i) {
  /external/freetype/src/autofit/
afglobal.c 147 for ( i = 0; i < (FT_UInt)globals->glyph_count; i++ )
195 gindex < (FT_ULong)globals->glyph_count &&
206 if ( gindex < (FT_ULong)globals->glyph_count &&
224 gindex < (FT_ULong)globals->glyph_count &&
235 if ( gindex < (FT_ULong)globals->glyph_count &&
267 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
281 for ( nn = 0; nn < globals->glyph_count; nn++ )
307 for ( idx = 0; idx < globals->glyph_count; idx++ )
355 globals->glyph_count = face->num_glyphs;
439 if ( gindex >= (FT_ULong)globals->glyph_count )
    [all...]
afglobal.h 108 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
afshaper.c 367 if ( idx >= (hb_codepoint_t)globals->glyph_count )
  /external/pdfium/core/fxge/win32/
dwrite_int.h 51 int glyph_count,
fx_win32_dwrite.cpp 232 int glyph_count,
255 glyphRun.glyphCount = glyph_count;
  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 115 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const
119 c->check_array (offsetArrayZ, offsetArrayZ[0].static_size, glyph_count + 1));
145 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const
150 case 1: return_trace (u.format1.sanitize (c, glyph_count));
151 case 3: return_trace (u.format3.sanitize (c, glyph_count));
hb-face.h 109 unsigned int glyph_count);
hb-graphite2.cc 276 unsigned int glyph_count = gr_seg_n_slots (seg); local
277 if (unlikely (!glyph_count)) {
284 buffer->ensure (glyph_count);
287 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
308 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
374 buffer->len = glyph_count;
hb-face.cc 434 * @glyph_count:
442 unsigned int glyph_count)
447 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 1649 FT_UInt glyph_count = glyph->num_points; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 1649 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 2205 milliseconds