Lines Matching refs:top
656 r->left = r->top = 0;
700 /* Adjust left/top if crop/compose rectangle is out of bounds */
702 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height);
706 target, r->left, r->top, r->width, r->height,
1276 s->r.top = 0;
1286 s->r.top = f->offs_v;
1326 set_frame_crop(f, s->r.left, s->r.top, s->r.width,
1599 r->top = 0;
1619 r->top = f->offs_v;
1625 sel->pad, r->left, r->top, r->width, r->height,
1666 set_frame_crop(f, r->left, r->top, r->width, r->height);
1673 dbg("target %#x: (%d,%d)/%dx%d", sel->target, r->left, r->top,