get_bytes_per_row
int32 get_bytes_per_row(color_space colorSpace, int32 width);
int32 xorRowBytes = get_bytes_per_row(entry.width, header.bits_per_pixel);
andRowBytes = get_bytes_per_row(entry.width, 1);
int32 xorRowBytes = get_bytes_per_row(entry.width, bitsPerPixel);
int32 andRowBytes = get_bytes_per_row(entry.width, 1);
int32 xorRowBytes = get_bytes_per_row(width, bitsPerPixel);
andRowBytes = get_bytes_per_row(width, 1);
bpr = get_bytes_per_row(colorSpace, width);
bpr = get_bytes_per_row(colorSpace, fBounds.IntegerWidth() + 1);
int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1);
int32 bpr = get_bytes_per_row(colorSpace, bounds.IntegerWidth() + 1);
bpr = get_bytes_per_row(colorSpace, width);
bpr = get_bytes_per_row(colorSpace, fBounds.IntegerWidth() + 1);
int32 rowSize = BPrivate::get_bytes_per_row(format->ColorSpace(),
int32 minBytesPerRow = get_bytes_per_row(space, fWidth);
int32 bpr = get_bytes_per_row(testCase.space, width);