Home | History | Annotate | Download | only in core

Lines Matching refs:tempMap

1437     SkMatrix tempMap, result;
1438 tempMap.setTypeMask(kUnknown_Mask);
1440 if (!proc(src, &tempMap, scale)) {
1443 if (!tempMap.invert(&result)) {
1446 if (!proc(dst, &tempMap, scale)) {
1449 this->setConcat(tempMap, result);