Searched refs:setRotateUnit (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 444 r.setRotateUnit({1, 0, 0}, x); in rotate() 446 r.setRotateUnit({0, 1, 0}, y); in rotate() 448 r.setRotateUnit({0, 0, 1}, z); in rotate()
|
/third_party/skia/src/core/ |
H A D | SkM44.cpp | 284 this->setRotateUnit(axis * (SK_Scalar1 / len), radians); in setRotate()
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 316 SkM44& setRotateUnit(SkV3 axis, SkScalar radians) { in setRotateUnit() function in SkM44
|
Completed in 4 milliseconds