Searched refs:borderBoxSize (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TranslateTransformOperation.h | 48 …double x(const FloatSize& borderBoxSize) const { return floatValueForLength(m_x, borderBoxSize.wid… in x() argument 49 …double y(const FloatSize& borderBoxSize) const { return floatValueForLength(m_y, borderBoxSize.hei… in y() argument 66 … virtual void apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const OVERRIDE in apply() argument 68 transform.translate3d(x(borderBoxSize), y(borderBoxSize), z()); in apply()
|
D | InterpolatedTransformOperation.cpp | 46 …tedTransformOperation::apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const in apply() 50 from.apply(borderBoxSize, fromTransform); in apply() 51 to.apply(borderBoxSize, toTransform); in apply()
|
D | InterpolatedTransformOperation.h | 56 virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const OVERRIDE;
|
D | TransformOperation.h | 60 virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 896 void RenderStyle::applyTransform(TransformationMatrix& transform, const LayoutSize& borderBoxSize, … in applyTransform() argument 898 applyTransform(transform, FloatRect(FloatPoint(), borderBoxSize), applyOrigin); in applyTransform()
|
D | RenderStyle.h | 887 …void applyTransform(TransformationMatrix&, const LayoutSize& borderBoxSize, ApplyTransformOrigin =…
|