Searched defs:setM21 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMatrix.h84 void setM21(double f) { m_matrix.setM21(f); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.h164 void setM21(double f) { m_matrix[1][0] = f; } function in class:WebCore::TransformationMatrix

Completed in 90 milliseconds