Lines Matching refs:line
1387 int line; in vc_render_char() local
1392 for (line = 0; line < ISO_CHAR_HEIGHT; line++) { in vc_render_char()
1704 int line, col; in vc_reverse_cursor() local
1713 for (line = 0; line < ISO_CHAR_HEIGHT; line++) { in vc_reverse_cursor()
1737 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local
1754 for (line = 0; line < ISO_CHAR_HEIGHT; line++) { in vc_scroll_down()
1771 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_up() local
1787 for (line = 0; line < ISO_CHAR_HEIGHT; line++) { in vc_scroll_up()
1952 int line, col; in vc_blit_rect_8() local
1973 for (line = 0; line < height; line++) { in vc_blit_rect_8()
1976 data = dataPtr[((sx + (col * a) + (line * b)) >> 16) in vc_blit_rect_8()
1977 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_8()
2015 int line, col; in vc_blit_rect_16() local
2039 for (line = 0; line < height; line++) { in vc_blit_rect_16()
2042 data = dataPtr[((sx + (col * a) + (line * b)) >> 16) in vc_blit_rect_16()
2043 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_16()
2091 int line, col; in vc_blit_rect_32() local
2115 for (line = 0; line < height; line++) { in vc_blit_rect_32()
2118 data = dataPtr[((sx + (col * a) + (line * b)) >> 16) in vc_blit_rect_32()
2119 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_32()
2165 int line, col; in vc_blit_rect_30() local
2190 for (line = 0; line < height; line++) { in vc_blit_rect_30()
2193 data = dataPtr[((sx + (col * a) + (line * b)) >> 16) in vc_blit_rect_30()
2194 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_30()