Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp415 inline static float offsetToMiddleOfGlyphAtIndex(const GlyphBuffer& glyphBuffer, size_t i) in offsetToMiddleOfGlyphAtIndex() function
434 float middleOfLastGlyph = offsetToMiddleOfGlyphAtIndex(glyphBuffer, 0); in drawEmphasisMarks()
439 float middleOfNextGlyph = offsetToMiddleOfGlyphAtIndex(glyphBuffer, i + 1); in drawEmphasisMarks()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1640326 (WebCore::offsetToMiddleOfGlyphAtIndex): Added this other helper.