Lines Matching refs:bounds
458 *left = cap->bounds.left; in ctrl_cropl_min_get()
469 *left = cap->bounds.left; in ctrl_cropl_max_get()
470 if (cap->bounds.width > cptr->hdw->cropw_val) { in ctrl_cropl_max_get()
471 *left += cap->bounds.width - cptr->hdw->cropw_val; in ctrl_cropl_max_get()
483 *top = cap->bounds.top; in ctrl_cropt_min_get()
494 *top = cap->bounds.top; in ctrl_cropt_max_get()
495 if (cap->bounds.height > cptr->hdw->croph_val) { in ctrl_cropt_max_get()
496 *top += cap->bounds.height - cptr->hdw->croph_val; in ctrl_cropt_max_get()
510 bleftend = cap->bounds.left+cap->bounds.width; in ctrl_cropw_max_get()
526 btopend = cap->bounds.top+cap->bounds.height; in ctrl_croph_max_get()
540 *val = cap->bounds.left; in ctrl_get_cropcapbl()
551 *val = cap->bounds.top; in ctrl_get_cropcapbt()
562 *val = cap->bounds.width; in ctrl_get_cropcapbw()
573 *val = cap->bounds.height; in ctrl_get_cropcapbh()