Home | History | Annotate | Download | only in core

Lines Matching refs:tempMap

1799     SkMatrix tempMap, result;
1800 tempMap.setTypeMask(kUnknown_Mask);
1802 if (!proc(src, &tempMap, scale)) {
1805 if (!tempMap.invert(&result)) {
1808 if (!proc(dst, &tempMap, scale)) {
1811 if (!result.setConcat(tempMap, result)) {