Home
last modified time | relevance | path

Searched refs:setRotateAboutUnit (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/utils/
DSkMatrix44.h345 void setRotateAboutUnit(SkMScalar x, SkMScalar y, SkMScalar z,
/external/skia/src/utils/
DSkMatrix44.cpp316 this->setRotateAboutUnit(x, y, z, radians); in setRotateAbout()
319 void SkMatrix44::setRotateAboutUnit(SkMScalar x, SkMScalar y, SkMScalar z, in setRotateAboutUnit() function in SkMatrix44