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