Searched refs:pixels (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | simple-framebuffer.txt | 10 - 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 D | displaymode.txt | 9 parameters in pixels
|
| H A D | display-timing.txt | 20 in pixels
|
| /rk3399_rockchip-uboot/tools/easylogo/ |
| H A D | easylogo.c | 53 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 D | console_normal.c | 21 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 D | stb_truetype.h | 470 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 D | console_truetype.c | 130 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 D | console_rotate.c | 151 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 D | cfb_console.c | 1174 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 D | Kconfig | 121 pixels and is the nominal height of a character. Note that fonts
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.video | 18 <xres> The X resolution (in pixels) to use. 19 <yres> The Y resolution (in pixels) to use.
|