Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1084 struct ditherer { struct
1085 ditherer(const context_t* c) { in ditherer() argument
1091 void step(void) { in step()
1094 int get_value(void) { in get_value()
1099 uint16_t abgr8888ToRgb565(uint32_t s) { in abgr8888ToRgb565()
1106 uint16_t rgb888ToRgb565(uint32_t& r, uint32_t& g, uint32_t &b) { in rgb888ToRgb565()
1121 const uint8_t* m_line;
1122 int m_index;