Searched defs:borderBoxSize (Results 1 – 2 of 2) sorted by relevance
48 …double x(const FloatSize& borderBoxSize) const { return floatValueForLength(m_x, borderBoxSize.wid… in x()49 …double y(const FloatSize& borderBoxSize) const { return floatValueForLength(m_y, borderBoxSize.hei… in y()66 … virtual void apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const OVERRIDE in apply()
896 void RenderStyle::applyTransform(TransformationMatrix& transform, const LayoutSize& borderBoxSize, … in applyTransform() argument