Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_internal.h302 double maxyDst = 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.cpp233 coord.xyzt.y <= alt.maxyDst ) { in pj_get_suggested_operation()
1031 double maxyDst; in add_coord_op_to_list() local
1036 minxDst, minyDst, maxxDst, maxyDst); 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.cpp8452 double maxyDst = alt.maxyDst; 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()