Home
last modified time | relevance | path

Searched refs:msProjectPointEx (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapproject.c946 ret = msProjectPointEx(reprojector, point);
1080 if( msProjectPointEx(reprojector, prj_point) == MS_SUCCESS ) {
1152 if( msProjectPointEx( reprojector, end ) == MS_FAILURE
1153 || msProjectPointEx( reprojector, start ) == MS_FAILURE )
1370 ms_err = msProjectPointEx(reprojector, &wrkPoint );
1644 msProjectPointEx(reprojector, &(line->point[i]));
1769 msProjectPointEx(reprojector, &pointTest);
1802 msProjectPointEx(reprojector,&foo);
1972 msProjectPointEx(reprojector, &p) == MS_SUCCESS &&
2278 if( msProjectPointEx( reprojector, &pt1 ) == MS_FAILURE
[all …]
H A Dmapproject.h95 MS_DLL_EXPORT int msProjectPointEx(reprojectionObj* reprojector, pointObj *point);
H A Dmaprasterquery.c612 msProjectPointEx( reprojector, &sReprojectedPixelLocation); in msRasterQueryByRectLow()