Searched refs:B_SOLID_LOW (Results 1 - 25 of 107) sorted by relevance

12345

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp48 StrokeRect(b, B_SOLID_LOW);
H A DTextInputValueView.cpp49 StrokeRect(b, B_SOLID_LOW);
H A DColorValueView.cpp54 FillRect(b, B_SOLID_LOW);
H A DBoolValueView.cpp41 FillRect(b, B_SOLID_LOW);
H A DOptionValueView.cpp55 FillRect(b, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp36 FillRect(Bounds(), B_SOLID_LOW); local
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp38 FillRect(Bounds(), B_SOLID_LOW); local
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp31 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/haikudepot/util/
H A DRatingUtils.cpp46 target->FillRect(rect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/transformable/
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);
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);
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp40 StrokeRect(r, B_SOLID_LOW);
45 StrokeRect(bounds[1], B_SOLID_LOW);
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp47 FillRect(rect, B_SOLID_LOW);
53 FillRect(rect, B_SOLID_LOW);
H A DGraphicsDefsTest.cpp93 TEST(pattern, B_SOLID_LOW);
/haiku/src/tests/servers/app/lagging_get_mouse/
H A Dmain.cpp55 FillRect(Bounds(), B_SOLID_LOW); local
/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/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp254 view->FillRect(BRect(0, 0, bounds.right, border.top-1), B_SOLID_LOW);
256 view->FillRect(BRect(0, border.top, border.left-1, border.bottom), B_SOLID_LOW);
258 view->FillRect(BRect(border.right+1, border.top, bounds.right, border.bottom), B_SOLID_LOW); local
260 view->FillRect(BRect(0, border.bottom+1, bounds.right, bounds.bottom), B_SOLID_LOW);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h72 bitmapView->FillRect(bitmapView->Bounds(), B_SOLID_LOW);
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp139 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/kits/interface/
H A DStringItem.cpp88 owner->FillRect(frame, B_SOLID_LOW);
/haiku/src/preferences/time/
H A DTZDisplay.cpp56 FillRect(Bounds(), B_SOLID_LOW); local
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp133 FillRect(Bounds(), B_SOLID_LOW); local
198 FillRect(frame, B_SOLID_LOW);
262 FillRect(Bounds(), B_SOLID_LOW); local
326 FillRect(frame, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp156 FillRect(leftOfButton, B_SOLID_LOW);
160 FillRect(rightOfButton, B_SOLID_LOW);
376 v->FillRect(r, B_SOLID_LOW);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp298 B_SOLID_LOW); local
307 B_SOLID_LOW); local
316 B_SOLID_LOW); local
/haiku/src/apps/midiplayer/
H A DScopeView.cpp191 FillRect(BRect(i, y, i, y), B_SOLID_LOW); local

Completed in 187 milliseconds

12345