/illumos-gate/usr/src/common/pnglite/ |
H A D | pnglite.c | 31 file_read(png_t *png, void *out, size_t size, size_t numel) in file_read() argument 40 result = lseek(png->fd, offset, SEEK_CUR); in file_read() 42 result = read(png->fd, out, size * numel); in file_read() 49 file_read_ul(png_t *png, unsigned *out) in file_read_ul() argument 53 if (file_read(png, buf, 1, 4) != 4) in file_read_ul() 75 png_get_bpp(png_t *png) in png_get_bpp() argument 79 switch (png->color_type) { in png_get_bpp() 94 bpp *= png->depth / 8; in png_get_bpp() 100 png_read_ihdr(png_t *png) in png_read_ihdr() argument 107 if (file_read_ul(png, &length) != PNG_NO_ERROR) in png_read_ihdr() [all …]
|
H A D | pnglite.h | 106 int png_open(png_t *png, const char *filename); 117 void png_print_info(png_t *png); 149 int png_get_data(png_t *png, uint8_t *data); 163 int png_close(png_t *png);
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | gfx_fb.c | 420 gfx_fb_putimage(png_t *png, uint32_t ux1, uint32_t uy1, uint32_t ux2, in gfx_fb_putimage() argument 436 if (png->color_type != PNG_TRUECOLOR_ALPHA) { in gfx_fb_putimage() 448 if (png->width > UINT16_MAX || png->height > UINT16_MAX) { in gfx_fb_putimage() 454 if (png->width < 1 || png->height < 1) { in gfx_fb_putimage() 467 ux2 = ux1 + png->width; in gfx_fb_putimage() 468 uy2 = uy1 + png->height; in gfx_fb_putimage() 472 ux2 = ux1 + (png->width * (uy2 - uy1)) / png->height; in gfx_fb_putimage() 475 uy2 = uy1 + (png->height * (ux2 - ux1)) / png->width; in gfx_fb_putimage() 491 if (fwidth == png->width && fheight == png->height) in gfx_fb_putimage() 526 png->width, png->height, fwidth, fheight, ux1, uy1); in gfx_fb_putimage() [all …]
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 1568 gfx_fb_putimage(png_t *png, uint32_t ux1, uint32_t uy1, uint32_t ux2, in gfx_fb_putimage() argument 1590 if (png->color_type != PNG_TRUECOLOR_ALPHA) { in gfx_fb_putimage() 1603 if (png->width > UINT16_MAX || png->height > UINT16_MAX) { in gfx_fb_putimage() 1609 if (png->width < 1 || png->height < 1) { in gfx_fb_putimage() 1622 ux2 = ux1 + png->width; in gfx_fb_putimage() 1623 uy2 = uy1 + png->height; in gfx_fb_putimage() 1627 ux2 = ux1 + (png->width * (uy2 - uy1)) / png->height; in gfx_fb_putimage() 1630 uy2 = uy1 + (png->height * (ux2 - ux1)) / png->width; in gfx_fb_putimage() 1647 if (fwidth == png->width && fheight == png->height) in gfx_fb_putimage() 1684 png->width, png->height, fwidth, fheight, ux1, uy1); in gfx_fb_putimage() [all …]
|
/illumos-gate/usr/src/boot/forth/ |
H A D | Makefile | 52 FILES += illumos-logo.png 53 FILES += illumos-brand.png
|
H A D | brand-illumos.4th | 40 s" /boot/illumos-brand.png"
|
H A D | logo-illumos.4th | 43 s" /boot/illumos-logo.png"
|
/illumos-gate/usr/src/common/ficl/ |
H A D | loader.c | 84 png_t png; in ficl_term_putimage() local 113 if (png_open(&png, name) == PNG_NO_ERROR) { in ficl_term_putimage() 114 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in ficl_term_putimage() 116 (void) png_close(&png); in ficl_term_putimage() 131 png_t png; in ficl_fb_putimage() local 150 if ((error = png_open(&png, name)) != PNG_NO_ERROR) { in ficl_fb_putimage() 154 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in ficl_fb_putimage() 156 (void) png_close(&png); in ficl_fb_putimage()
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | main.mk | 366 arch.png: $(TOP)/www/arch.png 367 cp $(TOP)/www/arch.png . 418 arch.png \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-boot-loader.p5m | 71 $(i386_ONLY)file path=boot/illumos-brand.png group=sys mode=0444 72 $(i386_ONLY)file path=boot/illumos-logo.png group=sys mode=0444
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1287 0 string \x89PNG PNG image data image/png 1633 |name match *.png PNG Image application/x-ms-pngfile
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | asia | 736 # https://i.imgur.com/05KkvtC.png 738 # https://i.imgur.com/dge4kFJ.png 756 # https://i.imgur.com/M2IsZ3c.png 757 # https://i.imgur.com/iOPqrVo.png 758 # https://i.imgur.com/fffcGDs.png 761 # https://i.imgur.com/ZSzent0.png 764 # https://i.imgur.com/7ecmRlcm.png
|
H A D | europe | 230 # https://www.polyomino.org.uk/british-time/bbc-19410418.png 231 # https://www.polyomino.org.uk/british-time/ho-19410421.png
|