Lines Matching refs:matrices
251 TArray<SkMatrix> matrices; variable
252 matrices.push_back().setRotate(kRadius, kRadius, 45.f);
253 matrices.push_back(SkMatrix::I());
254 matrices.push_back().setAll(-1, 0, 2*kRadius,
257 matrices.push_back().setAll( 1, 0, 0,
260 matrices.push_back().setAll( 1, 0, 0,
263 matrices.push_back().setAll( 0, -1, 2*kRadius,
266 matrices.push_back().setAll( 0, -1, 2*kRadius,
269 matrices.push_back().setAll( 0, 1, 0,
272 matrices.push_back().setAll( 0, 1, 0,
275 int baseMatrixCnt = matrices.size();
281 matrices.push_back().setConcat(matrices[i], tinyCW);
286 matrices.push_back().setConcat(matrices[i], tinyCCW);
291 matrices.push_back().setConcat(matrices[i], cw45);
300 for (const auto& m : matrices) {