Home
last modified time | relevance | path

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) in get_bytes_per_row() function
278 int32 xorRowBytes = get_bytes_per_row(entry.width, header.bits_per_pixel); in convert_data_to_bits()
281 andRowBytes = get_bytes_per_row(entry.width, 1); in convert_data_to_bits()
390 int32 xorRowBytes = get_bytes_per_row(entry.width, bitsPerPixel); in convert_bits_to_data()
391 int32 andRowBytes = get_bytes_per_row(entry.width, 1); in convert_bits_to_data()
745 int32 xorRowBytes = get_bytes_per_row(width, bitsPerPixel); in convert_bits_to_ico()
748 andRowBytes = get_bytes_per_row(width, 1); in convert_bits_to_ico()
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp33 get_bytes_per_row(color_space colorSpace, int32 width) in get_bytes_per_row() function
198 int32 bpr = get_bytes_per_row(testCase.space, width); in BBitmap1()
/haiku/src/kits/interface/
H A DBitmap.cpp155 get_bytes_per_row(color_space colorSpace, int32 width) in get_bytes_per_row() function
723 bpr = get_bytes_per_row(colorSpace, width); in ImportBits()
769 bpr = get_bytes_per_row(colorSpace, fBounds.IntegerWidth() + 1); in ImportBits()
1076 int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1); in _InitObject()
/haiku/src/servers/app/
H A DServerBitmap.cpp77 int32 minBytesPerRow = get_bytes_per_row(space, fWidth); in ServerBitmap()
/haiku/src/kits/media/
H A DMediaExtractor.cpp457 int32 rowSize = BPrivate::get_bytes_per_row(format->ColorSpace(), in _CalculateChunkBuffer()
/haiku/src/build/libbe/interface/
H A DBitmap.cpp244 get_bytes_per_row(color_space colorSpace, int32 width) in get_bytes_per_row() function
1817 bpr = get_bytes_per_row(colorSpace, width); in ImportBits()
2065 int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1); in InitObject()