BSOne.SFC/EM.Lib/ImageEn_SRC/Source/Delphi10.1Berlin/TIFCCITT.hpp

51 lines
2.8 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'tifccitt.pas' rev: 37.00 (Windows)
#ifndef tifccittHPP
#define tifccittHPP
#pragma delphiheader begin
#pragma option push
#if defined(__BORLANDC__) && !defined(__clang__)
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member
#endif
#pragma pack(push,8)
#include <System.hpp>
#include <SysInit.hpp>
#include <Winapi.Windows.hpp>
#include <System.SysUtils.hpp>
#include <System.Classes.hpp>
#include <hyiedefs.hpp>
//-- user supplied -----------------------------------------------------------
namespace Tifccitt
{
//-- forward type declarations -----------------------------------------------
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern DELPHI_PACKAGE int __fastcall _CCITTHuffmanGetLine(Winapi::Windows::PByte dstbuf, Winapi::Windows::PByte srcbuf, int srcbufLen, int Width, int posb, int FillOrder);
extern DELPHI_PACKAGE int __fastcall CCITTHuffmanGetLine(Winapi::Windows::PByte dstbuf, Winapi::Windows::PByte srcbuf, int srcbufLen, int Width, int FillOrder);
extern DELPHI_PACKAGE int __fastcall CCITT3_2D_GetLine(Winapi::Windows::PByte dstbuf, Winapi::Windows::PByte srcbuf, int srcbuflen, int Width, Winapi::Windows::PByte predbuf, int posb, int FillOrder, bool AlignEOL);
extern DELPHI_PACKAGE void __fastcall CCITTHuffmanPutLine(Winapi::Windows::PByte rdata, int wb, System::Classes::TStream* fs, bool &Aborting, int FillOrder);
extern DELPHI_PACKAGE void __fastcall CCITTHuffmanPutLineG3(Winapi::Windows::PByte rdata, int wb, System::Classes::TStream* fs, System::Byte &bwr, int &bwrl, bool &Aborting, int FillOrder);
extern DELPHI_PACKAGE void __fastcall _CCITTHuffmanPutLine(Winapi::Windows::PByte rdata, int wb, Winapi::Windows::PByte wbuf, int &wpos, int FillOrder);
extern DELPHI_PACKAGE void __fastcall CCITTHuffmanPutLineG32D(Winapi::Windows::PByte rdata, int wb, System::Classes::TStream* fs, System::Byte &bwr, int &bwrl, Winapi::Windows::PByte &predline, bool &Aborting, int FillOrder);
extern DELPHI_PACKAGE void __fastcall CCITTHuffmanPutLineG4(Winapi::Windows::PByte rdata, int wb, System::Classes::TStream* fs, System::Byte &bwr, int &bwrl, Winapi::Windows::PByte &predline, bool &Aborting, int FillOrder);
extern DELPHI_PACKAGE void __fastcall IEInitialize_tifccitt(void);
extern DELPHI_PACKAGE void __fastcall IEFinalize_tifccitt(void);
} /* namespace Tifccitt */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_TIFCCITT)
using namespace Tifccitt;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // tifccittHPP