Lines Matching refs:w
105 lv_coord_t w = lv_area_get_width(&draw_area), h = lv_area_get_height(&draw_area); in lv_draw_sdl_draw_arc() local
107 …texture = lv_draw_sdl_composite_texture_obtain(ctx, LV_DRAW_SDL_COMPOSITE_TEXTURE_ID_STREAM1, w, h, in lv_draw_sdl_draw_arc()
132 SDL_Rect srcrect = {0, 0, w, h}, dstrect; in lv_draw_sdl_draw_arc()
153 lv_coord_t w = lv_area_get_width(coords), h = lv_area_get_height(coords); in dump_masks() local
154 SDL_assert(w > 0 && h > 0); in dump_masks()
155 SDL_Rect rect = {0, 0, w, h}; in dump_masks()
160 lv_opa_t * line_buf = lv_mem_buf_get(rect.w); in dump_masks()
162 lv_memset_ff(line_buf, rect.w); in dump_masks()
163 …t abs_x = (lv_coord_t) coords->x1, abs_y = (lv_coord_t)(y + coords->y1), len = (lv_coord_t) rect.w; in dump_masks()
167 lv_memset_00(&pixels[y * pitch], 4 * rect.w); in dump_masks()
170 lv_memset_ff(&pixels[y * pitch], 4 * rect.w); in dump_masks()
173 for(int x = 0; x < rect.w; x++) { in dump_masks()
181 lv_memset_ff(line_buf, rect.w); in dump_masks()
187 lv_memset_ff(&pixels[y * pitch], 4 * rect.w); in dump_masks()
190 for(int x = 0; x < rect.w; x++) { in dump_masks()