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

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

Completed in 352 milliseconds