Lines Matching defs:box
118 struct xa_box *box,144 int x = box->x1;145 int y = box->y1;146 int w = box->x2 - box->x1;147 int h = box->y2 - box->y1;149 xa_scissor_update(r, x, y, box->x2, box->y2);154 box++;