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

/haiku/src/apps/deskcalc/
H A DCalcView.cpp487 BRect expressionRect(_ExpressionRect());
488 if (updateRect.Intersects(expressionRect)) {
490 && expressionRect.Height() >= fCalcIcon->Bounds().Height()) {
492 expressionRect.left = fExpressionTextView->Frame().right + 2;
495 FillRect(updateRect & expressionRect);
502 iconPos.x = expressionRect.right - (expressionRect.Width()
504 iconPos.y = expressionRect.top + (expressionRect.Height()
512 expressionRect
742 BRect expressionRect = _ExpressionRect(); local
[all...]

Completed in 31 milliseconds