Home | History | Annotate | Download | only in effects

Lines Matching refs:Axis

95 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) {
100 this->setSinCos(axis, S, C);
103 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) {
104 SkASSERT((unsigned)axis < 3);
111 const uint8_t* index = gRotateIndex + axis * 4;
120 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) {
122 tmp.setRotate(axis, degrees);
126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) {
128 tmp.setRotate(axis, degrees);