Home
last modified time | relevance | path

Searched refs:borderBoxSize (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/transforms/
DTranslateTransformOperation.h52 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()
DTransformOperation.h54 virtual bool apply(TransformationMatrix&, const IntSize& borderBoxSize) const = 0;
/external/webkit/WebCore/rendering/style/
DRenderStyle.cpp640 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()
DRenderStyle.h632 …void applyTransform(TransformationMatrix&, const IntSize& borderBoxSize, bool includeTransformOrig…