Searched refs:fCurrentMatrix (Results 1 – 4 of 4) sorted by relevance
96 , fCurrentMatrix(NULL) in Iterator()160 if (fCurrentMatrix != fNodes.top()->fMatrix) { in draw()161 fCurrentMatrix = fNodes.top()->fMatrix; in draw()177 if (fCurrentMatrix != draw->fMatrix) { in draw()181 fCurrentMatrix = draw->fMatrix; in draw()
100 SkMatrix* fCurrentMatrix; variable