Searched refs:imageHeight (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp26 int imageHeight = (int)ceil(height); local
28 if (imageWidth != imageHeight)
153 bitsHeader.bounds.bottom = iconImage.imageHeight - 1;
156 bitsHeader.dataSize = bitsHeader.rowBytes * iconImage.imageHeight;
165 for (uint32 i = 0; i < iconImage.imageHeight; i++) {
214 icnsImage.imageHeight = iconHeight;
223 iconInfo.iconHeight = icnsImage.imageHeight;
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp289 int32 imageHeight = bitmapBounds.IntegerHeight() + 10; local
338 FillRect(BRect(0, imageHeight * i, imageWidth * 2 - 10,
339 imageHeight * i + bitmapBounds.Height() / 2), B_SOLID_LOW);
340 FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 2,
341 imageWidth * 2 - 10, imageHeight * i + bitmapBounds.Height()),
349 FillRect(BRect(0, imageHeight * i, imageWidth * 2 - 10,
350 imageHeight * i + bitmapBounds.Height() / 3), B_SOLID_HIGH);
352 FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 3,
353 imageWidth * 2 - 10, imageHeight * i + bitmapBounds.Height()),
356 FillRect(BRect(0, imageHeight *
[all...]
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp265 float imageHeight = mediaFormat.u.raw_video.display.line_count; local
266 BRect imageFrame(0, 0, imageWidth - 1, imageHeight - 1);
/haiku/src/apps/showimage/
H A DFilter.cpp934 int32 from, to, height, imageHeight; local
935 imageHeight = GetDestImage()->Bounds().IntegerHeight() + 1;
936 height = imageHeight / n;
939 to = imageHeight - 1;
H A DShowImageWindow.cpp1513 float imageHeight = bitmap->Bounds().Height() + 1.0; local
1520 / imageHeight;

Completed in 27 milliseconds