Searched refs:ptMax (Results 1 – 1 of 1) sorted by relevance
58 POINT ptMin = { MAXLONG, MAXLONG }, ptMax = { (LONG)MINLONG, (LONG)MINLONG }; in getBoundaryOfPoints() local63 ptMax = { max(x, ptMax.x), max(y, ptMax.y) }; in getBoundaryOfPoints()67 ptMax.x += 1; in getBoundaryOfPoints()68 ptMax.y += 1; in getBoundaryOfPoints()70 CRect rc(ptMin, ptMax); in getBoundaryOfPoints()