Searched refs:IntegerHeight (Results 51 - 75 of 119) sorted by relevance

12345

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp226 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
461 int32 height = bitmap->Bounds().IntegerHeight();
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp420 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
546 uint32 height = fGradientBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp309 int32 height = bitmap1->Bounds().IntegerHeight() + 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp148 _LayoutLine(size.IntegerHeight() + 1, fRowInfos, fRowCount);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp195 ws.ws_ypixel = Bounds().IntegerHeight();
H A DViewBuffer.cpp45 fRows(frame.IntegerHeight() / CHAR_HEIGHT),
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp327 (uint32)fBitmapBounds.IntegerHeight() + 1,
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp274 picture.height = bitsHeader.bounds.IntegerHeight() + 1;
/haiku/src/preferences/input/
H A DMouseView.cpp311 + (border.IntegerHeight() - fDigitHeight) / 2));
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp92 CPPUNIT_ASSERT(pbits->Bounds().IntegerHeight() == 288);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp236 int cursorHeight = bounds.IntegerHeight() + 1;
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp357 GetJobData()->GetPaperRect().IntegerHeight());
/haiku/src/apps/glteapot/
H A DTeapotWindow.cpp200 float f = menuBar->Bounds().IntegerHeight() + 1;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp263 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0;
479 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
623 int32 lines = b.IntegerHeight() + 1;
/haiku/src/servers/app/
H A DWindow.cpp338 int32 wantHeight = fFrame.IntegerHeight() + y;
359 y = wantHeight - fFrame.IntegerHeight();
393 msg.AddInt32("height", frame.IntegerHeight());
402 float wantHeight = fFrame.IntegerHeight() + delta.y;
422 delta.y = wantHeight - fFrame.IntegerHeight();
/haiku/src/kits/interface/
H A DSplitLayout.cpp906 range.previousSize = previousInfo->layoutFrame.IntegerHeight() + 1;
909 range.nextSize = (int32)nextInfo->layoutFrame.IntegerHeight() + 1;
928 return info->layoutFrame.IntegerHeight() + 1 + (int32)fSpacing;
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp327 && fBackBitmap->Bounds().IntegerHeight() + 1 == channels) {
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp305 uint32 bitmapHeight = testBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp55 fHeight = bounds.IntegerHeight() + 1;
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp261 maxHeight = targetFrame.IntegerHeight();
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp107 paper.IntegerHeight(),
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp229 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp177 Add(bounds.IntegerHeight() + 1);
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp170 if (size.IntegerWidth() != fWidth || size.IntegerHeight() != fHeight) {
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp271 int height = bitsHeader.bounds.IntegerHeight() + 1;

Completed in 153 milliseconds

12345