Home
last modified time | relevance | path

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

/reactos/base/applications/mspaint/
H A Dmouse.cpp58 POINT ptMin = { MAXLONG, MAXLONG }, ptMax = { (LONG)MINLONG, (LONG)MINLONG }; in getBoundaryOfPoints() local
63 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()