Home
last modified time | relevance | path

Searched refs:dstLinePad (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColorConversion.cpp648 int32 dstLinePad = (dstBitsPerRow - width * dstBitsPerPixel + 7) >> 3; in ConvertBits64To32() local
717 dstBits = (dstByte*)((uint8*)dstBits + dstLinePad); in ConvertBits64To32()
813 int32 dstLinePad = (dstBitsPerRow - width * dstBitsPerPixel + 7) >> 3; in ConvertBits() local
882 dstBits = (dstByte*)((uint8*)dstBits + dstLinePad); in ConvertBits()