Searched refs:pbytes (Results 1 – 5 of 5) sorted by relevance
| /drivers/video/ |
| A D | console_core.c | 63 if (pbytes == 4) { in fill_pixel_and_goto_next() 67 if (pbytes == 2) { in fill_pixel_and_goto_next() 71 if (pbytes == 1) { in fill_pixel_and_goto_next() 90 step = -pbytes; in fill_char_vertically() 93 step = pbytes; in fill_char_vertically() 119 pbytes, in fill_char_vertically() 144 step = -pbytes; in fill_char_horizontally() 147 step = pbytes; in fill_char_horizontally() 168 pbytes, in fill_char_horizontally() 192 step = -pbytes; in draw_cursor_vertically() [all …]
|
| A D | console_rotate.c | 21 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_1() local 26 (row + 1) * fontdata->height * pbytes; in console_set_row_1() 31 fill_pixel_and_goto_next(&dst, clr, pbytes, pbytes); in console_set_row_1() 50 int pbytes = VNBYTES(vid_priv->bpix); in console_move_rows_1() local 82 int pbytes = VNBYTES(vid_priv->bpix); in console_putc_xy_1() local 118 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_2() local 125 fill_pixel_and_goto_next(&dst, clr, pbytes, pbytes); in console_set_row_2() 170 int pbytes = VNBYTES(vid_priv->bpix); in console_putc_xy_2() local 202 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_3() local 211 fill_pixel_and_goto_next(&dst, clr, pbytes, pbytes); in console_set_row_3() [all …]
|
| A D | console_normal.c | 25 int pbytes; in console_set_row() local 33 pbytes = VNBYTES(vid_priv->bpix); in console_set_row() 35 fill_pixel_and_goto_next(&dst, clr, pbytes, pbytes); in console_set_row() 78 int pbytes = VNBYTES(vid_priv->bpix); in console_putc_xy() local 89 start = vid_priv->fb + linenum * vid_priv->line_length + x * pbytes; in console_putc_xy() 116 int pbytes = VNBYTES(vid_priv->bpix); in console_set_cursor_visible() local 124 start = vid_priv->fb + y * vid_priv->line_length + x * pbytes; in console_set_cursor_visible()
|
| A D | video-uclass.c | 224 int pbytes = VNBYTES(priv->bpix); in video_draw_box() local 230 start += x0 * pbytes; in video_draw_box() 237 fill_pixel_and_goto_next(&ptr, colour, pbytes, pbytes); in video_draw_box() 240 fill_pixel_and_goto_next(&ptr, colour, pbytes, in video_draw_box() 241 pbytes); in video_draw_box() 243 ptr += (pixels - width * 2) * pbytes; in video_draw_box() 246 fill_pixel_and_goto_next(&ptr, colour, pbytes, pbytes); in video_draw_box()
|
| A D | vidconsole_internal.h | 42 void fill_pixel_and_goto_next(void **dstp, u32 value, int pbytes, int step);
|
Completed in 17 milliseconds