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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrix.h33 void setM32(double value) { m_matrix.setM32(value); setIs2D(!value); } function in class:blink::DOMMatrix
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMatrix.h90 void setM32(double f) { m_matrix.setM32(f); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.h176 void setM32(double f) { m_matrix[2][1] = f; } function in class:blink::TransformationMatrix

Completed in 1843 milliseconds