Searched defs:setM22 (Results 1 - 2 of 2) sorted by path

/external/webkit/Source/WebCore/css/
H A DWebKitCSSMatrix.h85 void setM22(double f) { m_matrix.setM22(f); } function in class:WebCore::WebKitCSSMatrix
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h170 void setM22(double f) { m_matrix[1][1] = f; } function in class:WebCore::TransformationMatrix

Completed in 147 milliseconds