Searched refs:dstUInt (Results 1 – 1 of 1) sorted by relevance
587 int* dstUInt = reinterpret_cast<int*>(dst); in convertInt() local589 dstUInt[i] = static_cast<int>(inColor[i] * 2147483648u - 1); in convertInt()594 unsigned int* dstUInt = reinterpret_cast<unsigned int*>(dst); in convertUInt() local598 dstUInt[i] = static_cast<unsigned int>(c * 4294967295u); in convertUInt()