Home | History | Annotate | Download | only in utils

Lines Matching refs:matrix

49     float matrix[9];
160 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) {
164 // capture the matrix
166 state->matrix[i] = matrix.get(i);
211 // decompose the total matrix and clip
253 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