Searched refs:glyph_count (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.c | 147 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()
|
D | afglobal.h | 102 FT_Long glyph_count; /* same as face->num_glyphs */ member
|
D | hbshim.c | 362 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_get_coverage()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | font_subsetter.cc | 25 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()
|
D | font_subsetter.h | 47 size_t glyph_count,
|
D | subsetter_impl.h | 61 size_t glyph_count,
|
D | subsetter_impl.cc | 163 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/ |
D | hb-graphite2.cc | 274 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()
|
D | hb-face.cc | 448 unsigned int glyph_count) in hb_face_set_glyph_count() argument 453 face->num_glyphs = glyph_count; in hb_face_set_glyph_count()
|
D | hb-face.h | 109 unsigned int glyph_count);
|
/external/pdfium/core/src/fxge/win32/ |
D | dwrite_int.h | 51 int glyph_count,
|
D | fx_win32_dwrite.cpp | 213 int glyph_count, in DwRendingString() argument 236 glyphRun.glyphCount = glyph_count; in DwRendingString()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 1649 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/ |
D | pshalgo.c | 1743 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()
|