/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FontBuilder.h | 47 void setInitial(float effectiveZoom); 52 void fromSystemFont(CSSValueID, float effectiveZoom); 54 void setFontFamilyInitial(float effectiveZoom); 56 void setFontFamilyValue(CSSValue*, float effectiveZoom); 58 void setFontSizeInitial(float effectiveZoom); 59 void setFontSizeInherit(const FontDescription&, float effectiveZoom); 60 void setFontSizeValue(CSSValue*, RenderStyle* parentStyle, const RenderStyle* rootElementStyle, float effectiveZoom); 95 void setSize(FontDescription&, float effectiveZoom, float size); 101 float getComputedSizeFromSpecifiedSize(FontDescription&, float effectiveZoom, float specifiedSize);
|
FontBuilder.cpp | 81 void FontBuilder::setInitial(float effectiveZoom) 98 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false)); 113 void FontBuilder::fromSystemFont(CSSValueID valueId, float effectiveZoom) 132 fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, fontDescription.specifiedSize())); 136 void FontBuilder::setFontFamilyInitial(float effectiveZoom) 144 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, false)); 160 void FontBuilder::setFontFamilyValue(CSSValue* value, float effectiveZoom) 239 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, !oldFamilyUsedFixedDefaultSize)); 242 void FontBuilder::setFontSizeInitial(float effectiveZoom) 252 setSize(scope.fontDescription(), effectiveZoom, size) [all...] |
StyleBuilderConverter.h | 82 if (state.style()->effectiveZoom() < 1.0f && result < 1.0) {
|
StyleBuilderCustom.cpp | 206 state.fontBuilder().setFontFamilyInitial(state.style()->effectiveZoom()); 216 state.fontBuilder().setFontFamilyValue(value, state.style()->effectiveZoom()); 221 state.fontBuilder().setFontSizeInitial(state.style()->effectiveZoom()); 226 state.fontBuilder().setFontSizeInherit(state.parentFontDescription(), state.style()->effectiveZoom()); 231 state.fontBuilder().setFontSizeValue(value, state.parentStyle(), state.rootElementStyle(), state.style()->effectiveZoom()); 275 float multiplier = state.style()->effectiveZoom(); 286 double multiplier = state.style()->effectiveZoom(); 579 state.setEffectiveZoom(state.parentStyle() ? state.parentStyle()->effectiveZoom() : RenderStyle::initialZoom()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCalculationValueTest.cpp | 51 style->effectiveZoom()).get())); 61 actual = CSSCalcValue::createExpressionNode(Length(10, WebCore::Fixed), style->effectiveZoom()); 75 style->effectiveZoom()); 89 style->effectiveZoom()); 106 style->effectiveZoom());
|
CSSToLengthConversionData.cpp | 41 return m_style ? m_style->effectiveZoom() : 1;
|
CSSValuePool.cpp | 120 return CSSPrimitiveValue::create(value, style.effectiveZoom());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderHTMLCanvas.cpp | 82 LayoutSize zoomedSize(canvasSize.width() * style()->effectiveZoom(), canvasSize.height() * style()->effectiveZoom());
|
RenderThemeChromiumMac.mm | 515 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f) 518 if (style->appearance() == SearchFieldPart && style->effectiveZoom() != 1) 544 float zoomLevel = o->style()->effectiveZoom(); 695 if (style->effectiveZoom() != 1.0f) { 697 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom()); 704 if (style->effectiveZoom() != 1.0f) { 706 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom()); 729 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom()); [all...] |
RenderImageResource.cpp | 97 m_cachedImage->setContainerSizeForRenderer(m_renderer, imageContainerSize, m_renderer->style()->effectiveZoom());
|
RenderImageResourceStyleImage.cpp | 75 m_styleImage->setContainerSizeForRenderer(m_renderer, size, m_renderer->style()->effectiveZoom());
|
RenderTheme.cpp | 135 borderBox = m_platformTheme->controlBorder(part, style->font().fontDescription(), borderBox, style->effectiveZoom()); 164 LengthBox paddingBox = m_platformTheme->controlPadding(part, style->font().fontDescription(), style->paddingBox(), style->effectiveZoom()); 175 LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom()); 182 LengthSize minControlSize = m_platformTheme->minimumControlSize(part, style->font().fontDescription(), style->effectiveZoom()); 189 FontDescription controlFont = m_platformTheme->controlFont(part, style->font().fontDescription(), style->effectiveZoom()); 268 m_platformTheme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView()); 612 return box->height() + box->marginTop() + m_platformTheme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom(); 673 m_platformTheme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->effectiveZoom()); [all...] |
RenderThemeChromiumDefault.cpp | 212 float zoomLevel = useMockTheme() ? 1 : style->effectiveZoom(); 257 float zoomLevel = o->style()->effectiveZoom(); 279 float zoomLevel = style->effectiveZoom(); 302 float zoomLevel = style->effectiveZoom(); 432 float zoomLevel = useMockTheme() ? 1 : o->style()->effectiveZoom(); 456 float zoomLevel = useMockTheme() ? 1 : o->style()->effectiveZoom(); 522 return style->effectiveZoom() != 1;
|
RenderSlider.cpp | 57 maxLogicalWidth = defaultTrackLength * style()->effectiveZoom();
|
RenderReplaced.cpp | 75 float oldZoom = hadStyle ? oldStyle->effectiveZoom() : RenderStyle::initialZoom(); 76 if (style() && style()->effectiveZoom() != oldZoom) 103 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); 104 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom()); 285 intrinsicSize.scale(style()->effectiveZoom());
|
RenderImage.cpp | 113 return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom()); 218 bool intrinsicSizeChanged = updateIntrinsicSizeIfNeeded(m_imageResource->intrinsicSize(style()->effectiveZoom()), imageSizeChanged); 542 float scaleFactor = 1 / style()->effectiveZoom();
|
FilterEffectRenderer.cpp | 123 float invZoom = 1.0f / ((style ? style->effectiveZoom() : 1.0f) * deviceScaleFactor(renderer->frame())); 379 float zoom = style ? style->effectiveZoom() : 1.0f;
|
RenderListMarker.cpp | [all...] |
RenderMediaControls.cpp | 291 float zoomLevel = style->effectiveZoom(); 411 float zoomLevel = style->effectiveZoom();
|
RenderVideo.cpp | 75 size.scale(style()->effectiveZoom());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGImage.cpp | 74 LayoutSize intrinsicSize = cachedImage->imageSizeForRenderer(0, style()->effectiveZoom()); 75 if (intrinsicSize != m_imageResource->imageSize(style()->effectiveZoom())) {
|
RenderSVGRoot.cpp | 149 return resolveLengthAttributeForSVG(svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties), style()->effectiveZoom(), containingBlock()->availableLogicalWidth(), view()); 183 return resolveLengthAttributeForSVG(height, style()->effectiveZoom(), containingBlock()->availableLogicalHeight(IncludeMarginBorderPadding), view()); 332 float scale = style()->effectiveZoom();
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAreaElement.cpp | 108 float zoomFactor = obj->style()->effectiveZoom();
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGraphicsElement.cpp | 119 float zoom = style->effectiveZoom();
|
SVGSVGElement.cpp | 443 zoomFactor = 1 / renderer->style()->effectiveZoom(); 585 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
|