Searched refs:IntegerWidth (Results 26 - 50 of 130) sorted by relevance

123456

/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp214 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/apps/midiplayer/
H A DScopeView.cpp49 fSampleCount(Bounds().IntegerWidth()),
/haiku/src/apps/pulse/
H A DPulseWindow.cpp155 ResizeTo(pulseapp->fPrefs->mini_window_rect.IntegerWidth(),
H A DCPUButton.cpp171 int rect_width = bounds.IntegerWidth() - 1;
/haiku/src/servers/app/
H A DServerBitmap.cpp69 fWidth(rect.IntegerWidth() + 1),
/haiku/src/kits/shared/
H A DIconView.cpp70 (icon_size)fIconBitmap->Bounds().IntegerWidth());
H A DIconButton.cpp223 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0f;
517 uint32 width = fNormalBitmap->Bounds().IntegerWidth() + 1;
558 uint32 trimmedWidth = trimmedBitmap.Bounds().IntegerWidth() + 1;
593 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
707 int32 pixels = b.IntegerWidth() + 1;
/haiku/src/apps/resedit/
H A DResFields.cpp63 fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight(),
/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;
/haiku/src/kits/interface/
H A DBitmap.cpp664 width = fBounds.IntegerWidth() + 1;
716 int32 width = fBounds.IntegerWidth() + 1;
760 if (!data || length < 0 || size.IntegerWidth() < 0 || size.IntegerHeight() < 0)
765 bpr = get_bytes_per_row(colorSpace, fBounds.IntegerWidth() + 1);
772 size.IntegerWidth() + 1, size.IntegerHeight() + 1);
1072 int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1);
H A DIcon.cpp292 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
338 uint32 trimmedWidth = trimmedBitmap->Bounds().IntegerWidth() + 1;
397 int32 pixels = b.IntegerWidth() + 1;
/haiku/src/libs/icon/
H A DIconUtils.cpp331 if (icon->Bounds().IntegerWidth() + 1 >= B_LARGE_ICON)
357 uint32 width = temp.Bounds().IntegerWidth() + 1;
484 uint32 width = temp->Bounds().IntegerWidth() + 1;
702 uint32 width = source->Bounds().IntegerWidth() + 1;
727 uint32 width = source->Bounds().IntegerWidth() + 1;
750 uint32 dstWidth = icon->Bounds().IntegerWidth() + 1;
893 uint32 dstWidth = icon->Bounds().IntegerWidth() + 1;
H A DIconRenderer.cpp421 bitmap->Bounds().IntegerWidth() + 1,
424 fBaseRendererPre.clip_box(0, 0, bitmap->Bounds().IntegerWidth(),
505 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp946 uint32 width = bitmapFrame.IntegerWidth() + 1;
963 width = cursorFrame.IntegerWidth() + 1;
1007 width = combindedBounds.IntegerWidth() + 1;
1025 bitmapFrame.IntegerWidth() + 1, bitmapFrame.IntegerHeight() + 1,
1042 fCursorAreaBackup.SetTo(new buffer_clip(cursorBounds.IntegerWidth() + 1,
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h489 uint32 dstWidth = destinationRect.IntegerWidth() + 1;
497 if (clippingRegion.Frame().IntegerWidth() + 1 < (int32)dstWidth)
498 dstWidth = clippingRegion.Frame().IntegerWidth() + 1;
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp99 uint32 width = fGradientBitmap->Bounds().IntegerWidth();
420 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
522 uint32 width = fGradientBitmap->Bounds().IntegerWidth() + 1;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp353 int32 width = fFrame.IntegerWidth() + 1;
407 return (int32)((size.IntegerWidth() + 1) / (20 + *_hSpacing));
/haiku/src/apps/mail/
H A DEnclosures.cpp468 (icon_size)(iconRect.IntegerWidth() + 1));
481 (icon_size)(iconRect.IntegerWidth() + 1));
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp88 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp34 const int width = Bounds().IntegerWidth()+1;
H A DGraphicsDriver.cpp160 fPageWidth = (fRealJobData->GetPhysicalRect().IntegerWidth()
513 ASSERT(target->Bounds().IntegerWidth() == source->Bounds().IntegerHeight());
514 ASSERT(target->Bounds().IntegerHeight() == source->Bounds().IntegerWidth());
516 const int32 width = source->Bounds().IntegerWidth() + 1;
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp196 int32 width = testCase.bounds.IntegerWidth() + 1;
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp209 r.right = r.IntegerWidth() - B_V_SCROLL_BAR_WIDTH; r.left = 0;
/haiku/src/apps/processcontroller/
H A DUtilities.cpp72 (icon_size)(infoPack.team_icon->Bounds().IntegerWidth() + 1));
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp321 width = GetJobData()->GetPaperRect().IntegerWidth();

Completed in 204 milliseconds

123456