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

/haiku/src/kits/interface/
H A DColorConversion.cpp599 uint8* dstBitsEnd = (uint8*)dstBits + dstBitsLength; local
663 || (uint8 *)dstBits + sizeof(dstByte) > dstBitsEnd)
738 uint8* dstBitsEnd = (uint8*)dstBits + dstBitsLength; local
805 if ((uint8 *)srcBits > srcBitsEnd || (uint8 *)dstBits > dstBitsEnd)
820 || (uint8 *)dstBits + sizeof(dstByte) > dstBitsEnd)

Completed in 199 milliseconds