Searched refs:kMatrix_Verb (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 198 this->dump(kMatrix_Verb, NULL, "translate(%g %g)", in translate() 204 this->dump(kMatrix_Verb, NULL, "scale(%g %g)", in scale() 210 this->dump(kMatrix_Verb, NULL, "rotate(%g)", SkScalarToFloat(degrees)); in rotate() 215 this->dump(kMatrix_Verb, NULL, "skew(%g %g)", in skew() 223 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str()); in concat() 230 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str()); in setMatrix()
|
/external/skia/include/utils/ |
D | SkDumpCanvas.h | 32 kMatrix_Verb, enumerator
|