Searched refs:w_idx (Results 1 – 1 of 1) sorted by relevance
111 uint32_t w_idx; in sdl_display_write_rgb888() local120 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_rgb888()122 ((h_idx * desc->pitch) + w_idx) * 3U; in sdl_display_write_rgb888()135 uint32_t w_idx; in sdl_display_write_rgb565() local145 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_rgb565()147 ((h_idx * desc->pitch) + w_idx); in sdl_display_write_rgb565()161 uint32_t w_idx; in sdl_display_write_bgr565() local170 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_bgr565()172 ((h_idx * desc->pitch) + w_idx); in sdl_display_write_bgr565()186 uint32_t w_idx; in sdl_display_write_mono() local[all …]