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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 62 void updateCurrentTextPosition(float x, float y, float glyphAdvance);
SVGTextLayoutEngine.cpp 74 void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float glyphAdvance)
648 updateCurrentTextPosition(x, y, glyphAdvance);
662 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);

Completed in 35 milliseconds