HomeSort by relevance Sort by last modified time
    Searched refs:FloatSize (Results 101 - 125 of 220) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDropShadow.cpp 82 FloatSize blurRadius(filter->applyHorizontalScale(m_stdX), filter->applyVerticalScale(m_stdY));
83 FloatSize offset(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
FELighting.h 120 void getTransform(FloatPoint3D* scale, FloatSize* offset) const;
SpotLightSource.h 38 virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.h 63 FloatSize mapSize(const FloatSize&) const;
MatrixTransformOperation.h 66 virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
RotateTransformOperation.h 66 virtual void apply(TransformationMatrix& transform, const FloatSize& /*borderBoxSize*/) const OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h 70 virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const OVERRIDE FINAL;
RenderReplaced.cpp 263 void RenderReplaced::computeAspectRatioInformationForRenderBox(RenderBox* contentRenderer, FloatSize& constrainedSize, double& intrinsicRatio) const
265 FloatSize intrinsicSize;
346 void RenderReplaced::computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const
350 intrinsicSize = FloatSize(intrinsicLogicalWidth().toFloat(), intrinsicLogicalHeight().toFloat());
368 FloatSize constrainedSize;
444 FloatSize constrainedSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 95 paths.marginShape.addRoundedRect(shapeMarginBounds(), FloatSize(m_radii.width() + shapeMargin(), m_radii.height() + shapeMargin()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRect.cpp 56 FloatSize boundingBoxSize(rect->width()->currentValue()->value(lengthContext), rect->height()->currentValue()->value(lengthContext));
RenderSVGRoot.h 41 virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.h 70 bool determineViewport(FloatSize&) const;
SVGLengthContext.cpp 175 FloatSize viewportSize;
196 FloatSize viewportSize;
292 bool SVGLengthContext::determineViewport(FloatSize& viewportSize) const
SVGSVGElement.cpp 483 FloatSize size = currentViewportSize();
628 return FloatRect(FloatPoint(), FloatSize(floatValueForLength(intrinsicWidth(), 0), floatValueForLength(intrinsicHeight(), 0)));
631 FloatSize SVGSVGElement::currentViewportSize() const
636 return FloatSize(floatValueForLength(intrinsicWidth, 0), floatValueForLength(intrinsicHeight, 0));
640 return FloatSize();
644 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
648 return FloatSize(viewportRect.width(), viewportRect.height());
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.cpp 59 FloatSize containerSizeWithoutZoom(containerSize);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 35 class FloatSize;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRect.cpp 207 FloatSize size(topLeft.width(), topLeft.height());
218 FloatSize size(topRight.width(), topRight.height());
229 FloatSize size(bottomLeft.width(), bottomLeft.height());
240 FloatSize size(bottomRight.width(), bottomRight.height());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DrawLooperBuilder.cpp 34 #include "platform/geometry/FloatSize.h"
73 void DrawLooperBuilder::addShadow(const FloatSize& offset, float blur, const Color& color,
GraphicsLayer.h 33 #include "platform/geometry/FloatSize.h"
149 const FloatSize& size() const { return m_size; }
150 void setSize(const FloatSize&);
308 FloatSize m_size;
CrossfadeGeneratedImage.cpp 100 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
ImageBuffer.h 131 void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing = IntSize());
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 94 FloatSize viewportSize;
153 FloatSize viewportSize;
192 FloatSize viewportSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 173 gradientEnd = gradientStart + FloatSize(gradient->endRadius(), 0);
185 FloatSize gradientSize(gradientStart - gradientEnd);
274 FloatSize gradientSize(gradientStart - gradientEnd);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 544 FloatSize HTMLImageElement::sourceSize() const
548 return FloatSize();
555 FloatSize HTMLImageElement::defaultDestinationSize() const
559 return FloatSize();
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextStream.cpp 31 #include "platform/geometry/FloatSize.h"
158 TextStream& operator<<(TextStream& ts, const FloatSize& s)

Completed in 670 milliseconds

1 2 3 45 6 7 8 9