Home
last modified time | relevance | path

Searched refs:glyph_count (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.c147 globals->glyph_count ); in af_face_globals_compute_style_coverage()
194 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
205 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
237 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_style_coverage()
251 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_style_coverage()
277 for ( idx = 0; idx < globals->glyph_count; idx++ ) in af_face_globals_compute_style_coverage()
323 globals->glyph_count = face->num_glyphs; in af_face_globals_new()
377 globals->glyph_count = 0; in af_face_globals_free()
401 if ( gindex >= (FT_ULong)globals->glyph_count ) in af_face_globals_get_metrics()
458 if ( gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_is_digit()
Dafglobal.h102 FT_Long glyph_count; /* same as face->num_glyphs */ member
Dhbshim.c362 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_get_coverage()
/external/sfntly/cpp/src/sample/chromium/
Dfont_subsetter.cc25 size_t glyph_count, in SubsetFont() argument
29 glyph_ids == NULL || glyph_count == 0) { in SubsetFont()
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer); in SubsetFont()
Dfont_subsetter.h47 size_t glyph_count,
Dsubsetter_impl.h61 size_t glyph_count,
Dsubsetter_impl.cc163 size_t glyph_count, in ResolveCompositeGlyphs() argument
166 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) { in ResolveCompositeGlyphs()
173 for (size_t i = 0; i < glyph_count; ++i) { in ResolveCompositeGlyphs()
639 size_t glyph_count, in SubsetFont() argument
656 glyph_ids, glyph_count, &glyph_id_processed) || in SubsetFont()
/external/harfbuzz_ng/src/
Dhb-graphite2.cc274 unsigned int glyph_count = gr_seg_n_slots (seg); in _hb_graphite2_shape() local
275 if (unlikely (!glyph_count)) { in _hb_graphite2_shape()
282 buffer->ensure (glyph_count); in _hb_graphite2_shape()
285 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size) in _hb_graphite2_shape()
306 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
372 buffer->len = glyph_count; in _hb_graphite2_shape()
Dhb-face.cc448 unsigned int glyph_count) in hb_face_set_glyph_count() argument
453 face->num_glyphs = glyph_count; in hb_face_set_glyph_count()
Dhb-face.h109 unsigned int glyph_count);
/external/pdfium/core/src/fxge/win32/
Ddwrite_int.h51 int glyph_count,
Dfx_win32_dwrite.cpp213 int glyph_count, in DwRendingString() argument
236 glyphRun.glyphCount = glyph_count; in DwRendingString()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1649 FT_UInt glyph_count = glyph->num_points; in psh_glyph_find_blue_points() local
1654 for ( ; glyph_count > 0; glyph_count--, point++ ) in psh_glyph_find_blue_points()
/external/freetype/src/pshinter/
Dpshalgo.c1743 FT_UInt glyph_count = glyph->num_points; in psh_glyph_find_blue_points() local
1748 for ( ; glyph_count > 0; glyph_count--, point++ ) in psh_glyph_find_blue_points()