Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp73 std::vector<uint16_t> glyphVec(count); in harfbuzzGetGlyphHorizontalAdvances() local
78 glyphVec[i] = *glyph; in harfbuzzGetGlyphHorizontalAdvances()
83 args->font->GetHorizontalAdvances(glyphVec.data(), count, *args->paint, args->fakery, in harfbuzzGetGlyphHorizontalAdvances()