Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp1364 im_rect border_rect[4], border_src_rect[4]; in immakeBorder() local
1437 border_src_rect[0] = {0, 0, src.width, top}; in immakeBorder()
1439 border_src_rect[1] = {0, src.height - bottom, src.width, bottom}; in immakeBorder()
1441 border_src_rect[2] = {left, 0, left, border_rect[2].height}; in immakeBorder()
1443 border_src_rect[3] = {border_rect[3].x - right, 0, right, border_rect[3].height}; in immakeBorder()
1449 border_src_rect[0] = {0, src.height - top, src.width, top}; in immakeBorder()
1451 border_src_rect[1] = {0, 0, src.width, bottom}; in immakeBorder()
1453 border_src_rect[2] = {border_rect[3].x - left, 0, left, border_rect[3].height}; in immakeBorder()
1455 border_src_rect[3] = {left, 0, right, border_rect[2].height}; in immakeBorder()
1466 …ret = improcessTask(job_handle, src, dst, {}, border_src_rect[0], border_rect[0], {}, NULL, reflec… in immakeBorder()
[all …]