Searched defs:borderBoxSize (Results 1 – 2 of 2) sorted by relevance
45 … 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()
685 void RenderStyle::applyTransform(TransformationMatrix& transform, const IntSize& borderBoxSize, App… in applyTransform() argument