Searched refs:IntegerWidth (Results 76 - 100 of 130) sorted by relevance

123456

/haiku/src/servers/registrar/
H A DShutdownProcess.cpp535 fTintedIconBitmap->Bounds().IntegerWidth() + 1;
602 BSize(sourceBitmap->Bounds().IntegerWidth() - 1, 0));
1068 (icon_size)(appIcon->Bounds().IntegerWidth() + 1));
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp304 uint32 bitmapWidth = testBitmap->Bounds().IntegerWidth() + 1;
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp54 fWidth = bounds.IntegerWidth() + 1;
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp259 maxWidth = targetFrame.IntegerWidth();
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp106 paper.IntegerWidth(),
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp228 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp176 Add(bounds.IntegerWidth() + 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.cpp270 int width = bitsHeader.bounds.IntegerWidth() + 1;
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp287 uint32 width = bitsHeader.bounds.IntegerWidth() + 1;
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp386 int32 width = bounds.IntegerWidth() + 1;
472 //bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1, initialData.space,
473 //bounds2.IntegerWidth() + 1, bounds2.IntegerHeight() + 1, setData.space);
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp297 .IntegerWidth() + 1;
H A DSwitcher.cpp373 int32 offset = (bounds.IntegerWidth()
374 - largeRect.IntegerWidth()) / 2;
381 int32 offset = (largeRect.IntegerWidth()
382 - smallRect.IntegerWidth()) / 2;
423 .IntegerWidth() + 1;
H A DBarWindow.cpp715 .IntegerWidth() + 1;
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp290 int32 imageWidth = bitmapBounds.IntegerWidth() + 10;
293 int32 triangleWidth = triangleBounds.IntegerWidth() + 10;
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp473 reply.Add(bounds.IntegerWidth() + 1);
516 + bounds.IntegerWidth() + 1;
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp232 Fractal->Width = bounds.IntegerWidth() / 2 + 1;
235 Fractal->Width = bounds.IntegerWidth() + 1;
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp730 tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
753 if (rect.IntegerWidth() < 1)
761 tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1760 width = fBounds.IntegerWidth() + 1;
1815 width = fBounds.IntegerWidth() + 1;
2065 int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1);
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp117 int32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp470 int width = band->fValidRect.IntegerWidth() + 1 - sourcePixelsToSkip;
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp82 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/tools/translation/inspector/
H A DImageView.cpp406 sprintf(str2, "%ld", fpbitmap->Bounds().IntegerWidth() + 1);
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp666 uint32 width = bitsHeader.bounds.IntegerWidth() + 1;
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp490 uint32 width = fBackground->Bounds().IntegerWidth() + 1;

Completed in 202 milliseconds

123456