Lines Matching refs:matrices
364 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix* matrices, int numMatrices) { in drawPathsAndFlush() argument
367 ccpr.drawPath(fPaths[i], matrices[i % numMatrices]); in drawPathsAndFlush()
379 ccpr.drawPath(fPaths[idx], matrices[idx % numMatrices]); in drawPathsAndFlush()
499 SkMatrix matrices[3] = { in onRun() local
506 this->drawPathsAndFlush(ccpr, matrices, 3); in onRun()
522 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
528 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
533 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
539 matrices[1].postTranslate(SkScalarFloorToInt(kCanvasSize * -.25f), in onRun()
542 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
751 SkMatrix matrices[2] = { in onRun() local
755 matrices[0].preScale(kPathSize, kPathSize); in onRun()
756 matrices[1].preScale(kPathSize, kPathSize); in onRun()
761 this->drawPathsAndFlush(ccpr, matrices, 2); in onRun()
793 matrices[0].preTranslate(-1, -1); in onRun()
794 matrices[1].preTranslate(1, 1); in onRun()
814 matrices[0].preTranslate(1.6f, 1.4f); in onRun()
830 matrices[1].preTranslate(-1.4f, -1.6f); in onRun()