HomeSort by relevance Sort by last modified time
    Searched refs:initialAdvance (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 61 float initialAdvance;
74 initialAdvance = controller.totalWidth() - afterWidth;
78 initialAdvance = beforeWidth;
80 return initialAdvance;
102 float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmphasis);
107 drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 117 float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmphasis);
122 drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 160 float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmphasis);
165 drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 327 float initialAdvance;
341 initialAdvance = it.m_runWidthSoFar - afterWidth;
343 initialAdvance = beforeWidth;
350 return initialAdvance;
370 float initialAdvance = getGlyphsAndAdvancesForSimpleText(run, from, to, glyphBuffer, ForTextEmphasis);
375 drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));

Completed in 30 milliseconds