Home
last modified time | relevance | path

Searched refs:BitmapInfoHeader (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/class/thumbs/
H A Dphpthumb.ico.php69 $BitmapInfoHeader[$key] = '';
70 $BitmapInfoHeader[$key] .= "\x28\x00\x00\x00"; // DWORD biSize;
75 $BitmapInfoHeader[$key] .= "\x01\x00"; // WORD biPlanes;
76 $BitmapInfoHeader[$key] .= chr($bpp[$key])."\x00"; // wBitCount;
77 …$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // DWORD biCompressio…
79 …$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // LONG biXPelsPerMe…
80 …$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // LONG biYPelsPerMe…
81 $BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // DWORD biClrUsed;
82 …$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // DWORD biClrImporta…
106 $dwImageOffset += strlen($BitmapInfoHeader[$key]);
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Bmp.cpp115 case 40 : BitmapInfoHeader(1); break; in Read_Buffer_Continue()
116 case 52 : BitmapInfoHeader(2); break; in Read_Buffer_Continue()
117 case 56 : BitmapInfoHeader(3); break; in Read_Buffer_Continue()
119 case 108 : BitmapInfoHeader(4); break; in Read_Buffer_Continue()
120 case 124 : BitmapInfoHeader(5); break; in Read_Buffer_Continue()
123BitmapInfoHeader((int8u)-1); //Future versions of BitmapInfoHeader (OS/2 is abandonned) in Read_Buffer_Continue()
189 void File_Bmp::BitmapInfoHeader(int8u Version) in BitmapInfoHeader() function in MediaInfoLib::File_Bmp
H A DFile_Bmp.h40 void BitmapInfoHeader(int8u Version); //Windows
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Bmp.cpp115 case 40 : BitmapInfoHeader(1); break; in Read_Buffer_Continue()
116 case 52 : BitmapInfoHeader(2); break; in Read_Buffer_Continue()
117 case 56 : BitmapInfoHeader(3); break; in Read_Buffer_Continue()
119 case 108 : BitmapInfoHeader(4); break; in Read_Buffer_Continue()
120 case 124 : BitmapInfoHeader(5); break; in Read_Buffer_Continue()
123BitmapInfoHeader((int8u)-1); //Future versions of BitmapInfoHeader (OS/2 is abandonned) in Read_Buffer_Continue()
189 void File_Bmp::BitmapInfoHeader(int8u Version) in BitmapInfoHeader() function in MediaInfoLib::File_Bmp
H A DFile_Bmp.h40 void BitmapInfoHeader(int8u Version); //Windows
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Bmp.cpp115 case 40 : BitmapInfoHeader(1); break; in Read_Buffer_Continue()
116 case 52 : BitmapInfoHeader(2); break; in Read_Buffer_Continue()
117 case 56 : BitmapInfoHeader(3); break; in Read_Buffer_Continue()
119 case 108 : BitmapInfoHeader(4); break; in Read_Buffer_Continue()
120 case 124 : BitmapInfoHeader(5); break; in Read_Buffer_Continue()
123BitmapInfoHeader((int8u)-1); //Future versions of BitmapInfoHeader (OS/2 is abandonned) in Read_Buffer_Continue()
189 void File_Bmp::BitmapInfoHeader(int8u Version) in BitmapInfoHeader() function in MediaInfoLib::File_Bmp
H A DFile_Bmp.h40 void BitmapInfoHeader(int8u Version); //Windows
/dports/games/xnethack/xNetHack-xnh6.1/win/share/
H A Dbmptiles.c31 struct BitmapInfoHeader { struct
67 static struct Pixel build_pixel(const struct BitmapInfoHeader *, uint32); argument
70 static boolean read_info_header(FILE *, struct BitmapInfoHeader *);
71 static boolean check_info_header(const struct BitmapInfoHeader *);
72 static unsigned get_palette_size(const struct BitmapInfoHeader *);
81 struct BitmapInfoHeader header2; in read_bmp_tiles()
343 read_info_header(FILE *fp, struct BitmapInfoHeader *header) in read_info_header()
438 check_info_header(const struct BitmapInfoHeader *header) in check_info_header()
488 get_palette_size(const struct BitmapInfoHeader *header) in get_palette_size()
565 build_pixel(const struct BitmapInfoHeader *header, uint32 color) in build_pixel()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/share/
H A Dbmptiles.c31 struct BitmapInfoHeader { struct
67 static struct Pixel FDECL(build_pixel, (const struct BitmapInfoHeader *, uint32)); argument
70 static boolean FDECL(read_info_header, (FILE *, struct BitmapInfoHeader *));
71 static boolean FDECL(check_info_header, (const struct BitmapInfoHeader *));
72 static unsigned FDECL(get_palette_size, (const struct BitmapInfoHeader *));
83 struct BitmapInfoHeader header2;
358 struct BitmapInfoHeader *header;
454 const struct BitmapInfoHeader *header; in check_info_header()
505 const struct BitmapInfoHeader *header; in get_palette_size()
589 const struct BitmapInfoHeader *header; in build_pixel()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/share/
H A Dbmptiles.c31 struct BitmapInfoHeader { struct
67 static struct Pixel FDECL(build_pixel, (const struct BitmapInfoHeader *, uint32)); argument
70 static boolean FDECL(read_info_header, (FILE *, struct BitmapInfoHeader *));
71 static boolean FDECL(check_info_header, (const struct BitmapInfoHeader *));
72 static unsigned FDECL(get_palette_size, (const struct BitmapInfoHeader *));
83 struct BitmapInfoHeader header2;
358 struct BitmapInfoHeader *header;
454 const struct BitmapInfoHeader *header; in check_info_header()
505 const struct BitmapInfoHeader *header; in get_palette_size()
589 const struct BitmapInfoHeader *header; in build_pixel()
/dports/graphics/iiview/iiview-0.31/
H A Dbmp.h28 } BitmapInfoHeader; typedef
35 BitmapInfoHeader bmiHeader;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DIcon.Unix.cs79 internal struct BitmapInfoHeader struct in System.Drawing.Icon
102 internal BitmapInfoHeader iconHeader; //image header
342 BitmapInfoHeader bih = ii.iconHeader; in SaveIconImage()
454 BitmapInfoHeader bih = new BitmapInfoHeader(); in SaveBitmapAsIcon()
455 bih.biSize = (uint)Marshal.SizeOf(typeof(BitmapInfoHeader)); in SaveBitmapAsIcon()
530 BitmapInfoHeader bih = ii.iconHeader; in BuildBitmapOnWin32()
810 BitmapInfoHeader bih = new BitmapInfoHeader(); in InitFromStreamWithSize()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A DBMPReader.cpp37 struct BitmapInfoHeader{ struct
99 BitmapInfoHeader infoHeader; in read()
100 in.read((char*)&infoHeader, sizeof(BitmapInfoHeader)); in read()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DIcon.cs75 internal struct BitmapInfoHeader { struct in System.Drawing.Icon
95 internal BitmapInfoHeader iconHeader; //image header
355 BitmapInfoHeader bih = ii.iconHeader; in SaveIconImage()
462 BitmapInfoHeader bih = new BitmapInfoHeader (); in SaveBitmapAsIcon()
463 bih.biSize = (uint) Marshal.SizeOf (typeof (BitmapInfoHeader)); in SaveBitmapAsIcon()
533 BitmapInfoHeader bih = ii.iconHeader; in BuildBitmapOnWin32()
788 BitmapInfoHeader bih = new BitmapInfoHeader(); in InitFromStreamWithSize()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxbmpio.cpp91 struct BitmapInfoHeader { struct
493 BitmapInfoHeader bmi; in fxloadBMP()
563 BitmapInfoHeader bmi; in fxloadDIB()
587 store.position(bmi.biSize-sizeof(BitmapInfoHeader),FXFromCurrent); in fxloadDIB()
620BitmapInfoHeader bmi={WIN_NEW,width,height,1,bpp,BIH_RGB,FXuint(height*(((width*bpp+31)>>5)<<2)),7… in fxsaveBMP()
670BitmapInfoHeader bmi={WIN_NEW,width,height,1,bpp,BIH_RGB,FXuint(height*(((width*bpp+31)>>5)<<2)),7… in fxsaveDIB()
736 BitmapInfoHeader bmi; in fxloadICO()
795 BitmapInfoHeader bmi; in fxloadICOStream()
855BitmapInfoHeader bmi={WIN_NEW,width,height*2,1,bpp,BIH_RGB,FXuint(height*(((width*bpp+31)>>5)<<2))… in fxsaveICO()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxbmpio.cpp91 struct BitmapInfoHeader { struct
493 BitmapInfoHeader bmi; in fxloadBMP()
563 BitmapInfoHeader bmi; in fxloadDIB()
587 store.position(bmi.biSize-sizeof(BitmapInfoHeader),FXFromCurrent); in fxloadDIB()
620BitmapInfoHeader bmi={WIN_NEW,width,height,1,bpp,BIH_RGB,FXuint(height*(((width*bpp+31)>>5)<<2)),7… in fxsaveBMP()
670BitmapInfoHeader bmi={WIN_NEW,width,height,1,bpp,BIH_RGB,FXuint(height*(((width*bpp+31)>>5)<<2)),7… in fxsaveDIB()
736 BitmapInfoHeader bmi; in fxloadICO()
795 BitmapInfoHeader bmi; in fxloadICOStream()
855BitmapInfoHeader bmi={WIN_NEW,width,height*2,1,bpp,BIH_RGB,FXuint(height*(((width*bpp+31)>>5)<<2))… in fxsaveICO()
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/
H A Dpixmap.cpp45 struct BitmapInfoHeader{ struct
234 BitmapInfoHeader infoHeader; in openRead()
235 fread(&infoHeader, sizeof(BitmapInfoHeader), 1, file); in openRead()
288 fileHeader.offsetBits=sizeof(BitmapFileHeader)+sizeof(BitmapInfoHeader); in openWrite()
289 fileHeader.size=sizeof(BitmapFileHeader)+sizeof(BitmapInfoHeader)+3*h*w; in openWrite()
294 BitmapInfoHeader infoHeader; in openWrite()
301 infoHeader.size=sizeof(BitmapInfoHeader); in openWrite()
307 fwrite(&infoHeader, sizeof(BitmapInfoHeader), 1, file); in openWrite()
/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Davi_decoder.h116 struct BitmapInfoHeader { struct
204 …AVIVideoTrack(int frameCount, const AVIStreamHeader &streamHeader, const BitmapInfoHeader &bitmapI…
267 BitmapInfoHeader _bmInfo;
/dports/games/residualvm/residualvm-0.3.1/video/
H A Davi_decoder.h96 struct BitmapInfoHeader { struct
184 …AVIVideoTrack(int frameCount, const AVIStreamHeader &streamHeader, const BitmapInfoHeader &bitmapI…
247 BitmapInfoHeader _bmInfo;
/dports/games/scummvm/scummvm-2.5.1/video/
H A Davi_decoder.h117 struct BitmapInfoHeader { struct
205 …AVIVideoTrack(int frameCount, const AVIStreamHeader &streamHeader, const BitmapInfoHeader &bitmapI…
270 BitmapInfoHeader _bmInfo;
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dwinicontopam.c480 readXorPalette(struct BitmapInfoHeader * const hdrP, in readXorPalette()
609 readXorBitfields(struct BitmapInfoHeader * const hdrP, in readXorBitfields()
805 readAnd(struct BitmapInfoHeader * const hdrP, in readAnd()
865 dumpBmpHeader(struct BitmapInfoHeader const hdr, in dumpBmpHeader()
890 struct BitmapInfoHeader * const hdrP) { in readBmpHeader()
931 readXorMask(struct BitmapInfoHeader * const hdrP, in readXorMask()
974 struct BitmapInfoHeader const hdr, in reportImage()
999 struct BitmapInfoHeader hdr; in convertBmp()
H A Dwinicon.h45 struct BitmapInfoHeader { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/bmp/
H A Dbmp_image_reader.h104 struct BitmapInfoHeader { struct
337 BitmapInfoHeader info_header_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/bmp/
H A Dbmp_image_reader.h104 struct BitmapInfoHeader { struct
337 BitmapInfoHeader info_header_;
/dports/games/openttd/openttd-12.1/src/
H A Dscreenshot.cpp90 struct BitmapInfoHeader { struct
96 static_assert(sizeof(BitmapInfoHeader) == 40); argument
139 bfh.size = TO_LE32(sizeof(BitmapFileHeader) + sizeof(BitmapInfoHeader) + pal_size + bytewidth * h); in MakeBMPImage()
141 bfh.off_bits = TO_LE32(sizeof(BitmapFileHeader) + sizeof(BitmapInfoHeader) + pal_size); in MakeBMPImage()
144 BitmapInfoHeader bih; in MakeBMPImage()
145 bih.size = TO_LE32(sizeof(BitmapInfoHeader)); in MakeBMPImage()

123