Searched refs:frame_line (Results 1 – 1 of 1) sorted by relevance
1875 unsigned frame_line; member1949 unsigned frame_line = params->frame_line; in tpg_fill_plane_extras() local1955 frame_line == 0 && params->wss_width) { in tpg_fill_plane_extras()1965 if (tpg->show_border && frame_line >= b->top && in tpg_fill_plane_extras()1966 frame_line < b->top + b->height) { in tpg_fill_plane_extras()1971 if (frame_line == b->top || frame_line == b->top + 1 || in tpg_fill_plane_extras()1972 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()1986 if (tpg->qual != TPG_QUAL_NOISE && frame_line >= b->top && in tpg_fill_plane_extras()1987 frame_line < b->top + b->height) { in tpg_fill_plane_extras()1992 if (tpg->show_square && frame_line >= sq->top && in tpg_fill_plane_extras()[all …]