HomeSort by relevance Sort by last modified time
    Searched refs:glyph_pos (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/tests/shaping/
main.cpp 71 int glyph_pos = 0; local
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i));
74 ++glyph_pos;
77 *numGlyphs = glyph_pos;
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 445 hb_uint32 glyph_pos = 0; local
450 logClusters[i] = glyph_pos;
451 logClusters[++i] = glyph_pos;
453 logClusters[i] = glyph_pos;
455 ++glyph_pos;
462 // assert(glyph_pos == item->num_glyphs);
    [all...]

Completed in 127 milliseconds