Lines Matching defs:matrix
50 float matrix[9];
141 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkIRect& clip) {
145 // capture the matrix
147 state->matrix[i] = matrix.get(i);
232 // reconstruct the matrix
233 SkMatrix matrix;
235 matrix.set(i, state.matrix[i]);
255 canvas->concat(matrix);
281 // setup the matrix and clip
300 // setup the matrix and clip on the n-way canvas