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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h 54 void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&);
SVGTextChunkBuilder.cpp 213 float textAnchorShift = chunk.calculateTextAnchorShift(chunkLength);
218 processTextAnchorCorrection(isVerticalText, textAnchorShift, fragments);
237 void SVGTextChunkBuilder::processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& fragments)
244 fragment.y += textAnchorShift;
246 fragment.x += textAnchorShift;

Completed in 37 milliseconds