Searched refs:shape_append_rect (Results 1 – 1 of 1) sorted by relevance
303 static Result shape_append_rect(std::unique_ptr<Shape> & shape, const vg_lite_buffer_t * target,599 TVG_CHECK_RETURN_VG_ERROR(shape_append_rect(shape, target, rectangle)); in vg_lite_clear()661 TVG_CHECK_RETURN_VG_ERROR(shape_append_rect(shape, target, rect)); in vg_lite_blit_rect()2466 static Result shape_append_rect(std::unique_ptr<Shape> & shape, const vg_lite_buffer_t * target, in shape_append_rect() function