Searched refs:GET_8_BIT (Results 1 – 2 of 2) sorted by relevance
79 constexpr uint32_t GET_8_BIT = 0x80; variable118 uint32_t product = colorComponent * alpha + GET_8_BIT; in Premul255()
146 destinationRow[0] = (*sourceRow & GET_8_BIT) ? white : black; in BitConvert()