Lines Matching defs:proc
1216 // repeat the persp proc 8 times
1273 MapXYProc proc = this->getMapXYProc();
1274 proc(*this, 0, 0, &origin);
1279 proc(*this, src[i].fX, src[i].fY, &tmp);
1433 // repeat the persp proc 8 times
1836 PolyMapProc proc = gPolyMapProcs[count - 2];
1841 if (!proc(src, &tempMap, scale)) {
1847 if (!proc(dst, &tempMap, scale)) {