Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c146 for ( i = 0; i < (FT_UInt)globals->glyph_count; i++ ) 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()
223 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
234 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
266 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_style_coverage()
280 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_style_coverage()
306 for ( idx = 0; idx < globals->glyph_count; idx++ ) in af_face_globals_compute_style_coverage()
354 globals->glyph_count = face->num_glyphs; in af_face_globals_new()
419 globals->glyph_count = 0; in af_face_globals_free()
[all …]
Dafglobal.h108 FT_Long glyph_count; /* same as face->num_glyphs */ member
Dhbshim.c362 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_get_coverage()
Dafshaper.c362 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_shaper_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.cc266 unsigned int glyph_count = gr_seg_n_slots (seg); in _hb_graphite2_shape() local
267 if (unlikely (!glyph_count)) { in _hb_graphite2_shape()
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size) in _hb_graphite2_shape()
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
344 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.h48 int glyph_count, unsigned short* glyph_indices,
Dfx_win32_dwrite.cpp224 int glyph_count, unsigned short* glyph_indices, in DwRendingString() argument
246 glyphRun.glyphCount = glyph_count; in DwRendingString()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1756 FT_UInt glyph_count = glyph->num_points; in psh_glyph_find_blue_points() local
1761 for ( ; glyph_count > 0; glyph_count--, point++ ) in psh_glyph_find_blue_points()
/external/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()