Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dsimple-framebuffer.txt10 - width: The width of the framebuffer in pixels.
11 - height: The height of the framebuffer in pixels.
14 - r5g6b5 (16-bit pixels, d[15:11]=r, d[10:5]=g, d[4:0]=b).
H A Ddisplaymode.txt9 parameters in pixels
H A Ddisplay-timing.txt20 in pixels
/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c53 int width, height, pixels, bpp, pixel_size, size, palette_size, yuyv; member
187 image->pixels = image->width * image->height; in image_load_tga()
188 image->size = image->pixels * image->pixel_size; in image_load_tga()
201 for (i = 0; i < image->pixels; i++, p++) { in image_load_tga()
254 yuyv_image->pixels = yuyv_image->width * yuyv_image->height; in image_rgb_to_yuyv()
255 yuyv_image->size = yuyv_image->pixels * yuyv_image->pixel_size; in image_rgb_to_yuyv()
261 while ((count++) < rgb_image->pixels) { in image_rgb_to_yuyv()
290 rgb565_image->pixels = rgb565_image->width * rgb565_image->height; in image_rgb888_to_rgb565()
291 rgb565_image->size = rgb565_image->pixels * rgb565_image->pixel_size; in image_rgb888_to_rgb565()
297 while ((count++) < rgb888_image->pixels) { in image_rgb888_to_rgb565()
[all …]
/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_normal.c21 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_normal_set_row() local
30 for (i = 0; i < pixels; i++) in console_normal_set_row()
39 for (i = 0; i < pixels; i++) in console_normal_set_row()
48 for (i = 0; i < pixels; i++) in console_normal_set_row()
H A Dstb_truetype.h470 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
521 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh…
613 unsigned char *pixels; member
671 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float pixels);
679 STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels);
810 unsigned char *pixels; member
1546 STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels) in stbtt_ScaleForMappingEmToPixels() argument
1549 return pixels / unitsPerEm; in stbtt_ScaleForMappingEmToPixels()
1851 STBTT_memcpy(result->pixels + j * result->stride, scanline, result->w); in stbtt__rasterize_sorted_edges()
2131 result->pixels[j*result->stride + i] = (unsigned char) m; in stbtt__rasterize_sorted_edges()
[all …]
H A Dconsole_truetype.c130 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() local
139 for (i = 0; i < pixels; i++) in console_truetype_set_row()
148 for (i = 0; i < pixels; i++) in console_truetype_set_row()
157 for (i = 0; i < pixels; i++) in console_truetype_set_row()
322 int pixels = xend - xstart; in console_truetype_erase() local
333 for (i = 0; i < pixels; i++) in console_truetype_erase()
342 for (i = 0; i < pixels; i++) in console_truetype_erase()
351 for (i = 0; i < pixels; i++) in console_truetype_erase()
H A Dconsole_rotate.c151 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_set_row_2() local
161 for (i = 0; i < pixels; i++) in console_set_row_2()
170 for (i = 0; i < pixels; i++) in console_set_row_2()
179 for (i = 0; i < pixels; i++) in console_set_row_2()
H A Dcfb_console.c1174 int pixels = 0; in display_rle8_bitmap() local
1257 pixels += cnt; in display_rle8_bitmap()
1258 if (pixels > limit) in display_rle8_bitmap()
1282 pixels += cnt; in display_rle8_bitmap()
1283 if (pixels > limit) in display_rle8_bitmap()
H A DKconfig121 pixels and is the nominal height of a character. Note that fonts
/rk3399_rockchip-uboot/doc/
H A DREADME.video18 <xres> The X resolution (in pixels) to use.
19 <yres> The Y resolution (in pixels) to use.