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

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

Completed in 97 milliseconds