Lines Matching refs:y1
175 * (draw_area.y1 - coords->y1) \
190 dest_buf += dest_stride * (blend_area2.y1 - draw_ctx->buf_area->y1) \
218 .iY = (__blend_area).y1 - draw_ctx->buf_area->y1, \
248 .iY = (__blend_area).y1 - (__dsc)->blend_area->y1, \
286 .iY = (__dsc)->mask_area->y1 - (__blend_area).y1, \
382 .iY = coords->y1 - draw_ctx->clip_area->y1, \
704 …dest_buf += dest_stride * (blend_area.y1 - draw_ctx->buf_area->y1) + (blend_area.x1 - draw_ctx->bu… in lv_draw_arm2d_blend()
709 … dest_buf8 += dest_stride * (blend_area.y1 - draw_ctx->buf_area->y1) * LV_IMG_PX_SIZE_ALPHA_BYTE; in lv_draw_arm2d_blend()
719 …src_buf += src_stride * (blend_area.y1 - dsc->blend_area->y1) + (blend_area.x1 - dsc->blend_area->… in lv_draw_arm2d_blend()
728 … mask += mask_stride * (blend_area.y1 - dsc->mask_area->y1) + (blend_area.x1 - dsc->mask_area->x1); in lv_draw_arm2d_blend()
734 lv_area_move(&blend_area, -draw_ctx->buf_area->x1, -draw_ctx->buf_area->y1); in lv_draw_arm2d_blend()
960 blend_area.y1 = draw_ctx->clip_area->y1; in lv_draw_arm2d_img_decoded()
990 blend_area.y2 = blend_area.y1 + buf_h - 1; in lv_draw_arm2d_img_decoded()
1246 .iY = draw_ctx->clip_area->y1 - draw_ctx->buf_area->y1, in lv_draw_arm2d_img_decoded()
1373 if(!is_accelerated) while(blend_area.y1 <= y_last) { in lv_draw_arm2d_img_decoded()
1377 lv_area_move(&transform_area, -coords->x1, -coords->y1); in lv_draw_arm2d_img_decoded()
1406 for(y = blend_area.y1; y <= blend_area.y2; y++) { in lv_draw_arm2d_img_decoded()
1426 blend_area.y1 = blend_area.y2 + 1; in lv_draw_arm2d_img_decoded()
1427 blend_area.y2 = blend_area.y1 + buf_h - 1; in lv_draw_arm2d_img_decoded()
1468 …src_tmp8 += (src_stride * dest_area->y1 * sizeof(lv_color_t)) + dest_area->x1 * sizeof(lv_color_t); in convert_cb()
1474 for(y = dest_area->y1; y <= dest_area->y2; y++) { in convert_cb()
1500 …src_tmp8 += (src_stride * dest_area->y1 * LV_IMG_PX_SIZE_ALPHA_BYTE) + dest_area->x1 * LV_IMG_PX_S… in convert_cb()
1527 …src_tmp8 += (src_stride * dest_area->y1 * sizeof(lv_color_t)) + dest_area->x1 * sizeof(lv_color_t); in convert_cb()
1541 src_tmp8 += src_stride * dest_area->y1 + dest_area->x1; in convert_cb()