Home
last modified time | relevance | path

Searched defs:pixels (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_normal.c21 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_normal_set_row() local
H A Dconsole_truetype.c130 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 Dconsole_rotate.c151 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_set_row_2() local
H A Dstb_truetype.h613 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 Dcfb_console.c1174 int pixels = 0; in display_rle8_bitmap() local
/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c53 int width, height, pixels, bpp, pixel_size, size, palette_size, yuyv; member