Home
last modified time | relevance | path

Searched defs:borderBoxSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTranslateTransformOperation.h45 … double x(const IntSize& borderBoxSize) const { return m_x.calcFloatValue(borderBoxSize.width()); } in x()
46 …double y(const IntSize& borderBoxSize) const { return m_y.calcFloatValue(borderBoxSize.height()); } in y()
67 virtual bool apply(TransformationMatrix& transform, const IntSize& borderBoxSize) const in apply()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp685 void RenderStyle::applyTransform(TransformationMatrix& transform, const IntSize& borderBoxSize, App… in applyTransform() argument