Searched refs:IntegerWidth (Results 51 - 75 of 130) sorted by relevance

123456

/haiku/src/preferences/network/
H A DInterfaceListItem.cpp81 const int32 stateIconWidth = stateIcon->Bounds().IntegerWidth() + 1;
/haiku/src/servers/app/
H A DBitmapManager.cpp97 if (!hwInterface.CheckOverlayRestrictions(bounds.IntegerWidth() + 1,
H A DWindow.cpp337 int32 wantWidth = fFrame.IntegerWidth() + x;
358 x = wantWidth - fFrame.IntegerWidth();
392 msg.AddInt32("width", frame.IntegerWidth());
401 float wantWidth = fFrame.IntegerWidth() + delta.x;
421 delta.x = wantWidth - fFrame.IntegerWidth();
/haiku/src/add-ons/translators/ico/
H A DICO.cpp228 for (int32 x = 0; x < bitsHeader.bounds.IntegerWidth() + 1; x++) {
665 int32 width = bitsHeader.bounds.IntegerWidth() + 1;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp226 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
460 int32 width = bitmap->Bounds().IntegerWidth();
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp444 float diff = i - m_statusView->Bounds().IntegerWidth();
522 int i = m_statusView->Bounds().IntegerWidth();
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp385 (uint32)fVideoBounds.IntegerWidth(),
389 (uint32)(fVideoBounds.IntegerWidth() + 1),
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp308 int32 width = bitmap1->Bounds().IntegerWidth() + 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp147 _LayoutLine(size.IntegerWidth() + 1, fColumnInfos, fColumnCount);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp194 ws.ws_xpixel = Bounds().IntegerWidth();
H A DViewBuffer.cpp44 fColumns(frame.IntegerWidth() / CHAR_WIDTH),
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp326 (uint32)fBitmapBounds.IntegerWidth() + 1,
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp273 picture.width = bitsHeader.bounds.IntegerWidth() + 1;
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp91 CPPUNIT_ASSERT(pbits->Bounds().IntegerWidth() == 383);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp235 int cursorWidth = bounds.IntegerWidth() + 1;
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp356 GetJobData()->GetPaperRect().IntegerWidth(),
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp151 if (Window()->Bounds().IntegerWidth() + 1 < minWindowWidth)
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp262 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0;
478 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
622 int32 pixels = b.IntegerWidth() + 1;
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp704 tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
727 if (rect.IntegerWidth() < 1)
735 tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp638 tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
661 if (rect.IntegerWidth() < 1)
669 tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
/haiku/src/apps/deskbar/
H A DBarApp.cpp253 be_control_look->ComposeIconSize(B_MINI_ICON).IntegerWidth() + 1;
998 composed = be_control_look->ComposeIconSize(saved).IntegerWidth() + 1;
1061 int32 composed = be_control_look->ComposeIconSize(size).IntegerWidth() + 1;
/haiku/src/apps/showimage/
H A DShowImageView.cpp123 uint32 width = result->Bounds().IntegerWidth() + 1;
295 msg.AddInt32("width", fBitmap->Bounds().IntegerWidth() + 1);
1761 const int32 size = be_control_look->ComposeIconSize(which).IntegerWidth() + 1;
1777 rect.OffsetBy((size - rect.IntegerWidth()) / 2, 0);
1798 for (int32 x = 0; x <= rect.IntegerWidth(); x++) {
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp841 (uint32)actualBitmapRect.IntegerWidth() + 1,
1232 (uint32)actualBitmapRect.IntegerWidth() + 1,
1337 int32 width = r.IntegerWidth() + 1;
/haiku/src/kits/interface/
H A DSplitLayout.cpp899 range.previousSize = previousInfo->layoutFrame.IntegerWidth() + 1;
902 range.nextSize = nextInfo->layoutFrame.IntegerWidth() + 1;
926 return info->layoutFrame.IntegerWidth() + 1 + (int32)fSpacing;
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp857 int width = bounds.IntegerWidth() + 1;
1167 bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1, orientation);
1172 int32 rowBytes = (bounds.IntegerWidth() + 1) * outColorComponents;

Completed in 353 milliseconds

123456