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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatSize.cpp 28 #include "core/platform/graphics/FloatSize.h"
40 FloatSize::FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height())
44 FloatSize::FloatSize(const LayoutSize& size) : m_width(size.width()), m_height(size.height())
48 float FloatSize::diagonalLength() const
53 bool FloatSize::isZero() const
58 bool FloatSize::isExpressibleAsIntSize() const
63 FloatSize FloatSize::narrowPrecision(double width, double height
    [all...]
FloatSize.h 50 class FloatSize {
52 FloatSize() : m_width(0), m_height(0) { }
53 FloatSize(float width, float height) : m_width(width), m_height(height) { }
54 FloatSize(const IntSize&);
55 FloatSize(const LayoutSize&);
57 static FloatSize narrowPrecision(double width, double height);
85 FloatSize expandedTo(const FloatSize& other) const
87 return FloatSize(m_width > other.m_width ? m_width : other.m_width,
91 FloatSize shrunkTo(const FloatSize& other) cons
    [all...]
ShadowBlur.h 33 #include "core/platform/graphics/FloatSize.h"
48 ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color&);
58 FloatSize m_blurRadius;
59 FloatSize m_offset;
GeneratedImage.cpp 34 #include "core/platform/graphics/FloatSize.h"
39 void GeneratedImage::computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio)
42 intrinsicRatio = FloatSize();
Path.h 45 class FloatSize;
108 void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);
109 void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
112 void translate(const FloatSize&);
119 void addPathForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius)
    [all...]
DrawLooper.h 43 class FloatSize;
68 void addShadow(const FloatSize& offset, float blur, const Color&,
GraphicsLayerTransform.h 25 #include "core/platform/graphics/FloatSize.h"
34 void setSize(const FloatSize&);
49 FloatSize m_size;
GeneratedImage.h 43 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
53 const FloatSize&, const FloatPoint&, CompositeOperator,
ImageOrientation.h 32 class FloatSize;
80 AffineTransform transformFromDefault(const FloatSize& drawnSize) const;
Image.h 46 class FloatSize;
81 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio);
114 const FloatSize&, const FloatPoint& phase, CompositeOperator,
129 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize,
131 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, CompositeOperator);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cg/
FloatSizeCG.cpp 28 #include "core/platform/graphics/FloatSize.h"
34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
38 FloatSize::operator CGSize() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FloatSizeMac.mm 28 #include "core/platform/graphics/FloatSize.h"
34 FloatSize::FloatSize(const NSSize& s) : m_width(s.width), m_height(s.height)
38 FloatSize::operator NSSize() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.h 44 class FloatSize;
52 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.h 33 #include "core/platform/graphics/FloatSize.h"
48 virtual bool pinnedInDirection(const FloatSize&) = 0;
56 virtual void immediateScrollBy(const FloatSize&) = 0;
57 virtual void immediateScrollByWithoutContentEdgeConstraints(const FloatSize&) = 0;
86 FloatSize m_overflowScrollDelta;
87 FloatSize m_stretchScrollForce;
88 FloatSize m_momentumVelocity;
92 FloatSize m_startStretch;
94 FloatSize m_origVelocity;
ScrollElasticityController.mm 114 if (m_client->pinnedInDirection(FloatSize(-wheelEvent.deltaX(), 0)) &&
122 m_momentumVelocity = FloatSize();
127 m_overflowScrollDelta = FloatSize();
155 m_overflowScrollDelta = FloatSize();
197 m_momentumVelocity = FloatSize();
201 if (!isHorizontallyStretched && m_client->pinnedInDirection(FloatSize(deltaX, 0))) {
213 if (m_client->pinnedInDirection(FloatSize(0, deltaY))) {
224 if (m_client->pinnedInDirection(FloatSize(deltaX, deltaY))) {
241 m_client->immediateScrollBy(FloatSize(0, deltaY));
245 m_client->immediateScrollBy(FloatSize(deltaX, 0))
    [all...]
ScrollAnimatorMac.h 32 #include "core/platform/graphics/FloatSize.h"
66 void sendContentAreaScrolledSoon(const FloatSize& scrollDelta);
86 FloatSize m_contentAreaScrolledTimerScrollDelta;
100 virtual void notifyPositionChanged(const FloatSize& delta);
125 virtual void notifyContentAreaScrolled(const FloatSize& delta) OVERRIDE;
138 virtual bool pinnedInDirection(const FloatSize&) OVERRIDE;
143 virtual void immediateScrollByWithoutContentEdgeConstraints(const FloatSize&) OVERRIDE;
144 virtual void immediateScrollBy(const FloatSize&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 34 class FloatSize;
49 // FIXME: The printRect argument is only used to determine page aspect ratio, it would be better to pass a FloatSize with page dimensions instead.
53 void computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling);
60 float computeAutomaticScaleFactor(const FloatSize& availablePaperSize);
75 static int pageNumberForElement(Element*, const FloatSize& pageSizeInPixels); // Returns -1 if page isn't found.
79 static int numberOfPages(Frame*, const FloatSize& pageSizeInPixels);
83 static void spoolAllPagesWithBoundaries(Frame*, GraphicsContext&, const FloatSize& pageSizeInPixels);
92 void computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling);
PageScaleConstraints.h 34 #include "core/platform/graphics/FloatSize.h"
39 FloatSize layoutSize;
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.h 34 #include "core/platform/graphics/FloatSize.h"
60 void setAnchor(const WebCore::IntRect& viewRect, const WebCore::FloatSize& anchorInViewCoords);
72 WebCore::FloatSize m_anchorInViewCoords;
73 WebCore::FloatSize m_anchorInNodeCoords;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
ReferenceFilter.cpp 45 setFilterResolution(FloatSize(1, 1));
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h 30 #include "core/platform/graphics/FloatSize.h"
38 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom)
50 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE
57 virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, BlendMode) OVERRIDE;
65 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
76 const FloatSize m_containerSize;
SVGImage.h 74 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
88 void drawForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatRect&, CompositeOperator, BlendMode);
89 void drawPatternForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatSize&, const FloatPoint&,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
IdentityTransformOperation.h 49 virtual bool apply(TransformationMatrix&, const FloatSize&) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.h 45 FloatSize m_lastTranslation;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimator.h 36 #include "core/platform/graphics/FloatSize.h"
99 virtual void notifyContentAreaScrolled(const FloatSize& delta) { UNUSED_PARAM(delta); }
106 virtual void notifyPositionChanged(const FloatSize& delta);

Completed in 1438 milliseconds

1 2 3 4 5 6 7 8