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

/external/webkit/Source/WebCore/css/
H A DWebKitCSSMatrix.h82 void setM13(double f) { m_matrix.setM13(f); } function in class:WebCore::WebKitCSSMatrix
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h164 void setM13(double f) { m_matrix[0][2] = f; } function in class:WebCore::TransformationMatrix

Completed in 100 milliseconds