Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_internal.h301 double maxxDst = 0.0; member
314 minxDst(minxDstIn), minyDst(minyDstIn), maxxDst(maxxDstIn), maxyDst(maxyDstIn), in CoordOperation()
326 … minxDst(other.minxDst), minyDst(other.minyDst), maxxDst(other.maxxDst), maxyDst(other.maxyDst), in CoordOperation()
H A D4D_api.cpp232 coord.xyzt.x <= alt.maxxDst && in pj_get_suggested_operation()
1030 double maxxDst; in add_coord_op_to_list() local
1036 minxDst, minyDst, maxxDst, maxyDst); in add_coord_op_to_list()
1038 if( minxSrc <= maxxSrc && minxDst <= maxxDst ) in add_coord_op_to_list()
1046 minxDst, minyDst, maxxDst, maxyDst, in add_coord_op_to_list()
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dc_api.cpp8451 double maxxDst = alt.maxxDst; in proj_normalize_for_visualization() local
8469 std::swap(maxxDst, maxyDst); in proj_normalize_for_visualization()
8474 maxySrc, minxDst, minyDst, maxxDst, maxyDst, in proj_normalize_for_visualization()