Searched refs:IntegerHeight (Results 76 - 100 of 119) sorted by relevance

12345

/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp288 uint32 height = bitsHeader.bounds.IntegerHeight() + 1;
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp387 int32 height = bounds.IntegerHeight() + 1;
472 //bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1, initialData.space,
473 //bounds2.IntegerWidth() + 1, bounds2.IntegerHeight() + 1, setData.space);
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp422 iconHeight = fDeviceIcon->Bounds().IntegerHeight() + 1;
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp180 offset->y += bitmap->Bounds().IntegerHeight()+1;
/haiku/src/apps/showimage/
H A DShowImageView.cpp124 uint32 height = result->Bounds().IntegerHeight() + 1;
296 msg.AddInt32("height", fBitmap->Bounds().IntegerHeight() + 1);
1771 rect.OffsetBy(0, (size - rect.IntegerHeight()) / 2);
1797 for (int32 y = 0; y <= rect.IntegerHeight(); y++) {
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp289 int32 imageHeight = bitmapBounds.IntegerHeight() + 10;
292 int32 triangleHeight = triangleBounds.IntegerHeight() + 10;
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp704 tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
735 tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp474 reply.Add(bounds.IntegerHeight() + 1);
518 + bounds.IntegerHeight() + 1;
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp638 tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
669 tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp233 Fractal->Height = bounds.IntegerHeight() / 2 + 1;
236 Fractal->Height = bounds.IntegerHeight() + 1;
/haiku/src/kits/interface/
H A DColumnListView.cpp1692 if (sideLen > rect.IntegerHeight())
1693 sideLen = rect.IntegerHeight();
1697 int32 halfHeight = rect.IntegerHeight() / 2;
2728 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
2729 - fDownSortArrow->Bounds().IntegerHeight()) / 2);
2732 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
2733 - fUpSortArrow->Bounds().IntegerHeight()) / 2);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp348 for (int32 i = 0; i < r.IntegerHeight(); i += 3) {
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp118 int32 height = bitmap->Bounds().IntegerHeight() + 1;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp481 ASSERT(0 <= imageTop && imageTop <= band->fValidRect.IntegerHeight());
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp83 height = bitmap->Bounds().IntegerHeight() + 1;
/haiku/src/tools/translation/inspector/
H A DImageView.cpp409 sprintf(str2, "%ld", fpbitmap->Bounds().IntegerHeight() + 1);
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp667 uint32 height = bitsHeader.bounds.IntegerHeight() + 1;
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp491 uint32 height = fBackground->Bounds().IntegerHeight() + 1;
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp390 (uint32)(fVideoBounds.IntegerHeight() + 1),
/haiku/src/apps/glteapot/
H A DObjectView.cpp248 (GLint)bounds.IntegerHeight() + 1);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp493 long viewHeight = bounds.IntegerHeight();
/haiku/src/servers/app/
H A DWorkspacesView.cpp96 int32 height = frame.IntegerHeight() / rows;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp842 (uint32)actualBitmapRect.IntegerHeight() + 1,
1233 (uint32)actualBitmapRect.IntegerHeight() + 1,
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1489 bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1);
1564 uint32 height = src.IntegerHeight() + 1;
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp858 int height = bounds.IntegerHeight() + 1;
1167 bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1, orientation);

Completed in 358 milliseconds

12345