Lines Matching refs:cursor_h
57 unsigned cursor_h; member
571 s->cursor_h = h; in decode_mous()
605 s->cursor_y + s->cursor_h > avctx->height) in draw_cursor()
610 for (int i = 0; i < s->cursor_h; i++) { in draw_cursor()
612 int cr = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 0]; in draw_cursor()
613 int cg = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 1]; in draw_cursor()
614 int cb = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 2]; in draw_cursor()
638 for (int i = 0; i < s->cursor_h; i++) { in draw_cursor()
640 int cr = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 0]; in draw_cursor()
641 int cg = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 1]; in draw_cursor()
642 int cb = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 2]; in draw_cursor()
653 for (int i = 0; i < s->cursor_h; i++) { in draw_cursor()
655 int cr = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 0]; in draw_cursor()
656 int cg = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 1]; in draw_cursor()
657 int cb = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 2]; in draw_cursor()