Searched defs:pixels (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_normal.c | 21 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_normal_set_row() local
|
| H A D | console_truetype.c | 130 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() local 322 int pixels = xend - xstart; in console_truetype_erase() local
|
| H A D | console_rotate.c | 151 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_set_row_2() local
|
| H A D | stb_truetype.h | 613 unsigned char *pixels; member 810 unsigned char *pixels; member 1546 STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels) in stbtt_ScaleForMappingEmToPixels() 2517 unsigned char *pixels, int pw, int ph, // bitmap to be filled in in stbtt_BakeFontBitmap() 2663 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() 2712 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__h_prefilter() 2773 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__v_prefilter()
|
| H A D | cfb_console.c | 1174 int pixels = 0; in display_rle8_bitmap() local
|
| /rk3399_rockchip-uboot/tools/easylogo/ |
| H A D | easylogo.c | 53 int width, height, pixels, bpp, pixel_size, size, palette_size, yuyv; member
|