Searched refs:pixels (Results 1 – 12 of 12) sorted by relevance
| /u-boot/doc/device-tree-bindings/video/ |
| 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).
|
| A D | displaymode.txt | 9 parameters in pixels
|
| A D | display-timing.txt | 20 in pixels
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 612 unsigned char *pixels; member 809 unsigned char *pixels; member 1548 return pixels / unitsPerEm; in stbtt_ScaleForMappingEmToPixels() 2459 if (gbm.pixels) { in stbtt_GetGlyphBitmapSubpixel() 2466 return gbm.pixels; in stbtt_GetGlyphBitmapSubpixel() 2482 gbm.pixels = output; in stbtt_MakeGlyphBitmapSubpixel() 2687 spc->pixels = pixels; in stbtt_PackBegin() 2697 if (pixels) in stbtt_PackBegin() 2773 STBTT_assert(pixels[i] == 0); in stbtt__h_prefilter() 2778 pixels += stride_in_bytes; in stbtt__h_prefilter() [all …]
|
| A D | console_normal.c | 22 int pixels = fontdata->height * vid_priv->xsize; in console_set_row() local 34 for (i = 0; i < pixels; i++) in console_set_row()
|
| A D | console_truetype.c | 400 int pixels = xend - xstart; in console_truetype_erase() local 412 for (i = 0; i < pixels; i++) in console_truetype_erase() 421 for (i = 0; i < pixels; i++) in console_truetype_erase() 430 for (i = 0; i < pixels; i++) in console_truetype_erase()
|
| A D | console_rotate.c | 109 int pixels = fontdata->height * vid_priv->xsize; in console_set_row_2() local 117 for (i = 0; i < pixels; i++) in console_set_row_2()
|
| A D | Kconfig | 22 Font for video console driver, 4 x 6 pixels. 30 Font for video console driver, 8 x 16 pixels 37 Font for video console driver, 12 x 22 pixels 44 Font for video console driver, 16 x 32 pixels 79 Note: the framebuffer needs to be large enough to store all pixels at 195 pixels and is the nominal height of a character. Note that fonts 1015 Note: the framebuffer needs to be large enough to store all pixels at
|
| /u-boot/arch/powerpc/dts/ |
| A D | gazerbeam.dts | 226 fpga-pb-pixels = <2730>; /* 8192 / 3 */ 277 fpga-pb-pixels = <2730>; /* 8192 / 3 */ 446 fpga-pb-pixels = <2730>; /* 8192 / 3 */ 497 fpga-pb-pixels = <2730>; /* 8192 / 3 */
|
| /u-boot/arch/sandbox/cpu/ |
| A D | sdl.c | 196 void *pixels; in copy_to_texture() local 214 ret = SDL_LockTexture(sdl.texture, NULL, &pixels, &pitch); in copy_to_texture() 225 dest = pixels + y * pitch; in copy_to_texture()
|
| /u-boot/doc/ |
| A D | README.video | 17 <xres> The X resolution (in pixels) to use. 18 <yres> The Y resolution (in pixels) to use.
|
| /u-boot/doc/device-tree-bindings/video/tilcdc/ |
| A D | tilcdc.txt | 14 - max-bandwidth: The maximum pixels per second that the memory
|
Completed in 32 milliseconds