Searched refs:offsetToMiddleOfGlyphAtIndex (Results 1 – 2 of 2) sorted by relevance
415 inline static float offsetToMiddleOfGlyphAtIndex(const GlyphBuffer& glyphBuffer, size_t i) in offsetToMiddleOfGlyphAtIndex() function434 float middleOfLastGlyph = offsetToMiddleOfGlyphAtIndex(glyphBuffer, 0); in drawEmphasisMarks()439 float middleOfNextGlyph = offsetToMiddleOfGlyphAtIndex(glyphBuffer, i + 1); in drawEmphasisMarks()
40326 (WebCore::offsetToMiddleOfGlyphAtIndex): Added this other helper.