Searched refs:setM11 (Results 1 – 6 of 6) sorted by relevance
80 void setM11(double f) { m_matrix.setM11(f); } in setM11() function
160 void setM11(double f) { m_matrix[0][0] = f; } in setM11() function
102 ortho.setM11(2.0f / deltaX); in setOrthographicMatrix()
209 matrix.setM11(value); in readTransformationMatrix()
69 ortho.setM11(2.0f / deltaX); in orthoMatrix()
41173 (WebCore::TransformationMatrix::setM11):