Home | History | Annotate | Download | only in core

Lines Matching refs:proc

964     // repeat the persp proc 8 times
1007 MapXYProc proc = this->getMapXYProc();
1008 proc(*this, 0, 0, &origin);
1013 proc(*this, src[i].fX, src[i].fY, &tmp);
1141 // repeat the persp proc 8 times
1380 PolyMapProc proc = gPolyMapProcs[count - 2];
1385 if (!proc(src, &tempMap, scale)) {
1391 if (!proc(dst, &tempMap, scale)) {