HomeSort by relevance Sort by last modified time
    Searched defs:glyph_pos (Results 1 - 3 of 3) 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_ng/src/hb-old/
harfbuzz-shaper.cpp 241 hb_uint32 glyph_pos = 0; local
246 logClusters[i] = glyph_pos;
247 logClusters[++i] = glyph_pos;
249 logClusters[i] = glyph_pos;
251 ++glyph_pos;
253 assert(glyph_pos == item->num_glyphs);
    [all...]
  /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 86 milliseconds