HomeSort by relevance Sort by last modified time
    Searched refs:effectiveZoom (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 48 void setInitial(float effectiveZoom);
53 void fromSystemFont(CSSValueID, float effectiveZoom);
55 void setFontFamilyInitial(float effectiveZoom);
57 void setFontFamilyValue(CSSValue*, float effectiveZoom);
59 void setFontSizeInitial(float effectiveZoom);
60 void setFontSizeInherit(const FontDescription&, float effectiveZoom);
61 void setFontSizeValue(CSSValue*, RenderStyle* parentStyle, const RenderStyle* rootElementStyle, float effectiveZoom);
96 void setSize(FontDescription&, float effectiveZoom, float size);
102 float getComputedSizeFromSpecifiedSize(FontDescription&, float effectiveZoom, float specifiedSize);
FontBuilder.cpp 87 void FontBuilder::setInitial(float effectiveZoom)
104 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false));
119 void FontBuilder::fromSystemFont(CSSValueID valueId, float effectiveZoom)
138 fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, fontDescription.specifiedSize()));
142 void FontBuilder::setFontFamilyInitial(float effectiveZoom)
150 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, false));
166 void FontBuilder::setFontFamilyValue(CSSValue* value, float effectiveZoom)
245 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, !oldFamilyUsedFixedDefaultSize));
248 void FontBuilder::setFontSizeInitial(float effectiveZoom)
258 setSize(scope.fontDescription(), effectiveZoom, size)
    [all...]
StyleBuilderCustom.h 56 float zoom = state.style()->effectiveZoom();
72 float zoom = state.style()->effectiveZoom();
AnimatedStyleBuilder.cpp 48 return toAnimatableNumber(value)->toLength(style, state.rootElementStyle(), style->effectiveZoom());
StyleBuilderCustom.cpp 93 return value->convertToLength<FixedIntegerConversion | PercentConversion | FractionConversion | AutoConversion>(state.style(), state.rootElementStyle(), state.style()->effectiveZoom());
208 state.fontBuilder().setFontFamilyInitial(state.style()->effectiveZoom());
218 state.fontBuilder().setFontFamilyValue(value, state.style()->effectiveZoom());
223 state.fontBuilder().setFontSizeInitial(state.style()->effectiveZoom());
228 state.fontBuilder().setFontSizeInherit(state.parentFontDescription(), state.style()->effectiveZoom());
233 state.fontBuilder().setFontSizeValue(value, state.parentStyle(), state.rootElementStyle(), state.style()->effectiveZoom());
277 double multiplier = state.style()->effectiveZoom();
543 Length lengthOrPercentageValue = primitiveValue->convertToLength<FixedIntegerConversion | PercentConversion>(state.style(), state.rootElementStyle(), state.style()->effectiveZoom());
569 state.style()->setVerticalAlignLength(primitiveValue->convertToLength<FixedIntegerConversion | PercentConversion>(state.style(), state.rootElementStyle(), state.style()->effectiveZoom()));
575 state.setEffectiveZoom(state.parentStyle() ? state.parentStyle()->effectiveZoom() : RenderStyle::initialZoom())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderHTMLCanvas.cpp 75 LayoutSize zoomedSize(canvasSize.width() * style()->effectiveZoom(), canvasSize.height() * style()->effectiveZoom());
RenderImageResourceStyleImage.cpp 75 m_styleImage->setContainerSizeForRenderer(m_renderer, size, m_renderer->style()->effectiveZoom());
RenderImageResource.cpp 98 m_cachedImage->setContainerSizeForRenderer(m_renderer, imageContainerSize, m_renderer->style()->effectiveZoom());
RenderThemeChromiumMac.mm 516 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
519 if (style->appearance() == SearchFieldPart && style->effectiveZoom() != 1)
545 float zoomLevel = o->style()->effectiveZoom();
696 if (style->effectiveZoom() != 1.0f) {
698 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
705 if (style->effectiveZoom() != 1.0f) {
707 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
730 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
    [all...]
RenderSlider.cpp 59 maxLogicalWidth = defaultTrackLength * style()->effectiveZoom();
RenderTheme.cpp 135 borderBox = m_theme->controlBorder(part, style->font(), borderBox, style->effectiveZoom());
164 LengthBox paddingBox = m_theme->controlPadding(part, style->font(), style->paddingBox(), style->effectiveZoom());
175 LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom());
182 LengthSize minControlSize = m_theme->minimumControlSize(part, style->font(), style->effectiveZoom());
189 FontDescription controlFont = m_theme->controlFont(part, style->font(), style->effectiveZoom());
294 m_theme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
667 return box->height() + box->marginTop() + m_theme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
728 m_theme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->effectiveZoom());
    [all...]
