Home | History | Annotate | Download | only in core

Lines Matching defs:GetMapXYProc

1312         this->getMapXYProc()(*this, x, y, result);
1333 this->getMapXYProc()(*this, x, y, &result);
1809 static MapXYProc GetMapXYProc(TypeMask mask) {
1814 MapXYProc getMapXYProc() const {
1815 return GetMapXYProc(this->getType());