Searched refs:B_SOLID_LOW (Results 26 - 50 of 107) sorted by relevance

12345

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp169 B_SOLID_LOW); local
171 B_SOLID_LOW); local
174 B_SOLID_LOW); local
177 B_SOLID_LOW); local
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp202 FillRect(topOfBitmap, B_SOLID_LOW);
206 FillRect(leftOfBitmap, B_SOLID_LOW);
210 FillRect(rightOfBitmap, B_SOLID_LOW);
214 FillRect(bottomOfBitmap, B_SOLID_LOW);
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp54 view->FillRect(view->Bounds(), B_SOLID_LOW);
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp140 FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW);
/haiku/src/build/libbe/interface/
H A DGraphicsDefs.cpp35 const pattern B_SOLID_LOW = {{0, 0, 0, 0, 0, 0, 0, 0}}; variable
/haiku/src/servers/app/drawing/
H A DPatternHandler.h123 { return fPattern == B_SOLID_LOW; }
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp121 FillRect(bounds, B_SOLID_LOW);
488 FillRect(bounds, B_SOLID_LOW);
993 FillRect(fUpRect, B_SOLID_LOW);
1003 FillRect(fDownRect, B_SOLID_LOW);
/haiku/src/preferences/input/
H A DInputDeviceView.cpp72 onto->FillRect(frame, B_SOLID_LOW);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp83 FillRect(fVideoFrame & updateRect, B_SOLID_LOW);
193 FillRect(fVideoFrame, B_SOLID_LOW);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp99 FillRect(r, B_SOLID_LOW);
132 FillRect(fLastHatRect, B_SOLID_LOW);
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp326 FillRect(Frame(), B_SOLID_LOW); local
349 B_SOLID_LOW); local
/haiku/src/kits/interface/
H A DMenuWindow.cpp125 FillRect(Bounds(), B_SOLID_LOW); local
157 FillRect(frame, B_SOLID_LOW);
/haiku/src/apps/launchbox/
H A DPadView.cpp77 StrokeRect(r, B_SOLID_LOW);
119 StrokeLine(dot, dot, B_SOLID_LOW);
131 FillRect(r, B_SOLID_LOW);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp161 FillRect(b, B_SOLID_LOW);
186 FillRect(used, B_SOLID_LOW);
543 FillRoundRect(messageBounds, 4, 4, B_SOLID_LOW);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp239 FillRect(r, B_SOLID_LOW);
249 FillRegion(&region, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp114 StrokeLine(r.LeftBottom(), r.LeftTop(), B_SOLID_LOW);
115 StrokeLine(r.LeftTop(), r.RightTop(), B_SOLID_LOW);
138 FillRect(r, B_SOLID_LOW);
151 FillRect(r, B_SOLID_LOW);
H A DIconOptionsControl.cpp131 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp236 FillRect(r, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp77 FillRect(BRect(b.left, b.top, b.left + fLabelWidth, b.bottom), B_SOLID_LOW); local
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp88 owner->StrokeRect(frame, B_SOLID_LOW);
101 owner->FillRect(frame, B_SOLID_LOW);
179 FillRect(updateRect, B_SOLID_LOW);
183 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp211 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp279 view->FillRect(view->Bounds(), B_SOLID_LOW);
/haiku/src/apps/pulse/
H A DCPUButton.cpp95 FillRect(Bounds(), B_SOLID_LOW); local
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp454 target->FillRect(r, B_SOLID_LOW);
532 target->FillRect(r, B_SOLID_LOW);
610 target->FillRect(r, B_SOLID_LOW);
669 target->FillRect(r, B_SOLID_LOW);
/haiku/src/preferences/appearance/
H A DColorPreview.cpp110 StrokeEllipse(Bounds(), B_SOLID_LOW); local

Completed in 356 milliseconds

12345