Home
last modified time | relevance | path

Searched defs:FloatSize (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatSize.h49 FloatSize() : m_width(0), m_height(0) { } in FloatSize() function
50 FloatSize(float width, float height) : m_width(width), m_height(height) { } in FloatSize() function
51 FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } in FloatSize() function
DFloatSize.cpp38 FloatSize::FloatSize(const LayoutSize& size) in FloatSize() function in blink::FloatSize
/external/chromium_org/ppapi/cpp/
Dsize.h153 FloatSize() { in FloatSize() function
163 FloatSize(const PP_FloatSize& s) { // Implicit. in FloatSize() function
174 FloatSize(float w, float h) { in FloatSize() function
/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
DFloatSizeCG.cpp34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height) in FloatSize() function in blink::FloatSize
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthFunctions.h31 class FloatSize; variable
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DIdentityTransformOperation.h52 virtual void apply(TransformationMatrix&, const FloatSize&) const OVERRIDE { } in apply()
DMatrix3DTransformOperation.h58 virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE in apply()
DPerspectiveTransformOperation.h58 virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE in apply()
DSkewTransformOperation.h54 virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE in apply()
DScaleTransformOperation.h61 virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE in apply()
DRotateTransformOperation.h64 …virtual void apply(TransformationMatrix& transform, const FloatSize& /*borderBoxSize*/) const OVER… in apply()
DMatrixTransformOperation.h64 virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE in apply()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDrawLooperBuilder.h45 class FloatSize; variable
DImageOrientation.h34 class FloatSize; variable
DPath.h47 class FloatSize; variable
DImage.h48 class FloatSize; variable
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextStream.h41 class FloatSize; variable
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.h36 class FloatSize; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.h49 class FloatSize; variable
/external/chromium_org/third_party/WebKit/public/platform/
DWebFloatSize.h80 operator FloatSize() const in FloatSize() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTransform.h31 class FloatSize; variable
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.h38 class FloatSize; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStylePendingImage.h57 …Object*, Length& /* intrinsicWidth */ , Length& /* intrinsicHeight */, FloatSize& /* intrinsicRati… in computeIntrinsicDimensions() argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimator.h100 virtual void notifyContentAreaScrolled(const FloatSize&) { } in notifyContentAreaScrolled()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.h49 class FloatSize; variable

12