Home
last modified time | relevance | path

Searched refs:obj_area (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_refr.c504 lv_area_t obj_area; in lv_refr_obj() local
506 lv_obj_get_coords(obj, &obj_area); in lv_refr_obj()
507 obj_area.x1 -= ext_size; in lv_refr_obj()
508 obj_area.y1 -= ext_size; in lv_refr_obj()
509 obj_area.x2 += ext_size; in lv_refr_obj()
510 obj_area.y2 += ext_size; in lv_refr_obj()
511 union_ok = lv_area_intersect(&obj_ext_mask, mask_ori_p, &obj_area); in lv_refr_obj()
526 lv_obj_get_coords(obj, &obj_area); in lv_refr_obj()
527 union_ok = lv_area_intersect(&obj_mask, mask_ori_p, &obj_area); in lv_refr_obj()

Completed in 3 milliseconds