Lines Matching refs:width

27 	uint16_t width;  member
81 int rc = sdl_display_init_bottom(config->height, config->width, sdl_display_zoom_pct, in sdl_display_init()
120 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_rgb888()
145 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_rgb565()
170 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_bgr565()
206 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_write_mono()
217 disp_buf += (desc->width * 4U); in sdl_display_write_mono()
222 disp_buf += 7 * (desc->width * 4U); in sdl_display_write_mono()
234 LOG_DBG("Writing %dx%d (w,h) bitmap @ %dx%d (x,y)", desc->width, in sdl_display_write()
237 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); in sdl_display_write()
238 __ASSERT(desc->pitch <= config->width, in sdl_display_write()
242 __ASSERT(x + desc->width <= config->width, in sdl_display_write()
247 if (desc->width > desc->pitch || in sdl_display_write()
248 x + desc->width > config->width || in sdl_display_write()
267 sdl_display_write_bottom(desc->height, desc->width, x, y, disp_data->renderer, in sdl_display_write()
296 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_read_rgb888()
322 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_read_rgb565()
347 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_read_bgr565()
375 for (w_idx = 0U; w_idx < desc->width; ++w_idx) { in sdl_display_read_mono()
399 LOG_DBG("Reading %dx%d (w,h) bitmap @ %dx%d (x,y)", desc->width, in sdl_display_read()
402 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); in sdl_display_read()
406 err = sdl_display_read_bottom(desc->height, desc->width, x, y, disp_data->renderer, in sdl_display_read()
464 capabilities->x_resolution = config->width; in sdl_display_get_capabilities()
516 .width = DT_INST_PROP(n, width), \
520 * DT_INST_PROP(n, width)]; \
522 * DT_INST_PROP(n, width)]; \