Searched refs:tempM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp2623 SkMatrix tempM; local
2634 if (texture_to_matrix(state, vertices, textures, &tempM)) {
2635 tempM.postConcat(savedLocalM);
2636 shader->setLocalMatrix(tempM);
/external/skia/src/core/
H A DSkDraw.cpp2623 SkMatrix tempM; local
2634 if (texture_to_matrix(state, vertices, textures, &tempM)) {
2635 tempM.postConcat(savedLocalM);
2636 shader->setLocalMatrix(tempM);

Completed in 150 milliseconds