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

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

Completed in 41 milliseconds