Lines Matching full:fmatrix
116 fMatrix.setAll(fArray[0], fArray[1], fArray[2],
121 junk ^= (fMatrix.getType());
122 fMatrix.dirtyMatrixTypeCache();
123 junk ^= (fMatrix.getType());
124 fMatrix.dirtyMatrixTypeCache();
125 junk ^= (fMatrix.getType());
126 fMatrix.dirtyMatrixTypeCache();
127 junk ^= (fMatrix.getType());
128 fMatrix.dirtyMatrixTypeCache();
129 junk ^= (fMatrix.getType());
130 fMatrix.dirtyMatrixTypeCache();
131 junk ^= (fMatrix.getType());
132 fMatrix.dirtyMatrixTypeCache();
133 junk ^= (fMatrix.getType());
134 fMatrix.dirtyMatrixTypeCache();
135 junk ^= (fMatrix.getType());
138 SkMatrix fMatrix;
155 fMatrix[i].setRotate(rot0);
156 fMatrix[i].postScale(sx, sy);
157 fMatrix[i].postRotate(rot1);
163 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
167 SkMatrix fMatrix[10];
177 fMatrix.reset();
180 fMatrix.postScale(1.5f, 2.5f);
183 fMatrix.postTranslate(1.5f, 2.5f);
186 fMatrix.postRotate(45.0f);
189 fMatrix.setPerspX(1.5f);
190 fMatrix.setPerspY(2.5f);
193 fMatrix.getType();
208 fMatrix.setPerspX(fMatrix.getPerspX());
211 bool invertible = fMatrix.invert(&inv);
221 SkMatrix fMatrix;