• Home
  • Raw
  • Download

Lines Matching refs:fMatrix

115         fMatrix.setAll(fArray[0], fArray[1], fArray[2],  in performTest()
120 junk ^= (fMatrix.getType()); in performTest()
121 fMatrix.dirtyMatrixTypeCache(); in performTest()
122 junk ^= (fMatrix.getType()); in performTest()
123 fMatrix.dirtyMatrixTypeCache(); in performTest()
124 junk ^= (fMatrix.getType()); in performTest()
125 fMatrix.dirtyMatrixTypeCache(); in performTest()
126 junk ^= (fMatrix.getType()); in performTest()
127 fMatrix.dirtyMatrixTypeCache(); in performTest()
128 junk ^= (fMatrix.getType()); in performTest()
129 fMatrix.dirtyMatrixTypeCache(); in performTest()
130 junk ^= (fMatrix.getType()); in performTest()
131 fMatrix.dirtyMatrixTypeCache(); in performTest()
132 junk ^= (fMatrix.getType()); in performTest()
133 fMatrix.dirtyMatrixTypeCache(); in performTest()
134 junk ^= (fMatrix.getType()); in performTest()
137 SkMatrix fMatrix; member in GetTypeMatrixBench
154 fMatrix[i].setRotate(rot0); in onDelayedSetup()
155 fMatrix[i].postScale(sx, sy); in onDelayedSetup()
156 fMatrix[i].postRotate(rot1); in onDelayedSetup()
162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
166 SkMatrix fMatrix[10]; member in DecomposeMatrixBench
176 fMatrix.reset(); in InvertMapRectMatrixBench()
179 fMatrix.postScale(1.5f, 2.5f); in InvertMapRectMatrixBench()
182 fMatrix.postTranslate(1.5f, 2.5f); in InvertMapRectMatrixBench()
185 fMatrix.postRotate(45.0f); in InvertMapRectMatrixBench()
188 fMatrix.setPerspX(1.5f); in InvertMapRectMatrixBench()
189 fMatrix.setPerspY(2.5f); in InvertMapRectMatrixBench()
192 fMatrix.getType(); in InvertMapRectMatrixBench()
207 fMatrix.setPerspX(fMatrix.getPerspX()); in performTest()
210 bool invertible = fMatrix.invert(&inv); in performTest()
220 SkMatrix fMatrix; member in InvertMapRectMatrixBench