Searched refs:borderBoxSize (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/graphics/transforms/ |
D | TranslateTransformOperation.h | 52 virtual bool apply(TransformationMatrix& transform, const IntSize& borderBoxSize) const in apply() argument 54 …transform.translate(m_x.calcFloatValue(borderBoxSize.width()), m_y.calcFloatValue(borderBoxSize.he… in apply()
|
D | TransformOperation.h | 54 virtual bool apply(TransformationMatrix&, const IntSize& borderBoxSize) const = 0;
|
/external/webkit/WebCore/rendering/style/ |
D | RenderStyle.cpp | 640 void RenderStyle::applyTransform(TransformationMatrix& transform, const IntSize& borderBoxSize, boo… in applyTransform() argument 661 …nslate(transformOriginX().calcFloatValue(borderBoxSize.width()), transformOriginY().calcFloatValue… in applyTransform() 664 … rareNonInheritedData->m_transform->m_operations.operations()[i]->apply(transform, borderBoxSize); in applyTransform() 667 …late(-transformOriginX().calcFloatValue(borderBoxSize.width()), -transformOriginY().calcFloatValue… in applyTransform()
|
D | RenderStyle.h | 632 …void applyTransform(TransformationMatrix&, const IntSize& borderBoxSize, bool includeTransformOrig…
|