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