OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set3x3
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp
202
void SkMatrix44::
set3x3
(SkMScalar m00, SkMScalar m01, SkMScalar m02,
function in class:SkMatrix44
335
this->
set3x3
(SkDoubleToMScalar(x * xC + c), // scale x
/external/skia/src/utils/
SkMatrix44.cpp
202
void SkMatrix44::
set3x3
(SkMScalar m00, SkMScalar m01, SkMScalar m02,
function in class:SkMatrix44
335
this->
set3x3
(SkDoubleToMScalar(x * xC + c), // scale x
Completed in 792 milliseconds