Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/mac/
DFontComplexTextMac.cpp61 float initialAdvance; in getGlyphsAndAdvancesForComplexText() local
74 initialAdvance = controller.totalWidth() - afterWidth; in getGlyphsAndAdvancesForComplexText()
78 initialAdvance = beforeWidth; in getGlyphsAndAdvancesForComplexText()
80 return initialAdvance; in getGlyphsAndAdvancesForComplexText()
102 …float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmpha… in drawEmphasisMarksForComplexText() local
107 … drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y())); in drawEmphasisMarksForComplexText()
/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp327 float initialAdvance; in getGlyphsAndAdvancesForSimpleText() local
341 initialAdvance = it.m_runWidthSoFar - afterWidth; in getGlyphsAndAdvancesForSimpleText()
343 initialAdvance = beforeWidth; in getGlyphsAndAdvancesForSimpleText()
350 return initialAdvance; in getGlyphsAndAdvancesForSimpleText()
370 …float initialAdvance = getGlyphsAndAdvancesForSimpleText(run, from, to, glyphBuffer, ForTextEmphas… in drawEmphasisMarksForSimpleText() local
375 … drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y())); in drawEmphasisMarksForSimpleText()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontWin.cpp117 …float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmpha… in drawEmphasisMarksForComplexText() local
122 … drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y())); in drawEmphasisMarksForComplexText()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontWx.cpp160 …float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmpha… in drawEmphasisMarksForComplexText() local
165 … drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y())); in drawEmphasisMarksForComplexText()