Lines Matching refs:matrices
279 SkTArray<SkMatrix> matrices; variable
280 matrices.push_back().setRotate(kRadius, kRadius, 45.f);
281 matrices.push_back(SkMatrix::I());
282 matrices.push_back().setAll(-1, 0, 2*kRadius,
285 matrices.push_back().setAll( 1, 0, 0,
288 matrices.push_back().setAll( 1, 0, 0,
291 matrices.push_back().setAll( 0, -1, 2*kRadius,
294 matrices.push_back().setAll( 0, -1, 2*kRadius,
297 matrices.push_back().setAll( 0, 1, 0,
300 matrices.push_back().setAll( 0, 1, 0,
303 int baseMatrixCnt = matrices.count();
309 matrices.push_back().setConcat(matrices[i], tinyCW);
314 matrices.push_back().setConcat(matrices[i], tinyCCW);
319 matrices.push_back().setConcat(matrices[i], cw45);
328 for (const auto& m : matrices) {