Searched refs:get_bytes_per_row (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/interface/
H A DInterfacePrivate.h24 int32 get_bytes_per_row(color_space colorSpace, int32 width);
/haiku/src/add-ons/translators/ico/
H A DICO.cpp127 get_bytes_per_row(int32 width, int32 bitsPerPixel) function
278 int32 xorRowBytes = get_bytes_per_row(entry.width, header.bits_per_pixel);
281 andRowBytes = get_bytes_per_row(entry.width, 1);
390 int32 xorRowBytes = get_bytes_per_row(entry.width, bitsPerPixel);
391 int32 andRowBytes = get_bytes_per_row(entry.width, 1);
745 int32 xorRowBytes = get_bytes_per_row(width, bitsPerPixel);
748 andRowBytes = get_bytes_per_row(width, 1);
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp30 // get_bytes_per_row
33 get_bytes_per_row(color_space colorSpace, int32 width) function
198 int32 bpr = get_bytes_per_row(testCase.space, width);
/haiku/src/servers/app/
H A DServerBitmap.cpp77 int32 minBytesPerRow = get_bytes_per_row(space, fWidth);
/haiku/src/kits/interface/
H A DBitmap.cpp155 get_bytes_per_row(color_space colorSpace, int32 width) function in namespace:BPrivate
719 bpr = get_bytes_per_row(colorSpace, width);
765 bpr = get_bytes_per_row(colorSpace, fBounds.IntegerWidth() + 1);
1072 int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1);
/haiku/src/kits/media/
H A DMediaExtractor.cpp457 int32 rowSize = BPrivate::get_bytes_per_row(format->ColorSpace(),
/haiku/src/build/libbe/interface/
H A DBitmap.cpp244 get_bytes_per_row(color_space colorSpace, int32 width) function
1817 bpr = get_bytes_per_row(colorSpace, width);
2065 int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1);

Completed in 60 milliseconds