Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp79 std::vector<float> advVec(count); in harfbuzzGetGlyphHorizontalAdvances() local
89 advVec.data()); in harfbuzzGetGlyphHorizontalAdvances()
93 *advances = HBFloatToFixed(advVec[i]); in harfbuzzGetGlyphHorizontalAdvances()