HomeSort by relevance Sort by last modified time
    Searched full:glyph_count (Results 1 - 10 of 10) sorted by null

  /external/freetype/src/autofit/
afglobal.c 68 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/
hb-icu-le.cc 147 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++)
hb-graphite2.cc 273 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;
hb-font.h 110 unsigned int glyph_count);
hb-font.cc 753 unsigned int glyph_count)
758 face->num_glyphs = glyph_count;
  /external/harfbuzz/src/
harfbuzz-gdef.h 130 HB_UShort glyph_count,
harfbuzz-gdef.c 789 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 )
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.h 130 HB_UShort glyph_count,
harfbuzz-gdef.c 789 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 )
  /external/freetype/src/pshinter/
pshalgo.c 1758 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 158 milliseconds