Lines Matching refs:left
75 /* Why upper, left, xres, yres, depth, laced ? To match terminology used
77 Why start at 1 for left & upper coordinate ? Because X doesn't allow 0 */
252 if (ivtv_window->left + ivtv_window->width > IVTV_OSD_MAX_WIDTH) {
254 ivtv_window->left, ivtv_window->width);
255 ivtv_window->left = IVTV_OSD_MAX_WIDTH - ivtv_window->width;
259 write_reg((ivtv_window->top << 16) | ivtv_window->left, 0x02a04);
262 write_reg(((ivtv_window->top+ivtv_window->height) << 16) | (ivtv_window->left+ivtv_window->width), 0x02a08);
267 itv->yuv_info.osd_x_offset = ivtv_window->left;
585 ivtv_window.left = var->left_margin - 1;
769 /* Check the left & upper margins
997 start_window.left = osd_left >= 0 ?
1035 oi->ivtvfb_defined.left_margin = start_window.left + 1;