Searched refs:getCharAdvance (Results 1 – 3 of 3) sorted by relevance
128 float getCharAdvance(size_t i) const { return mAdvances[i]; } in getCharAdvance() function
782 float halfWidth = layout.getCharAdvance(i) * 0.5f; in drawLayoutOnPath()
417 if (layout.getGlyphId(i) != kSpaceGlyphId || layout.getCharAdvance(i) != 0.0) { in countNonSpaceGlyphs()