Lines Matching refs:matrices
280 SkTArray<SkMatrix> matrices; variable
281 matrices.push_back().setRotate(kRadius, kRadius, 45.f);
282 matrices.push_back(SkMatrix::I());
283 matrices.push_back().setAll(-1, 0, 2*kRadius,
286 matrices.push_back().setAll( 1, 0, 0,
289 matrices.push_back().setAll( 1, 0, 0,
292 matrices.push_back().setAll( 0, -1, 2*kRadius,
295 matrices.push_back().setAll( 0, -1, 2*kRadius,
298 matrices.push_back().setAll( 0, 1, 0,
301 matrices.push_back().setAll( 0, 1, 0,
304 int baseMatrixCnt = matrices.count();
310 matrices.push_back().setConcat(matrices[i], tinyCW);
315 matrices.push_back().setConcat(matrices[i], tinyCCW);
320 matrices.push_back().setConcat(matrices[i], cw45);
329 for (const auto& m : matrices) {