Searched refs:bitsBytesPerPixel (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp529 uint32 width, const color_map *pmap, int32 bitsBytesPerPixel)
536 bytescopied = width * bitsBytesPerPixel;
542 bytescopied = width * bitsBytesPerPixel;
546 pbits += bitsBytesPerPixel;
605 pbits += bitsBytesPerPixel;
787 int32 bitsBytesPerPixel = 0; local
796 bitsBytesPerPixel = 4;
802 bitsBytesPerPixel = 3;
811 bitsBytesPerPixel = 2;
816 bitsBytesPerPixel
528 pix_bits_to_png(uint8 *pbits, uint8 *ppng, color_space fromspace, uint32 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
[all...]
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp208 int32 bitsBytesPerPixel = 0; local
217 bitsBytesPerPixel = 4;
223 bitsBytesPerPixel = 3;
232 bitsBytesPerPixel = 2;
237 bitsBytesPerPixel = 1;
244 if (bitsBytesPerPixel < 3) {
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp447 uint16 width, const color_map *pmap, int32 bitsBytesPerPixel)
490 pbits += bitsBytesPerPixel;
523 pbits += bitsBytesPerPixel;
655 int32 bitsBytesPerPixel)
664 ptga, fromspace, 1, pmap, bitsBytesPerPixel) + 1;
672 int32 bitsBytesPerPixel)
681 count, pmap, bitsBytesPerPixel) + 1;
689 uint16 width, const color_map *pmap, int32 bitsBytesPerPixel)
698 prawbuf = new(std::nothrow) uint8[bitsBytesPerPixel * 128];
706 memcpy(&current, pbits, bitsBytesPerPixel);
446 pix_bits_to_tga(uint8 *pbits, uint8 *ptga, color_space fromspace, uint16 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
653 copy_rle_packet(uint8 *ptga, uint32 pixel, uint8 count, color_space fromspace, const color_map *pmap, int32 bitsBytesPerPixel) argument
670 copy_raw_packet(uint8 *ptga, uint8 *praw, uint8 count, color_space fromspace, const color_map *pmap, int32 bitsBytesPerPixel) argument
688 pix_bits_to_tgarle(uint8 *pbits, uint8 *ptga, color_space fromspace, uint16 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
835 int32 bitsBytesPerPixel = 0; local
[all...]
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp589 int32 bitsBytesPerPixel = 0; local
598 bitsBytesPerPixel = 4;
604 bitsBytesPerPixel = 3;
613 bitsBytesPerPixel = 2;
618 bitsBytesPerPixel = 1;
624 int32 bitsRowBytes = msheader.width * bitsBytesPerPixel;
659 bitsRowData + (i * bitsBytesPerPixel), 3);
664 bitspixel = bitsRowData + (i * bitsBytesPerPixel);
683 bitspixel = bitsRowData + (i * bitsBytesPerPixel);
699 bitspixel = bitsRowData + (i * bitsBytesPerPixel);
[all...]

Completed in 65 milliseconds