HomeSort by relevance Sort by last modified time
    Searched refs:FloatSize (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 218 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight)));
403 FloatSize offset(shadowX, shadowY);
    [all...]
RenderBoxModelObject.cpp 518 FloatSize shadowOffset(boxShadow->x(), boxShadow->y());
    [all...]
RenderImage.cpp 349 textRunPaintInfo.bounds = FloatRect(textRectOrigin, FloatSize(textWidth, fontMetrics.height()));
556 void RenderImage::computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const
RenderLayerBacking.cpp 574 FloatSize contentsSize = relativeCompositingBounds.size();
579 FloatSize oldSize = m_graphicsLayer->size();
644 FloatSize foregroundSize = contentsSize;
649 foregroundSize = FloatSize(clippingBox.size());
663 FloatSize backgroundSize = contentsSize;
    [all...]
RenderBoxModelObject.h 247 bool borderObscuresBackgroundEdge(const FloatSize& contextScale) const;
RenderThemeChromiumSkia.cpp 476 m_paintInfo.context->scale(FloatSize(-1, 1));
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.cpp 257 void ImageResource::computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 296 bool sendScrollEventToView(const PlatformGestureEvent&, const FloatSize&);
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutRect.h 50 LayoutRect(const FloatPoint& location, const FloatSize& size)
GraphicsLayer.cpp 913 void GraphicsLayer::setSize(const FloatSize& size)
918 FloatSize clampedSize = size;
920 clampedSize = FloatSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.cpp 338 FloatSize diff = to - from;
SVGPreserveAspectRatio.cpp 189 FloatSize imageSize = srcRect.size();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TransparencyWinTest.cpp 124 src->context()->scale(FloatSize(2.0, 0.5));
176 src->context()->scale(FloatSize(2.0, 0.5));
264 src->context()->scale(FloatSize(2.0, 0.5));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterEffect.cpp 472 FloatSize filterResolution = filter()->filterResolution();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.cpp 38 #include "core/platform/graphics/FloatSize.h"
383 const FloatSize& scale,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 480 extent.setSize(FloatSize(metrics.width(), metrics.height()));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform_geometry.target.darwin-arm.mk 31 third_party/WebKit/Source/core/platform/graphics/FloatSize.cpp \
webcore_platform_geometry.target.darwin-mips.mk 31 third_party/WebKit/Source/core/platform/graphics/FloatSize.cpp \
webcore_platform_geometry.target.darwin-x86.mk 31 third_party/WebKit/Source/core/platform/graphics/FloatSize.cpp \
webcore_platform_geometry.target.linux-arm.mk 31 third_party/WebKit/Source/core/platform/graphics/FloatSize.cpp \
webcore_platform_geometry.target.linux-mips.mk 31 third_party/WebKit/Source/core/platform/graphics/FloatSize.cpp \
webcore_platform_geometry.target.linux-x86.mk 31 third_party/WebKit/Source/core/platform/graphics/FloatSize.cpp \
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 339 context.scale(WebCore::FloatSize(scale, scale));
350 void spoolAllPagesWithBoundaries(GraphicsContext& graphicsContext, const FloatSize& pageSizeInPixels)
388 graphicsContext.scale(WebCore::FloatSize(scale, scale));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 946 PageScaleConstraints constraints = arguments.resolve(initialViewportSize, FloatSize(deviceWidth, deviceHeight), 980 /* defaultLayoutWidthForNonMobilePages */);
    [all...]

Completed in 6837 milliseconds

1 2 3 4 5 67 8