Searched refs:setM32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMatrix.h91 void setM32(double f) { m_matrix.setM32(f); } function in class:WebCore::CSSMatrix
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformationMatrix.h174 void setM32(double f) { m_matrix[2][1] = f; } function in class:WebCore::TransformationMatrix
H A DTransformationMatrix.cpp1439 tmp.setM32(decomp.skewYZ);

Completed in 86 milliseconds