Lines Matching full:d
138 LV_LOG_INFO("repeat/reflect spread(%d) is not supported", grad->spread); in lv_vg_lite_draw_grad()
147 LV_LOG_WARN("Failed to get gradient, style: %d", grad->style); in lv_vg_lite_draw_grad()
214 LV_LOG_ERROR("Unsupported gradient type: %d", grad_item->type); in lv_vg_lite_draw_grad()
258 LV_LOG_WARN("Unsupported gradient extend mode: %d", grad_dsc->extend); in lv_vg_lite_draw_grad_helper()
308 LV_LOG_WARN("Unsupported gradient direction: %d", grad_dsc->dir); in lv_vg_lite_draw_grad_helper()
389 LV_LOG_ERROR("vg_lite_init_grad error: %d", (int)err); in linear_grad_create()
399 … LV_LOG_WARN("Gradient stops limited: %d, max: %d", item->lv.stops_count, VLC_MAX_GRADIENT_STOPS); in linear_grad_create()
428 … LV_LOG_WARN("Gradient stops limited: %d, max: %d", item->lv.stops_count, VLC_MAX_GRADIENT_STOPS); in linear_ext_grad_create()
466 LV_LOG_ERROR("vg_lite_update_linear_grad error: %d", (int)err); in linear_ext_grad_create()
481 … LV_LOG_WARN("Gradient stops limited: %d, max: %d", item->lv.stops_count, VLC_MAX_GRADIENT_STOPS); in radial_grad_create()
520 LV_LOG_ERROR("vg_lite_update_radial_grad error: %d", (int)err); in radial_grad_create()
540 LV_LOG_WARN("unknown gradient style: %d", style); in lv_grad_style_to_type()
564 LV_LOG_WARN("unknown spread mode: %d", spread); in lv_spread_to_vg()
586 LV_LOG_ERROR("unknown gradient type: %d", item->type); in grad_create_cb()
610 LV_LOG_ERROR("unknown gradient type: %d", item->type); in grad_free_cb()
666 LV_LOG_ERROR("unknown gradient type: %d", lhs->type); in grad_compare_cb()