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

/haiku/src/apps/deskcalc/
H A DCalcView.h140 BBitmap* fCalcIcon; member in class:CalcView
H A DCalcView.cpp209 fCalcIcon(new BBitmap(BRect(0, 0, 15, 15), 0, B_RGBA32)),
243 fCalcIcon(new BBitmap(BRect(0, 0, 15, 15), 0, B_RGBA32)),
490 && expressionRect.Height() >= fCalcIcon->Bounds().Height()) {
503 + fCalcIcon->Bounds().Width()) / 2.0;
505 - fCalcIcon->Bounds().Height()) / 2.0;
506 DrawBitmap(fCalcIcon, iconPos);
613 if (fCalcIcon != NULL) {
615 bounds.left = bounds.right - fCalcIcon->Bounds().Width();
745 expressionRect.right -= ceilf(fCalcIcon->Bounds().Width() * 1.5);
1143 _FetchAppIcon(fCalcIcon);
[all...]

Completed in 91 milliseconds