Home
last modified time | relevance | path

Searched refs:hMaxX (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.cpp525 auto hMaxX = (double)(this->width()-1); in clampMovingAnchor() local
530 hNewX = (FDisplayAnchors[1].first / hMaxX) - CAnchorDelta; in clampMovingAnchor()
535 hNewX = (FDisplayAnchors[FCurve->anchorCount()-1].first / hMaxX) + CAnchorDelta; in clampMovingAnchor()
539 hNewX = (FDisplayAnchors[FMovingAnchor+1].first / hMaxX) - CAnchorDelta; in clampMovingAnchor()
542 hNewX = (FDisplayAnchors[FMovingAnchor-1].first / hMaxX) + CAnchorDelta; in clampMovingAnchor()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dshp_sanitize.c1667 double hMaxX; in do_read_shp() local
1673 openShpRead (shp, shp_path, &hMinX, &hMinY, &hMaxX, &hMaxY, &mismatching); in do_read_shp()
1835 if (MinX != hMinX || MinY != hMinY || MaxX != hMaxX || MaxY != hMaxY) in do_read_shp()
3690 double hMaxX; in do_repair_shapefile() local
3698 openShpRead (shp_in, shp_path, &hMinX, &hMinY, &hMaxX, &hMaxY, in do_repair_shapefile()