Home
last modified time | relevance | path

Searched refs:WriteIDAT (Results 1 – 12 of 12) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dm_png.cpp104 static bool WriteIDAT (FILE *file, const BYTE *data, int len);
991 if (!WriteIDAT (file, buffer, sizeof(buffer))) in M_SaveBitmap()
1017 if (!WriteIDAT (file, buffer, sizeof(buffer))) in M_SaveBitmap()
1032 return WriteIDAT (file, buffer, sizeof(buffer)-stream.avail_out); in M_SaveBitmap()
1043 static bool WriteIDAT (FILE *file, const BYTE *data, int len) in WriteIDAT() function
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dm_png.cpp104 static bool WriteIDAT (FILE *file, const BYTE *data, int len);
994 if (!WriteIDAT (file, buffer, sizeof(buffer))) in M_SaveBitmap()
1020 if (!WriteIDAT (file, buffer, sizeof(buffer))) in M_SaveBitmap()
1036 return WriteIDAT (file, buffer, sizeof(buffer)-stream.avail_out); in M_SaveBitmap()
1047 static bool WriteIDAT (FILE *file, const BYTE *data, int len) in WriteIDAT() function
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrawritepng.pas74 procedure WriteIDAT; virtual; procedure
847 procedure TBGRAWriterPNG.WriteIDAT; procedure
946 WriteIDAT;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrawritepng.pas74 procedure WriteIDAT; virtual; procedure
847 procedure TBGRAWriterPNG.WriteIDAT; procedure
946 WriteIDAT;
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dfpwritepng.pp61 procedure WriteIDAT; virtual;
752 procedure TFPWriterPNG.WriteIDAT;
851 WriteIDAT;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dfpwritepng.pp61 procedure WriteIDAT; virtual;
752 procedure TFPWriterPNG.WriteIDAT;
851 WriteIDAT;
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgPNG.c261 static int WriteIDAT(Tcl_Interp *interp, PNGImage *pngPtr,
3129 WriteIDAT( in WriteIDAT() function
3422 if (WriteIDAT(interp, pngPtr, blockPtr) == TCL_ERROR) { in EncodePNG()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgPNG.c278 static int WriteIDAT(Tcl_Interp *interp, PNGImage *pngPtr,
3334 WriteIDAT( in WriteIDAT() function
3703 if (WriteIDAT(interp, pngPtr, blockPtr) == TCL_ERROR) { in EncodePNG()
/dports/graphics/tkpng/tkpng0.9/generic/
H A DtkImgPNG.c2885 WriteIDAT(Tcl_Interp* interp, PNGImage* pPNG, Tk_PhotoImageBlock *blockPtr) in WriteIDAT() function
3083 if (WriteIDAT(interp, pPNG, blockPtr) == TCL_ERROR) in PNGEncode()
/dports/lang/nbc/png/
H A Dpngimage.pas3570 procedure WriteIDAT(Stream: TStream; Data: Pointer; const Length: Cardinal); procedure
3606 WriteIDAT(fStream, Data, Owner.MaxIdatSize);
3630 WriteIDAT(fStream, Data, Owner.MaxIdatSize - avail_out);
3638 WriteIDAT(fStream, Data, Owner.MaxIdatSize - avail_out);
/dports/x11-toolkits/tk86/tk8.6.12/
H A DChangeLog1611 * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct
/dports/x11-toolkits/tk87/tk8.7a5/
H A DChangeLog1611 * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct