Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp439 float middleOfNextGlyph = offsetToMiddleOfGlyphAtIndex(glyphBuffer, i + 1); in drawEmphasisMarks() local
440 float advance = glyphBuffer.advanceAt(i) - middleOfLastGlyph + middleOfNextGlyph; in drawEmphasisMarks()
442 middleOfLastGlyph = middleOfNextGlyph; in drawEmphasisMarks()