Home
last modified time | relevance | path

Searched refs:glyph_pos (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/tests/shaping/
Dmain.cpp71 int glyph_pos = 0; in hb_stringToGlyphs() local
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i)); in hb_stringToGlyphs()
74 ++glyph_pos; in hb_stringToGlyphs()
77 *numGlyphs = glyph_pos; in hb_stringToGlyphs()
/external/harfbuzz/src/
Dharfbuzz-shaper.cpp445 hb_uint32 glyph_pos = 0; in HB_HeuristicSetGlyphAttributes() local
450 logClusters[i] = glyph_pos; in HB_HeuristicSetGlyphAttributes()
451 logClusters[++i] = glyph_pos; in HB_HeuristicSetGlyphAttributes()
453 logClusters[i] = glyph_pos; in HB_HeuristicSetGlyphAttributes()
455 ++glyph_pos; in HB_HeuristicSetGlyphAttributes()