Searched refs:dstChar (Results 1 – 1 of 1) sorted by relevance
503 char* dstChar = reinterpret_cast<char*>(dst); in convertByte() local505 dstChar[i] = static_cast<char>(inColor[i] * 127.0f); in convertByte()