Searched defs:setM43 (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/css/ | ||
H A D | WebKitCSSMatrix.h | 94 void setM43(double f) { m_matrix.setM43(f); } function in class:WebCore::WebKitCSSMatrix |
/external/webkit/Source/WebCore/platform/graphics/transforms/ | ||
H A D | TransformationMatrix.h | 188 void setM43(double f) { m_matrix[3][2] = f; } function in class:WebCore::TransformationMatrix |
Completed in 352 milliseconds