OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setM42
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/css/
WebKitCSSMatrix.h
103
void
setM42
(double f) { m_matrix.
setM42
(f); }
/external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h
183
void
setM42
(double f) { m_matrix[3][1] = f; }
Completed in 118 milliseconds