Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp163 bool isBit = ((line[i >> 3] & mask[i & 7]) != 0) ? true : false; in convert_data_to_bits() local
164 target.Write(&palette[!isBit ? 2 : 5], 1); in convert_data_to_bits()
165 target.Write(&palette[!isBit ? 1 : 4], 1); in convert_data_to_bits()
166 target.Write(&palette[!isBit ? 0 : 3], 1); in convert_data_to_bits()