Home
last modified time | relevance | path

Searched refs:setM43 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSMatrix.h94 void setM43(double f) { m_matrix.setM43(f); } in setM43() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterRenderer.cpp64 matrix.setM43(- (farValue + nearValue) / (farValue - nearValue)); in orthogonalProjectionMatrix()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.h184 void setM43(double f) { m_matrix[3][2] = f; } in setM43() function