Lines Matching refs:left

416 	tpg->crop.top = tpg->crop.left = 0;  in tpg_reset_source()
419 tpg->compose.top = tpg->compose.left = 0; in tpg_reset_source()
1379 tpg->square.left = (w - tpg->square.width) / 2; in tpg_calculate_square_border()
1386 tpg->border.left = 0; in tpg_calculate_square_border()
1398 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border()
1414 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border()
1430 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border()
1668 x += tpg->compose.left; in tpg_gen_text()
1853 tpg->crop.left, tpg->crop.top); in tpg_log_status()
1855 tpg->compose.left, tpg->compose.top); in tpg_log_status()
1912 params->wss_width = tpg->crop.left < tpg->src_width / 2 ? in tpg_fill_params_extras()
1913 tpg->src_width / 2 - tpg->crop.left : 0; in tpg_fill_params_extras()
1920 if (tpg->crop.left < tpg->border.left) { in tpg_fill_params_extras()
1921 left_pillar_width = tpg->border.left - tpg->crop.left; in tpg_fill_params_extras()
1928 if (tpg->crop.left + tpg->crop.width > in tpg_fill_params_extras()
1929 tpg->border.left + tpg->border.width) { in tpg_fill_params_extras()
1931 tpg->border.left + tpg->border.width - tpg->crop.left; in tpg_fill_params_extras()
1968 unsigned left = params->left_pillar_width; in tpg_fill_plane_extras() local
1973 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
1974 right - left); in tpg_fill_plane_extras()
1976 if (b->left >= c->left && in tpg_fill_plane_extras()
1977 b->left < c->left + c->width) in tpg_fill_plane_extras()
1978 memcpy(vbuf + left, in tpg_fill_plane_extras()
1980 if (b->left + b->width > c->left && in tpg_fill_plane_extras()
1981 b->left + b->width <= c->left + c->width) in tpg_fill_plane_extras()
1994 sq->left < c->left + c->width && in tpg_fill_plane_extras()
1995 sq->left + sq->width >= c->left) { in tpg_fill_plane_extras()
1996 unsigned left = sq->left; in tpg_fill_plane_extras() local
1999 if (c->left > left) { in tpg_fill_plane_extras()
2000 width -= c->left - left; in tpg_fill_plane_extras()
2001 left = c->left; in tpg_fill_plane_extras()
2003 if (c->left + c->width < left + width) in tpg_fill_plane_extras()
2004 width -= left + width - c->left - c->width; in tpg_fill_plane_extras()
2005 left -= c->left; in tpg_fill_plane_extras()
2006 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras()
2008 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
2054 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
2210 vbuf += tpg_hdiv(tpg, p, tpg->compose.left); in tpg_fill_plane_buffer()