/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_bitmap.c | 256 gfxfb_info->pitch = fb_info.pitch; in bitmap_setup_fb() 286 data->linebytes = console->fb.pitch; in bitmap_devinit() 302 uint32_t i, pitch, height; in bitmap_copy_fb() local 304 pitch = softc->console->fb.pitch; in bitmap_copy_fb() 308 (void) memmove(dst + i * pitch, src + i * pitch, pitch); in bitmap_copy_fb() 317 uint32_t width, height, pitch; in bitmap_cons_copy() local 322 soffset = ma->s_col * console->fb.bpp + ma->s_row * console->fb.pitch; in bitmap_cons_copy() 323 toffset = ma->t_col * console->fb.bpp + ma->t_row * console->fb.pitch; in bitmap_cons_copy() 329 pitch = console->fb.pitch; in bitmap_cons_copy() 333 uint32_t increment = i * pitch; in bitmap_cons_copy() [all …]
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_fb.c | 168 fb_info.pitch = tag->framebuffer_common.framebuffer_pitch; in xbi_fb_init() 173 fb_info.fb_size = fb_info.screen.y * fb_info.pitch; in xbi_fb_init() 481 boot_fb_fill(dest, bg, fb_info.pitch); in boot_fb_init() 482 toffset += fb_info.pitch; in boot_fb_init() 504 offset = rect->col * fb_info.bpp + rect->row * fb_info.pitch; in boot_fb_blit() 511 uint8_t *dest = fbp + i * fb_info.pitch; in boot_fb_blit() 515 dest = sfbp + i * fb_info.pitch; in boot_fb_blit() 561 toffset = x * fb_info.bpp + y * fb_info.pitch; in boot_fb_eraseline_impl() 566 uint8_t *dest = dst + i * fb_info.pitch; in boot_fb_eraseline_impl() 570 dest = sdst + i * fb_info.pitch; in boot_fb_eraseline_impl() [all …]
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 489 uint32_t data, bpp, pitch, y, x; in gfxfb_blt_fill() local 523 pitch = gfx_fb.framebuffer_common.framebuffer_pitch; in gfxfb_blt_fill() 525 size = gfx_fb.framebuffer_common.framebuffer_height * pitch; in gfxfb_blt_fill() 528 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill() 571 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local 594 pitch = gfx_fb.framebuffer_common.framebuffer_pitch; in gfxfb_blt_video_to_buffer() 615 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer() 673 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local 696 pitch = gfx_fb.framebuffer_common.framebuffer_pitch; in gfxfb_blt_buffer_to_video() 717 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video() [all …]
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | framebuffer.h | 68 uint32_t pitch; /* scan line in bytes */ member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fbio.h | 304 uint32_t pitch; member
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | standard | 181 # character pitch, line pitch, page width, page length, 220 "can't select the character pitch \"${cpi}\"" \ 227 "can't select the line pitch \"${lpi}\"" \
|
H A D | tsol_standard | 192 # character pitch, line pitch, page width, page length, 231 "can't select the character pitch \"${cpi}\"" \ 238 "can't select the line pitch \"${lpi}\"" \
|
H A D | tsol_standard_foomatic | 195 # character pitch, line pitch, page width, page length, 234 "can't select the character pitch \"${cpi}\"" \ 241 "can't select the line pitch \"${lpi}\"" \
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | gfx_fb.c | 98 fb.fb_pitch = gfxfb_info->pitch; in gfx_framework_init()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 79 cpi_changes_res, "cpix" "YF" Changing char. pitch changes resolution 80 lpi_changes_res, "lpix" "YG" Changing line pitch changes resolution
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 100 cpi_changes_res cpix YF bool Changing character pitch changes resolution 101 lpi_changes_res lpix YG bool Changing line pitch changes resolution
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 102 cpi_changes_res cpix YF bool Changing character pitch changes resolution 103 lpi_changes_res lpix YG bool Changing line pitch changes resolution
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 160 …ling\nnumbers ('i' inches, 'c' centimeters).\nFor setting cpi (horizontal pitch),\nsynonyms \"pica…
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 17329 pitch
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 17330 pitch
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 9902 # Bell (lower pitch): \E[x 16865 # \E[w 10 char/in pitch
|
H A D | terminfo.src | 11226 # Bell (lower pitch): \E[x 18942 # \E[w 10 char/in pitch
|