Home | History | Annotate | Download | only in views

Lines Matching refs:fMatrix

19 	fMatrix		= NULL;
30 if (fMatrix)
31 sk_free(fMatrix);
74 if (fMatrix)
76 SkASSERT(!fMatrix->isIdentity());
78 *matrix = *fMatrix;
95 if (fMatrix == NULL)
96 fMatrix = (SkMatrix*)sk_malloc_throw(sizeof(SkMatrix));
97 *fMatrix = *matrix;
102 if (fMatrix)
104 SkASSERT(!fMatrix->isIdentity());
105 sk_free(fMatrix);
106 fMatrix = NULL;