Home
last modified time | relevance | path

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

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