RenderThemeChromiumDefault.cpp 172 float zoomLevel = style->effectiveZoom();
217 float zoomLevel = o->style()->effectiveZoom();
239 float zoomLevel = style->effectiveZoom();
262 float zoomLevel = style->effectiveZoom();
338 float zoomLevel = o->style()->effectiveZoom();
361 float zoomLevel = o->style()->effectiveZoom();
RenderReplaced.cpp 71 float oldZoom = hadStyle ? oldStyle->effectiveZoom() : RenderStyle::initialZoom();
72 if (style() && style()->effectiveZoom() != oldZoom)
99 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
100 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());
274 intrinsicSize.scale(style()->effectiveZoom());
RenderImage.cpp 110 return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
201 bool intrinsicSizeChanged = updateIntrinsicSizeIfNeeded(m_imageResource->imageSize(style()->effectiveZoom()), imageSizeChanged);
518 float scaleFactor = 1 / style()->effectiveZoom();
FilterEffectRenderer.cpp 121 float invZoom = 1.0f / ((style ? style->effectiveZoom() : 1.0f) * deviceScaleFactor(renderer->frame()));
379 float zoom = style ? style->effectiveZoom() : 1.0f;
RenderListMarker.cpp     [all...]
RenderMediaControlsChromium.cpp 291 float zoomLevel = style->effectiveZoom();
411 float zoomLevel = style->effectiveZoom();
RenderVideo.cpp 73 size.scale(style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 72 LayoutSize intrinsicSize = cachedImage->imageSizeForRenderer(0, style()->effectiveZoom());
73 if (intrinsicSize != m_imageResource->imageSize(style()->effectiveZoom())) {
RenderSVGRoot.cpp 165 return resolveLengthAttributeForSVG(svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties), style()->effectiveZoom(), containingBlock()->availableLogicalWidth(), view());
199 return resolveLengthAttributeForSVG(height, style()->effectiveZoom(), containingBlock()->availableLogicalHeight(IncludeMarginBorderPadding), view());
359 float scale = style()->effectiveZoom();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 444 zoomFactor = 1 / renderer->style()->effectiveZoom();
582 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToStyleMap.cpp 207 float zoomFactor = style()->effectiveZoom();
238 float zoomFactor = style()->effectiveZoom();
274 float zoomFactor = style()->effectiveZoom();
604 float zoom = useSVGZoomRules() ? 1.0f : style()->effectiveZoom();
CSSGradientValue.cpp 189 length = stop.m_position->computeLength<float>(style, rootStyle, style->effectiveZoom());
191 length = stop.m_position->cssCalcValue()->toCalcValue(style, rootStyle, style->effectiveZoom())->evaluate(gradientLength);
394 float zoomFactor = style->effectiveZoom();
404 return value->cssCalcValue()->toCalcValue(style, rootStyle, style->effectiveZoom())->evaluate(edgeDistance);
    [all...]
BasicShapeFunctions.cpp 116 return value->convertToLength<FixedIntegerConversion | FixedFloatConversion | PercentConversion>(state.style(), state.rootElementStyle(), state.style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.cpp 109 float zoomFactor = obj->style()->effectiveZoom();

Completed in 587 milliseconds

1 2