Searched refs:setM24 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DWebKitCSSMatrix.h87 void setM24(double f) { m_matrix.setM24(f); } function in class:WebCore::WebKitCSSMatrix
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h174 void setM24(double f) { m_matrix[1][3] = f; } function in class:WebCore::TransformationMatrix
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp223 matrix.setM24(value);

Completed in 21 milliseconds