Searched refs:y_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/bktr/
H A Dioctl_bt848.h208 int y_max; member in struct:bktr_clip
H A Dbktr_core.c1347 bktr->clip_list[i].y_max == 0)
1356 /* clip rectangle list is terminated by y_min and y_max set to 0 */
1358 /* to disable clipping set y_min and y_max to 0 in the first
1366 bktr->clip_list[0].y_max != 0)) {
1372 bktr->clip_list[i].y_max == 0) {
1376 bktr->clip_list[i+1].y_max != 0 &&
1385 bktr->clip_list[i].y_min >= bktr->clip_list[i].y_max ||
1389 bktr->clip_list[i].y_max < 0 ) {
2649 bktr->yclip2 = min(clip_node->y_max, bktr->line_length);
2657 bktr->yclip2 = min(clip_node->y_max, bkt
[all...]

Completed in 59 milliseconds