Searched refs:IntegerWidth (Results 101 - 125 of 130) sorted by relevance

123456

/haiku/src/apps/glteapot/
H A DObjectView.cpp247 glViewport(0, 0, (GLint)bounds.IntegerWidth() + 1,
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp301 sNoVideoWidth = frame.IntegerWidth();
2048 int viewWidth = fVideoView->Bounds().IntegerWidth() + 1;
2126 = frame.IntegerWidth() - screenFrame.IntegerWidth();
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp479 long viewWidth = bounds.IntegerWidth();
/haiku/src/servers/app/
H A DWorkspacesView.cpp95 int32 width = frame.IntegerWidth() / columns;
H A DServerFont.cpp1110 fBounds.IntegerWidth() > 0 &&
/haiku/src/servers/notification/
H A DNotificationView.cpp449 newMaxWidth = Parent()->Bounds().IntegerWidth();
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1360 if (frame.IntegerWidth() <= 10)
1363 uint32 width = frame.IntegerWidth() - 10;
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1489 bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1);
1563 uint32 width = src.IntegerWidth() + 1;
/haiku/src/preferences/filetypes/
H A DIconView.cpp444 int32 width = bitmap->Bounds().IntegerWidth() + 1;
1070 (icon_size)(bitmap->Bounds().IntegerWidth() + 1)) != B_OK) {
/haiku/src/kits/tracker/
H A DIconCache.cpp113 return (icon_size)(size.IntegerWidth() + 1);
1333 uint32 width = source->Bounds().IntegerWidth() + 1;
H A DPoseView.h919 return IconSize().IntegerWidth() + 1;
H A DPose.cpp831 int32 size = iconSize.IntegerWidth();
H A DUtilities.cpp1272 .IntegerWidth() + 1;
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1155 fNumberFormat.Format(width, bounds.IntegerWidth() + 1);
1634 int32 width = bounds.IntegerWidth() + 1;
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp851 switch (data->Bounds().IntegerWidth()) {
875 switch (data->Bounds().IntegerWidth()) {
920 switch (data->Bounds().IntegerWidth()) {
948 switch (data->Bounds().IntegerWidth()) {
H A DNodeInfoTest.cpp297 switch (data->Bounds().IntegerWidth()) {
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp293 uint32 width = rect.IntegerWidth() + 1;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp640 size_t w = vf.IntegerWidth()+1;
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp899 int width = bounds.IntegerWidth() + 1;
/haiku/src/apps/deskbar/
H A DBarView.cpp1269 .IntegerWidth() + 1;
H A DExpandoMenuBar.cpp798 .IntegerWidth() + 1;
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp422 if (rect.IntegerWidth() % 2 != 0)
H A DColumnListView.cpp1691 int32 sideLen = rect.IntegerWidth();
1696 int32 halfWidth = rect.IntegerWidth() / 2;
1711 if ((itemRect.IntegerWidth() % 2) == 1) {
/haiku/src/preferences/screen/
H A DScreenWindow.cpp228 80.0 * scaling), "monitor", screen.Frame().IntegerWidth() + 1,
/haiku/src/apps/diskprobe/
H A DProbeView.cpp286 (icon_size)(fBitmap->Bounds().IntegerWidth() + 1));

Completed in 526 milliseconds

123456