Searched refs:left_pillar_width (Results 1 – 1 of 1) sorted by relevance
2291 unsigned left_pillar_width; member2312 unsigned left_pillar_width = 0; in tpg_fill_params_extras() local2324 left_pillar_width = tpg->border.left - tpg->crop.left; in tpg_fill_params_extras()2325 if (left_pillar_width > tpg->crop.width) in tpg_fill_params_extras()2326 left_pillar_width = tpg->crop.width; in tpg_fill_params_extras()2327 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras()2329 params->left_pillar_width = left_pillar_width; in tpg_fill_params_extras()2371 unsigned left = params->left_pillar_width; in tpg_fill_plane_extras()2391 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras()