Lines Matching refs:ushort
113 ushort v_max = panel_info.vl_row; in test_pattern()
114 ushort h_max = panel_info.vl_col; in test_pattern()
115 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT; in test_pattern()
116 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern()
117 ushort v, h; in test_pattern()
121 ushort *pix = (ushort *)lcd_base; in test_pattern()
340 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap()
348 ushort i, j; in lcd_logo_plot()
352 ushort *fb16; in lcd_logo_plot()
370 fb16 = (ushort *)fb; in lcd_logo_plot()
418 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap()
427 static void draw_encoded_bitmap(ushort **fbp, ushort c, int cnt) in draw_encoded_bitmap()
429 ushort *fb = *fbp; in draw_encoded_bitmap()
454 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap()
505 (ushort **)&fb, in lcd_display_rle8_bitmap()
530 draw_encoded_bitmap((ushort **)&fb, in lcd_display_rle8_bitmap()
558 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap()
571 ushort *cmap_base = NULL; in lcd_display_bitmap()
572 ushort i, j; in lcd_display_bitmap()
576 ushort padded_width; in lcd_display_bitmap()