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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 60 void updateCurrentTextPosition(float x, float y, float glyphAdvance);
SVGTextLayoutEngine.cpp 76 void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float glyphAdvance)
623 updateCurrentTextPosition(x, y, glyphAdvance);
637 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);

Completed in 56 milliseconds