OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildSpacingAndGlyphsTransform
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h
55
void
buildSpacingAndGlyphsTransform
(bool isVerticalText, float scale, const SVGTextFragment&, AffineTransform&);
SVGTextChunkBuilder.cpp
195
buildSpacingAndGlyphsTransform
(isVerticalText, textLengthScale, fragments.first(), spacingAndGlyphsTransform);
250
void SVGTextChunkBuilder::
buildSpacingAndGlyphsTransform
(bool isVerticalText, float scale, const SVGTextFragment& fragment, AffineTransform& spacingAndGlyphsTransform)
Completed in 447 milliseconds