Searched refs:IntegerHeight (Results 1 - 25 of 119) sorted by relevance

12345

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp33 return 0 <= y && y <= fValidRect.IntegerHeight();
/haiku/src/servers/app/drawing/
H A DBBitmapBuffer.cpp69 return fBitmap->Bounds().IntegerHeight() + 1;
H A DBitmapDrawingEngine.cpp46 && fBitmap->Bounds().IntegerHeight() >= newHeight) {
H A DOverlay.cpp276 fView.height = (uint16)source.IntegerHeight() + 1;
281 fWindow.height = (uint16)destination.IntegerHeight() + 1;
/haiku/headers/os/interface/
H A DSize.h34 inline int32 IntegerHeight() const;
114 BSize::IntegerHeight() const function in class:BSize
H A DRect.h80 int32 IntegerHeight() const;
228 BRect::IntegerHeight() const function in class:BRect
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h22 uint32 dstHeight = destinationRect.IntegerHeight() + 1;
31 if (clippingRegion.Frame().IntegerHeight() + 1 < (int32)dstHeight)
32 dstHeight = clippingRegion.Frame().IntegerHeight() + 1;
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp80 uint32 numVertical = (fScreenFrame.IntegerHeight() + 1)
81 / (frame.IntegerHeight() + 1);
/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp86 printf("Lines per iteration: %ld\n", fViewBounds.IntegerHeight() / 2);
H A DVerticalLineTest.cpp85 printf("Line height: %ld\n", fViewBounds.IntegerHeight() + 1 - 2);
/haiku/src/preferences/media/
H A DMedia.cpp50 if (d - b >= rect.IntegerHeight()) {
/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());
329 && fRect.IntegerHeight() == rect.IntegerHeight()
364 srcH = src->Bounds().IntegerHeight();
366 destH = dest->Bounds().IntegerHeight();
500 srcH = src->Bounds().IntegerHeight();
502 destH = dest->Bounds().IntegerHeight();
660 srcH = src->Bounds().IntegerHeight();
662 destH = dest->Bounds().IntegerHeight();
[all...]
/haiku/src/tests/servers/app/bitmap_bounds/
H A Dmain.cpp43 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp112 if (fMaxSize > screenRect.IntegerHeight())
113 fMaxSize = screenRect.IntegerHeight();
162 uint16 maxY = view->Frame().IntegerHeight() - size;
/haiku/src/kits/tracker/
H A DThumbnails.cpp72 floorf((icon->Bounds().IntegerHeight() - 1) / aspectRatio));
73 thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight()
74 - thumbBounds.IntegerHeight()) / 2.0f));
78 * aspectRatio), icon->Bounds().IntegerHeight() - 1);
208 const int32 height = image->Bounds().IntegerHeight() + 1;
/haiku/src/libs/glut/
H A Dbeos_x11.cpp20 return s.Frame().IntegerHeight() + 1;
/haiku/src/servers/app/
H A DIntRect.h88 int32 IntegerHeight() const;
215 IntRect::IntegerHeight() const function in class:IntRect
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp33 const int height = Bounds().IntegerHeight()+1;
140 const int height = r.IntegerHeight()+1;
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp80 float baseLine = itemRect.top + (itemRect.IntegerHeight() / 2 + font.Size() / 2);
165 float baseLine = itemRect.top + (itemRect.IntegerHeight() / 2 + font.Size() / 2);
H A DPictureTestCases.cpp28 int y = (int)(rect.top + rect.IntegerHeight() / 2);
622 int32 height = bitmap.Bounds().IntegerHeight()+1;
693 r.InsetBy(r.IntegerWidth() / 4, r.IntegerHeight() / 4);
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);
970 int size = frame.IntegerHeight() / 3;
/haiku/src/preferences/appearance/
H A DCurView.cpp480 offset=((r.IntegerHeight()-drawrect.IntegerHeight()) >> 1)+5;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp449 int32 height = size.IntegerHeight() + 1;
462 top = fTopAxis.axis->PreferredSize(this, size).IntegerHeight() + 1;
464 bottom = fBottomAxis.axis->PreferredSize(this, size).IntegerHeight()
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp183 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
374 return _BitmapRect().IntegerHeight() + 1;
445 int32 height = bitmap->Bounds().IntegerHeight();
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp161 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
H A DWonderBrushTranslator.cpp215 uint32 height = bitmap->Bounds().IntegerHeight() + 1;

Completed in 110 milliseconds

12345