Searched refs:IntegerWidth (Results 1 - 25 of 130) sorted by relevance

123456

/haiku/src/servers/app/drawing/
H A DBBitmapBuffer.cpp60 return fBitmap->Bounds().IntegerWidth() + 1;
H A DBitmapDrawingEngine.cpp45 && fBitmap->Bounds().IntegerWidth() >= newWidth
H A DOverlay.cpp275 fView.width = (uint16)source.IntegerWidth() + 1;
280 fWindow.width = (uint16)destination.IntegerWidth() + 1;
/haiku/src/apps/processcontroller/
H A DAutoIcon.cpp37 genericAppType.GetIcon(fBitmap, (icon_size)(fBitmap->Bounds().IntegerWidth() + 1));
/haiku/headers/os/interface/
H A DSize.h33 inline int32 IntegerWidth() const;
107 BSize::IntegerWidth() const function in class:BSize
H A DRect.h78 int32 IntegerWidth() const;
214 BRect::IntegerWidth() const function in class:BRect
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h21 uint32 dstWidth = destinationRect.IntegerWidth() + 1;
29 if (clippingRegion.Frame().IntegerWidth() + 1 < (int32)dstWidth)
30 dstWidth = clippingRegion.Frame().IntegerWidth() + 1;
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp78 uint32 numHorizontal = (fScreenFrame.IntegerWidth() + 1)
79 / (frame.IntegerWidth() + 1);
/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp85 printf("Line width: %ld\n", fViewBounds.IntegerWidth() + 1 - 2);
H A DVerticalLineTest.cpp86 printf("Lines per iteration: %ld\n", fViewBounds.IntegerWidth() / 2);
/haiku/src/preferences/media/
H A DMedia.cpp46 if (c - a >= rect.IntegerWidth()) {
/haiku/src/preferences/appearance/
H A DCurView.cpp461 offset=((r.IntegerWidth()-bitmap->Bounds().IntegerWidth()) >> 1)+5;
473 offset=((r.IntegerWidth()-drawrect.IntegerWidth()) >> 1)+5;
/haiku/src/apps/showimage/
H A DFilter.cpp299 BRect dest(0, 0, fRect.IntegerWidth(), fRect.IntegerHeight());
310 BRect dest_rect(0, 0, fRect.IntegerWidth(), fRect.IntegerHeight());
328 return fRect.IntegerWidth() == rect.IntegerWidth()
363 srcW = src->Bounds().IntegerWidth();
365 destW = dest->Bounds().IntegerWidth();
499 srcW = src->Bounds().IntegerWidth();
501 destW = dest->Bounds().IntegerWidth();
659 srcW = src->Bounds().IntegerWidth();
661 destW = dest->Bounds().IntegerWidth();
[all...]
/haiku/src/kits/tracker/
H A DThumbnails.cpp71 thumbBounds = BRect(0, 0, icon->Bounds().IntegerWidth() - 1,
77 thumbBounds = BRect(0, 0, floorf((icon->Bounds().IntegerWidth() - 1)
79 thumbBounds.OffsetBySelf(floorf((icon->Bounds().IntegerWidth()
80 - thumbBounds.IntegerWidth()) / 2.0f), 0);
203 const int32 width = image->Bounds().IntegerWidth() + 1;
365 if ((size.IntegerWidth() + 1) == B_XXL_ICON) {
/haiku/src/tests/servers/app/bitmap_bounds/
H A Dmain.cpp42 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp179 if (last > fFrame.IntegerWidth())
180 last = fFrame.IntegerWidth();
223 int32 width = fFrame.IntegerWidth() + 1;
H A DChart.cpp448 int32 width = size.IntegerWidth() + 1;
458 left = fLeftAxis.axis->PreferredSize(this, size).IntegerWidth() + 1;
460 right = fRightAxis.axis->PreferredSize(this, size).IntegerWidth() + 1;
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp107 fMaxSize = (screenRect.IntegerWidth() * kMaxIconWidthPercentage) / 100;
108 fMinSize = (screenRect.IntegerWidth() * kMinIconWidthPercentage) / 100;
161 uint16 maxX = view->Frame().IntegerWidth() - size;
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp197 _ResizeBackBitmap(bitmapFrame.IntegerWidth() + 1, fChannelCount);
287 _ResizeBackBitmap(_BackBitmapFrame().IntegerWidth() + 1,
326 if (fBackBitmap->Bounds().IntegerWidth() + 1 == width
354 uint32 width = fBackBitmap->Bounds().IntegerWidth() + 1;
/haiku/src/libs/glut/
H A Dbeos_x11.cpp15 return s.Frame().IntegerWidth() + 1;
/haiku/src/servers/app/
H A DIntRect.h86 int32 IntegerWidth() const;
201 IntRect::IntegerWidth() const function in class:IntRect
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp99 .IntegerWidth() + 1;
101 .IntegerWidth() + 1;
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp27 int x = (int)(rect.left + rect.IntegerWidth() / 2);
623 int32 width = bitmap.Bounds().IntegerWidth()+1;
693 r.InsetBy(r.IntegerWidth() / 4, r.IntegerHeight() / 4);
787 int x = frame.IntegerWidth() / 3;
875 BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
889 BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
907 BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
925 BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
952 BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp183 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
367 return _BitmapRect().IntegerWidth() + 1;
444 int32 width = bitmap->Bounds().IntegerWidth();
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp160 uint32 width = bitmap->Bounds().IntegerWidth() + 1;

Completed in 134 milliseconds

123456