OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scalingFactor
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.cpp
47
float
scalingFactor
= textRenderer->
scalingFactor
();
48
ASSERT(
scalingFactor
);
53
// Calculate width/height using the scaled font, divide this result by the
scalingFactor
afterwards.
54
m_width = scaledFont.width(run, length, m_glyph.name) /
scalingFactor
;
55
m_height = scaledFont.fontMetrics().floatHeight() /
scalingFactor
;
109
float
scalingFactor
= text->
scalingFactor
();
110
ASSERT(
scalingFactor
);
112
m_width = width /
scalingFactor
;
[
all
...]
RenderSVGInlineText.h
39
float
scalingFactor
() const { return m_scalingFactor; }
42
static void computeNewScaledFontForStyle(RenderObject*, const RenderStyle*, float&
scalingFactor
, Font& scaledFont);
SVGInlineTextBox.cpp
90
float
scalingFactor
= textRenderer->
scalingFactor
();
91
ASSERT(
scalingFactor
);
105
return fragment.characterOffset - start() + textRenderer->scaledFont().offsetForPosition(textRun, position *
scalingFactor
, includePartialGlyphs);
125
float
scalingFactor
= textRenderer->
scalingFactor
();
126
ASSERT(
scalingFactor
);
131
if (
scalingFactor
!= 1)
132
textOrigin.scale(
scalingFactor
,
scalingFactor
);
[
all
...]
RenderSVGInlineText.cpp
216
void RenderSVGInlineText::computeNewScaledFontForStyle(RenderObject* renderer, const RenderStyle* style, float&
scalingFactor
, Font& scaledFont)
222
scalingFactor
= SVGRenderingContext::calculateScreenFontSizeScalingFactor(renderer);
223
if (
scalingFactor
== 1 || !
scalingFactor
) {
224
scalingFactor
= 1;
230
scalingFactor
= 1;
236
fontDescription.setComputedSize(FontSize::getComputedSizeFromSpecifiedSize(&document,
scalingFactor
, fontDescription.isAbsoluteSize(), fontDescription.specifiedSize(), DoNotUseSmartMinimumForFontSize));
SVGInlineTextBox.h
68
bool acquirePaintingResource(GraphicsContext*&, float
scalingFactor
, RenderObject*, RenderStyle*);
71
bool prepareGraphicsContextForTextPainting(GraphicsContext*&, float
scalingFactor
, TextRun&, RenderStyle*);
RenderSVGResourceContainer.cpp
247
float
scalingFactor
= SVGRenderingContext::calculateScreenFontSizeScalingFactor(object);
248
if (
scalingFactor
== 1)
250
resourceTransform.scale(
scalingFactor
);
SVGTextQuery.cpp
465
float
scalingFactor
= queryData->textRenderer->
scalingFactor
();
466
ASSERT(
scalingFactor
);
468
extent.setLocation(FloatPoint(fragment.x, fragment.y - queryData->textRenderer->scaledFont().fontMetrics().floatAscent() /
scalingFactor
));
SVGTextRunRenderingContext.cpp
160
context->setStrokeThickness(strokeThickness * toRenderSVGInlineText(renderObject)->
scalingFactor
());
/external/chromium_org/third_party/WebKit/Source/core/timing/
MemoryInfo.cpp
101
const float
scalingFactor
= exp(log(largestBucketSize / sizeOfNextBucket) / numberOfBuckets);
110
sizeOfNextBucket *=
scalingFactor
;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java
276
final long
scalingFactor
= calculateTracktimesScalingFactor(m, track);
280
syncSampleTimes[currentSyncSampleIndex++] = currentDuration *
scalingFactor
;
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 1318 milliseconds