Searched defs:glyph_count (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/autofit/
H A Dafglobal.c68 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
91 globals->glyph_count );
127 gindex < (FT_ULong)globals->glyph_count &&
138 if ( gindex < (FT_ULong)globals->glyph_count &&
151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
164 for ( nn = 0; nn < globals->glyph_count; nn++ )
194 globals->glyph_count = face->num_glyphs;
235 globals->glyph_count = 0;
259 if ( gindex >= (FT_ULong)globals->glyph_count )
312 if ( gindex < (FT_ULong)globals->glyph_count )
[all...]
/external/harfbuzz_ng/src/
H A Dhb-icu-le.cc147 unsigned int glyph_count = le_layoutChars (le, local
162 if (unlikely (glyph_count >= num_glyphs || glyph_count > buffer->allocated)) {
169 ALLOCATE_ARRAY (LEGlyphID, glyphs, glyph_count);
170 ALLOCATE_ARRAY (le_int32, indices, glyph_count);
171 ALLOCATE_ARRAY (float, positions, glyph_count * 2 + 2);
184 for (unsigned int i = 0; i < glyph_count; i++)
H A Dhb-graphite2.cc273 unsigned int glyph_count = gr_seg_n_slots (seg); local
274 if (unlikely (!glyph_count)) {
282 sizeof (hb_codepoint_t) * glyph_count) > scratch_size)
294 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
338 buffer->len = glyph_count;
H A Dhb-font.cc753 unsigned int glyph_count)
758 face->num_glyphs = glyph_count;
752 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c789 HB_UShort glyph_count,
824 glyph_count--;
826 for ( n = 0; n < glyph_count + 1; n++ )
830 if ( n == glyph_count )
871 if ( n == glyph_count )
787 HB_GDEF_Build_ClassDefinition( HB_GDEFHeader* gdef, HB_UShort num_glyphs, HB_UShort glyph_count, HB_UShort* glyph_array, HB_UShort* class_array ) argument
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gdef.c789 HB_UShort glyph_count,
824 glyph_count--;
826 for ( n = 0; n < glyph_count + 1; n++ )
830 if ( n == glyph_count )
871 if ( n == glyph_count )
787 HB_GDEF_Build_ClassDefinition( HB_GDEFHeader* gdef, HB_UShort num_glyphs, HB_UShort glyph_count, HB_UShort* glyph_array, HB_UShort* class_array ) argument
/external/freetype/src/pshinter/
H A Dpshalgo.c1758 FT_UInt glyph_count = glyph->num_points; local
1763 for ( ; glyph_count > 0; glyph_count--, point++ )

Completed in 394 milliseconds