Home | History | Annotate | Download | only in animator

Lines Matching refs:fMatrix

16 SkMatrixPart::SkMatrixPart() : fMatrix(NULL) {
20 fMatrix->dirty();
24 return fMatrix;
31 fMatrix = (SkDrawMatrix*) parent;
52 fMatrix->rotate(degrees, center);
74 fMatrix->scale(x, y, center);
96 fMatrix->skew(x, y, center);
116 fMatrix->translate(x, y);
153 fMatrix->set(result);
182 fMatrix->set(temp);
250 fMatrix->set(temp);
282 fMatrix->setChildHasID();