Home
last modified time | relevance | path

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

/u-boot/doc/device-tree-bindings/video/
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).
A Ddisplaymode.txt9 parameters in pixels
A Ddisplay-timing.txt20 in pixels
/u-boot/drivers/video/
A Dstb_truetype.h612 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 Dconsole_normal.c22 int pixels = fontdata->height * vid_priv->xsize; in console_set_row() local
34 for (i = 0; i < pixels; i++) in console_set_row()
A Dconsole_truetype.c400 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 Dconsole_rotate.c109 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 DKconfig22 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 Dgazerbeam.dts226 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 Dsdl.c196 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 DREADME.video17 <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 Dtilcdc.txt14 - max-bandwidth: The maximum pixels per second that the memory

Completed in 32 milliseconds