OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setM32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.h
91
void
setM32
(double f) { m_matrix.
setM32
(f); }
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h
174
void
setM32
(double f) { m_matrix[2][1] = f; }
Completed in 156 milliseconds