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

/haiku/src/kits/interface/
H A DTextView.cpp2106 BRect selRect; local
2111 selRect.left = startPt.x;
2112 selRect.top = startPt.y;
2113 selRect.right = endPt.x - 1;
2114 selRect.bottom = endPt.y + endLineHeight - 1;
2115 outRegion->Include(selRect);
2120 selRect.left = startPt.x;
2121 selRect.top = startPt.y;
2122 selRect.right = std::max(fTextRect.right,
2124 selRect
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp2076 BRect selRect(x, y, x+squareSize, y+squareSize);
2083 StrokeRect(selRect);
2096 selRect.Set(x, y,x+squareSize, y+squareSize);
2097 StrokeRect(selRect);
2118 selRect.Set(x, y,x+squareSize, y+squareSize);
2119 StrokeRect(selRect);

Completed in 48 milliseconds