Lines Matching refs:matrices
363 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix* matrices, int numMatrices) { in drawPathsAndFlush() argument
366 ccpr.drawPath(fPaths[i], matrices[i % numMatrices]); in drawPathsAndFlush()
378 ccpr.drawPath(fPaths[idx], matrices[idx % numMatrices]); in drawPathsAndFlush()
498 SkMatrix matrices[3] = { in onRun() local
505 this->drawPathsAndFlush(ccpr, matrices, 3); in onRun()
521 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
527 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
532 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
538 matrices[1].postTranslate(SkScalarFloorToInt(kCanvasSize * -.25f), in onRun()
541 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
750 SkMatrix matrices[2] = { in onRun() local
754 matrices[0].preScale(kPathSize, kPathSize); in onRun()
755 matrices[1].preScale(kPathSize, kPathSize); in onRun()
760 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
792 matrices[0].preTranslate(-1, -1); in onRun()
793 matrices[1].preTranslate(1, 1); in onRun()
813 matrices[0].preTranslate(1.6f, 1.4f); in onRun()
829 matrices[1].preTranslate(-1.4f, -1.6f); in onRun()