Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetrics.cpp49 float scalingFactor = textRenderer->scalingFactor(); in SVGTextMetrics() local
118 float scalingFactor = text->scalingFactor(); in SVGTextMetrics() local
DRenderSVGInlineText.h38 float scalingFactor() const { return m_scalingFactor; } in scalingFactor() function
DSVGInlineTextBox.cpp91 float scalingFactor = textRenderer.scalingFactor(); in offsetForPositionInFragment() local
125 float scalingFactor = textRenderer.scalingFactor(); in selectionRectForTextFragment() local
538 float scalingFactor = 1; in paintDecorationWithStyle() local
567 float scalingFactor = textRenderer.scalingFactor(); in paintTextWithShadows() local
723 float scalingFactor = textRenderer.scalingFactor(); in calculateBoundaries() local
DRenderSVGResourceContainer.cpp243 float scalingFactor = SVGRenderingContext::calculateScreenFontSizeScalingFactor(object); in shouldTransformOnTextPainting() local
DRenderSVGInlineText.cpp216 …ledFontForStyle(RenderObject* renderer, const RenderStyle* style, float& scalingFactor, Font& scal… in computeNewScaledFontForStyle()
DSVGTextQuery.cpp414 float scalingFactor = queryData->textRenderer->scalingFactor(); in calculateGlyphBoundaries() local
438 float scalingFactor = textRenderer.scalingFactor(); in calculateFragmentBoundaries() local
/external/chromium_org/third_party/WebKit/Source/core/timing/
DMemoryInfo.cpp100 … const float scalingFactor = exp(log(largestBucketSize / sizeOfNextBucket) / numberOfBuckets); in quantizeMemorySize() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DSyncSampleIntersectFinderImpl.java276 final long scalingFactor = calculateTracktimesScalingFactor(m, track); in getTimes() local
/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.h496 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \ argument