Searched refs:glyph_count (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.c | 68 FT_Long glyph_count; /* same as face->num_glyphs */ member 91 globals->glyph_count ); in af_face_globals_compute_script_coverage() 127 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage() 138 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage() 151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_script_coverage() 164 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_script_coverage() 194 globals->glyph_count = face->num_glyphs; in af_face_globals_new() 235 globals->glyph_count = 0; in af_face_globals_free() 259 if ( gindex >= (FT_ULong)globals->glyph_count ) in af_face_globals_get_metrics() 312 if ( gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_is_digit()
|
/external/harfbuzz_ng/src/ |
D | hb-icu-le.cc | 147 unsigned int glyph_count = le_layoutChars (le, in _hb_icu_le_shape() local 162 if (unlikely (glyph_count >= num_glyphs || glyph_count > buffer->allocated)) { in _hb_icu_le_shape() 169 ALLOCATE_ARRAY (LEGlyphID, glyphs, glyph_count); in _hb_icu_le_shape() 170 ALLOCATE_ARRAY (le_int32, indices, glyph_count); in _hb_icu_le_shape() 171 ALLOCATE_ARRAY (float, positions, glyph_count * 2 + 2); in _hb_icu_le_shape() 184 for (unsigned int i = 0; i < glyph_count; i++) in _hb_icu_le_shape()
|
D | hb-graphite2.cc | 273 unsigned int glyph_count = gr_seg_n_slots (seg); in _hb_graphite2_shape() local 274 if (unlikely (!glyph_count)) { in _hb_graphite2_shape() 282 sizeof (hb_codepoint_t) * glyph_count) > scratch_size) in _hb_graphite2_shape() 294 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape() 338 buffer->len = glyph_count; in _hb_graphite2_shape()
|
D | hb-font.h | 110 unsigned int glyph_count);
|
D | hb-font.cc | 753 unsigned int glyph_count) in hb_face_set_glyph_count() argument 758 face->num_glyphs = glyph_count; in hb_face_set_glyph_count()
|
/external/harfbuzz/src/ |
D | harfbuzz-gdef.c | 789 HB_UShort glyph_count, in HB_GDEF_Build_ClassDefinition() argument 824 glyph_count--; in HB_GDEF_Build_ClassDefinition() 826 for ( n = 0; n < glyph_count + 1; n++ ) in HB_GDEF_Build_ClassDefinition() 830 if ( n == glyph_count ) in HB_GDEF_Build_ClassDefinition() 871 if ( n == glyph_count ) in HB_GDEF_Build_ClassDefinition()
|
D | harfbuzz-gdef.h | 130 HB_UShort glyph_count,
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gdef.c | 789 HB_UShort glyph_count, in HB_GDEF_Build_ClassDefinition() argument 824 glyph_count--; in HB_GDEF_Build_ClassDefinition() 826 for ( n = 0; n < glyph_count + 1; n++ ) in HB_GDEF_Build_ClassDefinition() 830 if ( n == glyph_count ) in HB_GDEF_Build_ClassDefinition() 871 if ( n == glyph_count ) in HB_GDEF_Build_ClassDefinition()
|
D | harfbuzz-gdef.h | 130 HB_UShort glyph_count,
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 1758 FT_UInt glyph_count = glyph->num_points; in psh_glyph_find_blue_points() local 1763 for ( ; glyph_count > 0; glyph_count--, point++ ) in psh_glyph_find_blue_points()
|