Searched refs:FillRect (Results 26 - 50 of 243) sorted by path

12345678910

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp100 FillRect(r);
105 FillRect(r);
H A DColorSlider.cpp161 FillRect(bounds);
168 FillRect(BRect(r.left, r.top, bounds.left - 1, r.bottom),
170 FillRect(BRect(bounds.right + 1, r.top, r.right, r.bottom),
172 FillRect(
175 FillRect(
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp236 FillRect(r, B_SOLID_LOW);
H A DPopupSlider.cpp144 FillRect(r, B_SOLID_LOW);
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/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp36 FillRect(Bounds(), B_SOLID_LOW);
H A DPropertyItemView.cpp77 FillRect(BRect(b.left, b.top, b.left + fLabelWidth, b.bottom), B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp41 FillRect(b, B_SOLID_LOW);
H A DColorValueView.cpp54 FillRect(b, B_SOLID_LOW);
H A DOptionValueView.cpp55 FillRect(b, B_SOLID_LOW);
H A DSwatchValueView.cpp51 FillRect(b);
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp99 FillRect(r);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp83 FillRect(fVideoFrame & updateRect, B_SOLID_LOW);
193 FillRect(fVideoFrame, B_SOLID_LOW);
205 FillRect(fVideoFrame);
291 FillRect(Bounds());
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp101 owner->FillRect(frame, B_SOLID_LOW);
179 FillRect(updateRect, B_SOLID_LOW);
183 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/midiplayer/
H A DScopeView.cpp188 FillRect(BRect(i, y, i, y));
191 FillRect(BRect(i, y, i, y), B_SOLID_LOW);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h72 bitmapView->FillRect(bitmapView->Bounds(), B_SOLID_LOW);
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp42 FillRect(updateRect);
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp121 view->FillRect(cell);
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp98 FillRect(BRect(left, top, right, top + idle_height - 1));
101 FillRect(BRect(left, bottom - bar_height, right, bottom - bar_height));
104 FillRect(BRect(left, bottom - bar_height + 1, right, bottom));
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp74 FillRect(bounds);
H A DSoundListView.cpp38 FillRect(Bounds(), B_SOLID_LOW);
H A DVolumeSlider.cpp65 FillRect(BRect(11, 3, position, 4));
67 FillRect(BRect(11, 5, position, 13));
73 FillRect(BRect(position, 3, fRight, 13));
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp47 menu->FillRect(colorSquare);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp97 FillRect(r);
/haiku/src/apps/tv/
H A DVideoView.cpp206 FillRect(updateRect);
291 FillRect(BRect(left, 0, right, seperator_y1));
306 FillRect(BRect(left, seperator_y1 + 1, right, seperator_y2));
321 FillRect(BRect(left, seperator_y2 + 1, right, bnd.bottom));

Completed in 97 milliseconds

12345678910