Lines Matching refs:contrast_line
141 tpg->contrast_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()
142 if (!tpg->contrast_line[plane]) in tpg_alloc()
169 vfree(tpg->contrast_line[plane]); in tpg_free()
172 tpg->contrast_line[plane] = NULL; in tpg_free()
1362 u8 *pos = tpg->contrast_line[p]; in tpg_precalculate_line()
1783 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
1789 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
1793 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
1818 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
1890 linestart_older = tpg->contrast_line[p]; in tpg_fill_plane_pattern()
1891 linestart_newer = tpg->contrast_line[p]; in tpg_fill_plane_pattern()