Searched refs:mono_pixel_order (Results 1 – 2 of 2) sorted by relevance
22 inline uint32_t mono_pixel_order(uint32_t order) in mono_pixel_order() function39 return !(*ptr & mono_pixel_order(y % 8)); in display_pixel()42 return !!(*ptr & mono_pixel_order(y % 8)); in display_pixel()
43 static inline uint32_t mono_pixel_order(uint32_t order) in mono_pixel_order() function211 if ((*byte_ptr & mono_pixel_order(h_idx)) != 0U) { in sdl_display_write_mono()382 tile |= mono_pixel_order(h_idx); in sdl_display_read_mono()