Searched refs:squareSize (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/magnify/
H A DMagnify.cpp2071 int32 squareSize = pixelSize - 2; local
2076 BRect selRect(x, y, x+squareSize, y+squareSize);
2085 StrokeLine(BPoint(x,y), BPoint(x+squareSize,y+squareSize));
2086 StrokeLine(BPoint(x,y+squareSize), BPoint(x+squareSize,y));
2096 selRect.Set(x, y,x+squareSize, y+squareSize);
2099 AddLine(BPoint(0, y+(squareSize/
[all...]

Completed in 177 milliseconds