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

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

Completed in 77 milliseconds