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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.h 33 SVGTextLayoutEngineSpacing(const Font&, float effectiveZoom);
SVGTextLayoutEngineSpacing.cpp 36 SVGTextLayoutEngineSpacing::SVGTextLayoutEngineSpacing(const Font& font, float effectiveZoom)
39 , m_effectiveZoom(effectiveZoom)
RenderSVGRoot.cpp 137 return resolveLengthAttributeForSVG(svg->intrinsicWidth(), style()->effectiveZoom(), containingBlock()->availableLogicalWidth().toFloat());
159 return resolveLengthAttributeForSVG(svg->intrinsicHeight(), style()->effectiveZoom(), containingBlock()->availableLogicalHeight(IncludeMarginBorderPadding).toFloat());
336 float scale = style()->effectiveZoom();
RenderSVGImage.cpp 74 LayoutSize intrinsicSize = cachedImage->imageSizeForRenderer(0, style()->effectiveZoom());
75 if (intrinsicSize != m_imageResource->imageSize(style()->effectiveZoom())) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 48 void setInitial(float effectiveZoom);
53 void fromSystemFont(CSSValueID, float effectiveZoom);
106 void setSize(FontDescription&, float effectiveZoom, float size);
112 float getComputedSizeFromSpecifiedSize(FontDescription&, float effectiveZoom, float specifiedSize);
FontBuilder.cpp 94 void FontBuilder::setInitial(float effectiveZoom)
105 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false));
120 void FontBuilder::fromSystemFont(CSSValueID valueId, float effectiveZoom)
138 fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, fontDescription.specifiedSize()));
523 void FontBuilder::setSize(FontDescription& fontDescription, float effectiveZoom, float size)
526 fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, size));
529 float FontBuilder::getComputedSizeFromSpecifiedSize(FontDescription& fontDescription, float effectiveZoom, float specifiedSize)
531 float zoomFactor = effectiveZoom;
626 setSize(scope.fontDescription(), style->effectiveZoom(), size);
633 scope.fontDescription().setComputedSize(getComputedSizeFromSpecifiedSize(scope.fontDescription(), style->effectiveZoom(), scope.fontDescription().specifiedSize()))
    [all...]
StyleBuilderConverter.h 95 if (state.style()->effectiveZoom() < 1.0f && result < 1.0) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResourceStyleImage.cpp 75 m_styleImage->setContainerSizeForRenderer(m_renderer, size, m_renderer->style()->effectiveZoom());
RenderHTMLCanvas.cpp 83 LayoutSize zoomedSize(canvasSize.width() * style()->effectiveZoom(), canvasSize.height() * style()->effectiveZoom());
RenderThemeChromiumMac.mm 523 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
526 if (style->appearance() == SearchFieldPart && style->effectiveZoom() != 1)
552 float zoomLevel = o->style()->effectiveZoom();
703 if (style->effectiveZoom() != 1.0f) {
705 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
712 if (style->effectiveZoom() != 1.0f) {
714 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
737 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
    [all...]
RenderImageResource.cpp 97 m_cachedImage->setContainerSizeForRenderer(m_renderer, imageContainerSize, m_renderer->style()->effectiveZoom());
RenderSlider.cpp 56 maxLogicalWidth = defaultTrackLength * style()->effectiveZoom();
RenderThemeChromiumDefault.cpp 212 float zoomLevel = useMockTheme() ? 1 : style->effectiveZoom();
254 float zoomLevel = o->style()->effectiveZoom();
277 float zoomLevel = style->effectiveZoom();
302 float zoomLevel = style->effectiveZoom();
437 float zoomLevel = useMockTheme() ? 1 : o->style()->effectiveZoom();
464 float zoomLevel = useMockTheme() ? 1 : o->style()->effectiveZoom();
535 return style->effectiveZoom() != 1;
RenderTheme.cpp 127 borderBox = m_platformTheme->controlBorder(part, style->font().fontDescription(), borderBox, style->effectiveZoom());
156 LengthBox paddingBox = m_platformTheme->controlPadding(part, style->font().fontDescription(), style->paddingBox(), style->effectiveZoom());
167 LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
174 LengthSize minControlSize = m_platformTheme->minimumControlSize(part, style->font().fontDescription(), style->effectiveZoom());
181 FontDescription controlFont = m_platformTheme->controlFont(part, style->font().fontDescription(), style->effectiveZoom());
253 m_platformTheme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
543 return box->height() + box->marginTop() + m_platformTheme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
606 m_platformTheme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->effectiveZoom());
860 float zoomFactor = o->style()->effectiveZoom();
    [all...]
RenderImage.cpp 113 return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
197 LayoutSize newIntrinsicSize = m_imageResource->intrinsicSize(style()->effectiveZoom());
238 const LayoutSize imageSizeWithoutZoom = m_imageResource->imageSize(1 / style()->effectiveZoom());
528 float scaleFactor = 1 / style()->effectiveZoom();
RenderReplaced.cpp 75 float oldZoom = hadStyle ? oldStyle->effectiveZoom() : RenderStyle::initialZoom();
76 if (style() && style()->effectiveZoom() != oldZoom)
102 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
103 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());
270 intrinsicSize.scale(style()->effectiveZoom());
FilterEffectRenderer.cpp 92 float invZoom = 1.0f / ((style ? style->effectiveZoom() : 1.0f) * deviceScaleFactor(renderer->frame()));
94 float invZoom = style ? 1.0f / style->effectiveZoom() : 1.0f;
318 float zoom = style ? style->effectiveZoom() : 1.0f;
RenderVideo.cpp 73 size.scale(style()->effectiveZoom());
RenderListMarker.cpp     [all...]
RenderMediaControls.cpp 287 float zoomLevel = style->effectiveZoom();
402 float zoomLevel = style->effectiveZoom();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToLengthConversionData.cpp 76 return m_style ? m_style->effectiveZoom() : 1;
CSSValuePool.cpp 130 return CSSPrimitiveValue::create(value, style.effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 502 zoomFactor = 1 / renderer->style()->effectiveZoom();
644 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 253 render->setScrollLeft(static_cast<int>(scrollLeft * render->style()->effectiveZoom()));
299 render->setScrollTop(static_cast<int>(scrollTop * render->style()->effectiveZoom()));
HTMLAreaElement.cpp 104 float zoomFactor = obj->style()->effectiveZoom();

Completed in 658 milliseconds

1 2