Searched defs:setM42 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 623 milliseconds