Searched refs:IntegerHeight (Results 26 - 50 of 119) sorted by relevance

12345

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp143 if (where.y > Bounds().top + (Bounds().IntegerHeight() >> 1))
H A DAlphaSlider.cpp228 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
320 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/apps/pulse/
H A DPulseWindow.cpp156 pulseapp->fPrefs->mini_window_rect.IntegerHeight());
H A DMiniPulseView.cpp73 int h = bounds.IntegerHeight() - 2;
H A DCPUButton.cpp172 int rect_height = bounds.IntegerHeight();
/haiku/src/servers/app/
H A DServerBitmap.cpp70 fHeight(rect.IntegerHeight() + 1),
H A DBitmapManager.cpp98 bounds.IntegerHeight() + 1, space))
/haiku/src/apps/resedit/
H A DResFields.cpp63 fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight(),
/haiku/src/apps/tv/
H A DVideoNode.cpp361 overlay_copy(fBitmap->Bounds().IntegerHeight() + 1,
372 overlay_copy(fBitmap->Bounds().IntegerHeight() + 1,
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp947 uint32 height = bitmapFrame.IntegerHeight() + 1;
964 height = cursorFrame.IntegerHeight() + 1;
1008 height = combindedBounds.IntegerHeight() + 1;
1025 bitmapFrame.IntegerWidth() + 1, bitmapFrame.IntegerHeight() + 1,
1043 cursorBounds.IntegerHeight() + 1));
/haiku/src/kits/shared/
H A DIconButton.cpp224 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0f;
518 uint32 height = fNormalBitmap->Bounds().IntegerHeight() + 1;
559 uint32 trimmedHeight = trimmedBitmap.Bounds().IntegerHeight() + 1;
594 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
708 int32 lines = b.IntegerHeight() + 1;
/haiku/src/kits/interface/
H A DBitmap.cpp726 fBounds.IntegerHeight() + 1);
760 if (!data || length < 0 || size.IntegerWidth() < 0 || size.IntegerHeight() < 0)
772 size.IntegerWidth() + 1, size.IntegerHeight() + 1);
1082 int32 size = bytesPerRow * (bounds.IntegerHeight() + 1);
1178 size = bytesPerRow * (bounds.IntegerHeight() + 1);
H A DIcon.cpp293 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
339 uint32 trimmedHeight = trimmedBitmap->Bounds().IntegerHeight() + 1;
398 int32 lines = b.IntegerHeight() + 1;
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h490 uint32 dstHeight = destinationRect.IntegerHeight() + 1;
499 if (clippingRegion.Frame().IntegerHeight() + 1 < (int32)dstHeight)
500 dstHeight = clippingRegion.Frame().IntegerHeight() + 1;
/haiku/src/libs/icon/
H A DIconRenderer.cpp422 bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
425 bitmap->Bounds().IntegerHeight());
506 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
H A DIconUtils.cpp358 uint32 height = temp.Bounds().IntegerHeight() + 1;
485 uint32 height = temp->Bounds().IntegerHeight() + 1;
703 uint32 height = source->Bounds().IntegerHeight() + 1;
728 uint32 height = source->Bounds().IntegerHeight() + 1;
751 uint32 dstHeight = icon->Bounds().IntegerHeight() + 1;
894 uint32 dstHeight = icon->Bounds().IntegerHeight() + 1;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp354 int32 height = fFrame.IntegerHeight() + 1;
406 return (int32)((size.IntegerHeight() + 1) / (10 + *_vSpacing));
H A DLineChartRenderer.cpp190 double scale = (double)fFrame.IntegerHeight() / sampleRange;
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp89 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp162 fPageHeight = (fRealJobData->GetPhysicalRect().IntegerHeight()
513 ASSERT(target->Bounds().IntegerWidth() == source->Bounds().IntegerHeight());
514 ASSERT(target->Bounds().IntegerHeight() == source->Bounds().IntegerWidth());
517 const int32 height = source->Bounds().IntegerHeight() + 1;
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp197 int32 height = testCase.bounds.IntegerHeight() + 1;
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp210 r.bottom = r.IntegerHeight() - B_H_SCROLL_BAR_HEIGHT; r.top = 0;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp124 return fMiniIcon.Bounds().IntegerHeight() +
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp322 height = GetJobData()->GetPaperRect().IntegerHeight();
/haiku/src/add-ons/translators/ico/
H A DICO.cpp227 for (int32 y = 0; y < bitsHeader.bounds.IntegerHeight() + 1; y++) {
666 int32 height = bitsHeader.bounds.IntegerHeight() + 1;

Completed in 145 milliseconds

12345