Home | History | Annotate | Download | only in utils

Lines Matching full:matrix

44     float matrix[9];
155 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) {
159 // capture the matrix
161 state->matrix[i] = matrix.get(i);
206 // decompose the total matrix and clip
248 setup_MC_state(&layerState->mcState, layer.matrix(), layer.clip());
269 // reconstruct the matrix
270 SkMatrix matrix;
272 matrix.set(i, state.matrix[i]);
285 canvas->setMatrix(matrix);
311 // setup the matrix and clip
330 // setup the matrix and clip on the n-way canvas