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

/freebsd-11-stable/sys/dev/bktr/
H A Dioctl_bt848.h208 int y_max; member in struct:bktr_clip
H A Dbktr_core.c1346 bktr->clip_list[i].y_max == 0)
1355 /* clip rectangle list is terminated by y_min and y_max set to 0 */
1357 /* to disable clipping set y_min and y_max to 0 in the first
1365 bktr->clip_list[0].y_max != 0)) {
1371 bktr->clip_list[i].y_max == 0) {
1375 bktr->clip_list[i+1].y_max != 0 &&
1384 bktr->clip_list[i].y_min >= bktr->clip_list[i].y_max ||
1388 bktr->clip_list[i].y_max < 0 ) {
2648 bktr->yclip2 = min(clip_node->y_max, bktr->line_length);
2656 bktr->yclip2 = min(clip_node->y_max, bkt
[all...]

Completed in 118 milliseconds