Lines Matching refs:current_dsc
993 lv_vector_draw_dsc_t * dst = &(dsc->current_dsc); in _copy_draw_dsc_from_ref()
1198 lv_memcpy(matrix, &dsc->current_dsc.matrix, sizeof(lv_matrix_t)); in _setup_matrix()
1199 lv_matrix_multiply(&dsc->current_dsc.matrix, &obj->matrix); in _setup_matrix()
1204 lv_memcpy(&dsc->current_dsc.matrix, matrix, sizeof(lv_matrix_t)); in _restore_matrix()
1209 _copy_draw_dsc(&(dsc->current_dsc), &(obj->dsc)); in _prepare_render()
1215 lv_vector_draw_dsc_t * dst = &(dsc->current_dsc); in _special_render()
1265 lv_matrix_multiply(&dsc->current_dsc.matrix, &obj->matrix); in _render_viewport()
1278 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_rect()
1303 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_circle()
1324 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_ellipse()
1345 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_line()
1368 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_poly()
1393 _copy_draw_dsc(&(save_dsc.dsc), &(dsc->current_dsc)); in _render_group()
1396 _copy_draw_dsc(&(dsc->current_dsc), &(save_dsc.dsc)); in _render_group()
1409 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_image()
1565 lv_matrix_multiply(&dsc->current_dsc.matrix, matrix); in _render_text()
1637 _copy_draw_dsc(&(save_dsc.dsc), &(dsc->current_dsc)); in _render_span()
1639 _copy_draw_dsc(&(dsc->current_dsc), &(obj->dsc)); in _render_span()
1671 _copy_draw_dsc(&(dsc->current_dsc), &(save_dsc.dsc)); in _render_span()