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

123456

/haiku/headers/os/interface/
H A DRect.h78 int32 IntegerWidth() const;
214 BRect::IntegerWidth() const function in class:BRect
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp293 uint32 width = rect.IntegerWidth() + 1;
/haiku/src/add-ons/translators/ico/
H A DICO.cpp228 for (int32 x = 0; x < bitsHeader.bounds.IntegerWidth() + 1; x++) {
665 int32 width = bitsHeader.bounds.IntegerWidth() + 1;
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp54 fWidth = bounds.IntegerWidth() + 1;
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp160 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
H A DWonderBrushTranslator.cpp214 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/apps/debuganalyzer/gui/chart/
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;
H A DLegendChartAxis.cpp353 int32 width = fFrame.IntegerWidth() + 1;
407 return (int32)((size.IntegerWidth() + 1) / (20 + *_hSpacing));
H A DLineChartRenderer.cpp179 if (last > fFrame.IntegerWidth())
180 last = fFrame.IntegerWidth();
223 int32 width = fFrame.IntegerWidth() + 1;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp262 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0;
478 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
622 int32 pixels = b.IntegerWidth() + 1;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp228 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
301 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
H A DColorField.cpp183 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
367 return _BitmapRect().IntegerWidth() + 1;
444 int32 width = bitmap->Bounds().IntegerWidth();
H A DColorSlider.cpp226 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
460 int32 width = bitmap->Bounds().IntegerWidth();
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp88 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp228 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
/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/apps/mediaplayer/support/
H A DStackBlurFilter.cpp117 int32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/apps/midiplayer/
H A DScopeView.cpp49 fSampleCount(Bounds().IntegerWidth()),
/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/interface/
H A DSplitLayout.cpp899 range.previousSize = previousInfo->layoutFrame.IntegerWidth() + 1;
902 range.nextSize = nextInfo->layoutFrame.IntegerWidth() + 1;
926 return info->layoutFrame.IntegerWidth() + 1 + (int32)fSpacing;
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp34 const int width = Bounds().IntegerWidth()+1;
H A DPageSetupDlg.cpp106 paper.IntegerWidth(),
/haiku/src/preferences/media/
H A DMedia.cpp46 if (c - a >= rect.IntegerWidth()) {
/haiku/src/servers/app/
H A DIntRect.h86 int32 IntegerWidth() const;
201 IntRect::IntegerWidth() const function in class:IntRect
/haiku/src/servers/app/drawing/
H A DOverlay.cpp275 fView.width = (uint16)source.IntegerWidth() + 1;
280 fWindow.width = (uint16)destination.IntegerWidth() + 1;

Completed in 301 milliseconds

123456