Searched refs:isBit (Results 1 – 1 of 1) sorted by relevance
163 bool isBit = ((line[i >> 3] & mask[i & 7]) != 0) ? true : false; in convert_data_to_bits() local164 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()