Searched defs:ditherer (Results 1 – 1 of 1) sorted by relevance
1123 struct ditherer { struct1124 explicit ditherer(const context_t* c) { in ditherer() argument1130 void step(void) { in step()1133 int get_value(void) { in get_value()1138 uint16_t abgr8888ToRgb565(uint32_t s) { in abgr8888ToRgb565()1145 uint16_t rgb888ToRgb565(uint32_t& r, uint32_t& g, uint32_t &b) { in rgb888ToRgb565()1160 const uint8_t* m_line;1161 int m_index;