Searched refs:check_area (Results 1 – 1 of 1) sorted by relevance
763 TestArea check_area = { 0, width, 0, height }; in verifyClampToEdge() local776 if (i >= check_area.left || h >= check_area.top) in verifyClampToEdge()789 if (i < check_area.right || h >= check_area.top) in verifyClampToEdge()805 if (i >= check_area.left || h < check_area.bottom) in verifyClampToEdge()818 if (i < check_area.right || h < check_area.bottom) in verifyClampToEdge()