Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:pack565

186 static inline uint16_t pack565(int r, int g, int b) {
248 const uint16_t g0 = pack565(0x0F,0x1F,0x0F);
249 const uint16_t g1 = pack565(0x17,0x2f,0x17);