Home
last modified time | relevance | path

Searched defs:scalingFactor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp63 float scalingFactor = textRenderer->scalingFactor(); in offsetForPositionInFragment() local
96 float scalingFactor = textRenderer->scalingFactor(); in selectionRectForTextFragment() local
334 bool SVGInlineTextBox::acquirePaintingResource(GraphicsContext*& context, float scalingFactor, Rend… in acquirePaintingResource()
381 …::prepareGraphicsContextForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& t… in prepareGraphicsContextForTextPainting()
556 float scalingFactor = 1; in paintDecorationWithStyle() local
599 float scalingFactor = textRenderer->scalingFactor(); in paintTextWithShadows() local
698 float scalingFactor = textRenderer->scalingFactor(); in calculateBoundaries() local
DRenderSVGInlineText.h43 float scalingFactor() const { return m_scalingFactor; } in scalingFactor() function
DSVGTextMetrics.cpp41 float scalingFactor = textRenderer->scalingFactor(); in SVGTextMetrics() local
DRenderSVGInlineText.cpp230 …ledFontForStyle(RenderObject* renderer, const RenderStyle* style, float& scalingFactor, Font& scal… in computeNewScaledFontForStyle()
DSVGTextQuery.cpp470 float scalingFactor = queryData->textRenderer->scalingFactor(); in calculateGlyphBoundaries() local