OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textanchorshift
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
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
;
SVGTextChunkBuilder.h
53
void processTextAnchorCorrection(bool isVerticalText, float
textAnchorShift
, Vector<SVGTextFragment>&);
Completed in 40 milliseconds