Searched defs:setM34 (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 48 milliseconds