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