Lines Matching refs:ushort
112 ushort v_max = panel_info.vl_row; in test_pattern()
113 ushort h_max = panel_info.vl_col; in test_pattern()
114 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT; in test_pattern()
115 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern()
116 ushort v, h; in test_pattern()
120 ushort *pix = (ushort *)lcd_base; in test_pattern()
331 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap()
339 ushort i, j; in lcd_logo_plot()
343 ushort *fb16; in lcd_logo_plot()
361 fb16 = (ushort *)fb; in lcd_logo_plot()
408 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap()
417 static void draw_encoded_bitmap(ushort **fbp, ushort c, int cnt) in draw_encoded_bitmap()
419 ushort *fb = *fbp; in draw_encoded_bitmap()
444 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap()
495 (ushort **)&fb, in lcd_display_rle8_bitmap()
520 draw_encoded_bitmap((ushort **)&fb, in lcd_display_rle8_bitmap()
548 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap()
561 ushort *cmap_base = NULL; in lcd_display_bitmap()
562 ushort i, j; in lcd_display_bitmap()
566 ushort padded_width; in lcd_display_bitmap()