Searched refs:B_SOLID_LOW (Results 1 - 25 of 107) sorted by last modified time

12345

/haiku/src/kits/tracker/
H A DTextWidget.cpp629 drawView->FillRect(textRect, B_SOLID_LOW);
H A DUtilities.cpp721 offscreen->FillRect(bounds, B_SOLID_LOW);
H A DPoseView.cpp9306 offscreenView->FillRect(offscreenView->Bounds(), B_SOLID_LOW);
H A DTitleView.cpp81 view->StrokeLine(from, to, B_SOLID_LOW);
266 B_SOLID_LOW); local
268 B_SOLID_LOW);
H A DThumbnails.cpp99 view.FillRect(view.Bounds(), B_SOLID_LOW);
/haiku/src/kits/interface/
H A DStatusBar.cpp290 FillRegion(&background, B_SOLID_LOW);
H A DGraphicsDefs.cpp23 const pattern B_SOLID_LOW = {{0, 0, 0, 0, 0, 0, 0, 0}}; variable
H A DTextView.cpp3832 FillRect(eraseRect, B_SOLID_LOW);
4432 view->FillRect(eraseRect, B_SOLID_LOW);
4577 view->FillRect(view->Bounds(), B_SOLID_LOW);
4604 view->FillRect(eraseRect, B_SOLID_LOW);
H A DColumnListView.cpp3386 fResizeBufferView->FillRect(sourceRect, B_SOLID_LOW);
3445 FillRect(destRect, B_SOLID_LOW);
H A DColorControl.cpp524 B_SOLID_LOW);
527 kSelectorSize / 2, kSelectorSize / 2, B_SOLID_LOW);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp161 FillRect(b, B_SOLID_LOW);
186 FillRect(used, B_SOLID_LOW);
547 FillRoundRect(messageBounds, 4, 4, B_SOLID_LOW);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1579 rect.top + 7), B_SOLID_LOW); local
1581 rect.top + 7), B_SOLID_LOW); local
1601 rect.bottom - 3), B_SOLID_LOW); local
1603 rect.bottom - 3), B_SOLID_LOW); local
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1237 view->StrokeLine(dot, dot, B_SOLID_LOW);
1240 view->StrokeLine(dot, dot, B_SOLID_LOW);
1280 view->StrokeLine(dot, dot, B_SOLID_LOW);
1283 view->StrokeLine(dot, dot, B_SOLID_LOW);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp113 FillRect(bounds, B_SOLID_LOW);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp482 FillRect(bounds, B_SOLID_LOW);
/haiku/headers/os/interface/
H A DGraphicsDefs.h38 extern const pattern B_SOLID_LOW;
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp119 FillRect(updateRect, B_SOLID_LOW);
H A DPackageListView.cpp772 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp107 owner->FillRect(itemFrame, B_SOLID_LOW);
788 FillRect(emptyRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp305 FillRect(lb, B_SOLID_LOW);
309 FillRect(rb, B_SOLID_LOW);
313 FillRect(bb, B_SOLID_LOW);
378 markerPos + rightBottom + BPoint(-1.0, 4.0), B_SOLID_LOW);
396 markerPos + rightBottom, B_SOLID_LOW);
410 markerPos + rightBottom + BPoint(0.0, 1.0), B_SOLID_LOW);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp87 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/showimage/
H A DShowImageView.cpp617 FillRect(BRect(0, 0, bounds.right, border.top - 1), B_SOLID_LOW);
619 FillRect(BRect(0, border.top, border.left - 1, border.bottom), B_SOLID_LOW);
621 FillRect(BRect(border.right + 1, border.top, bounds.right, border.bottom), B_SOLID_LOW); local
623 FillRect(BRect(0, border.bottom + 1, bounds.right, bounds.bottom), B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp354 into->StrokeRect(r, B_SOLID_LOW);
373 into->StrokeRect(r, B_SOLID_LOW);
388 into->StrokeRect(r, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp132 into->StrokeEllipse(cr, B_SOLID_LOW);
640 into->StrokeLine(from, to, B_SOLID_LOW);
690 into->StrokeLine(p[0], p[1], B_SOLID_LOW);
691 into->StrokeLine(p[1], p[2], B_SOLID_LOW);
692 into->StrokeLine(p[2], p[3], B_SOLID_LOW);
693 into->StrokeLine(p[3], p[0], B_SOLID_LOW);
H A DPerspectiveBox.cpp396 into->StrokeLine(from, to, B_SOLID_LOW);
445 into->StrokeLine(p[0], p[1], B_SOLID_LOW);
446 into->StrokeLine(p[1], p[2], B_SOLID_LOW);
447 into->StrokeLine(p[2], p[3], B_SOLID_LOW);
448 into->StrokeLine(p[3], p[0], B_SOLID_LOW);

Completed in 514 milliseconds

12345