Lines Matching refs:bounds
410 *left = cap->bounds.left; in ctrl_cropl_min_get()
421 *left = cap->bounds.left; in ctrl_cropl_max_get()
422 if (cap->bounds.width > cptr->hdw->cropw_val) { in ctrl_cropl_max_get()
423 *left += cap->bounds.width - cptr->hdw->cropw_val; in ctrl_cropl_max_get()
435 *top = cap->bounds.top; in ctrl_cropt_min_get()
446 *top = cap->bounds.top; in ctrl_cropt_max_get()
447 if (cap->bounds.height > cptr->hdw->croph_val) { in ctrl_cropt_max_get()
448 *top += cap->bounds.height - cptr->hdw->croph_val; in ctrl_cropt_max_get()
461 if (cap->bounds.width > cptr->hdw->cropl_val) { in ctrl_cropw_max_get()
462 *val = cap->bounds.width - cptr->hdw->cropl_val; in ctrl_cropw_max_get()
475 if (cap->bounds.height > cptr->hdw->cropt_val) { in ctrl_croph_max_get()
476 *val = cap->bounds.height - cptr->hdw->cropt_val; in ctrl_croph_max_get()
488 *val = cap->bounds.left; in ctrl_get_cropcapbl()
499 *val = cap->bounds.top; in ctrl_get_cropcapbt()
510 *val = cap->bounds.width; in ctrl_get_cropcapbw()
521 *val = cap->bounds.height; in ctrl_get_cropcapbh()