Home | History | Annotate | Download | only in core

Lines Matching refs:tempM

2623         SkMatrix  tempM;
2634 if (texture_to_matrix(state, vertices, textures, &tempM)) {
2635 tempM.postConcat(savedLocalM);
2636 shader->setLocalMatrix(tempM);