Home
last modified time | relevance | path

Searched defs:ditherer (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/
Dscanline.cpp1105 struct ditherer { struct
1106 ditherer(const context_t* c) { in ditherer() argument
1112 void step(void) { in step()
1115 int get_value(void) { in get_value()
1120 uint16_t abgr8888ToRgb565(uint32_t s) { in abgr8888ToRgb565()
1127 uint16_t rgb888ToRgb565(uint32_t& r, uint32_t& g, uint32_t &b) { in rgb888ToRgb565()
1142 const uint8_t* m_line;
1143 int m_index;