Home
last modified time | relevance | path

Searched refs:SetChunkLength (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrawritepng.pas82 procedure SetChunkLength (aValue : LongWord); procedure
175 procedure TBGRAWriterPNG.SetChunkLength(aValue : LongWord); procedure
561 SetChunkLength (sizeof(FHeader));
683 SetChunkLength (count*3);
841 SetChunkLength(l);
869 SetChunkLength (r+1);
881 SetChunkLength(2);
895 SetChunkLength(6);
934 SetChunkLength(0);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrawritepng.pas82 procedure SetChunkLength (aValue : LongWord); procedure
175 procedure TBGRAWriterPNG.SetChunkLength(aValue : LongWord); procedure
561 SetChunkLength (sizeof(FHeader));
683 SetChunkLength (count*3);
841 SetChunkLength(l);
869 SetChunkLength (r+1);
881 SetChunkLength(2);
895 SetChunkLength(6);
934 SetChunkLength(0);
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dfpwritepng.pp69 procedure SetChunkLength (aValue : longword);
162 procedure TFPWriterPNG.SetChunkLength(aValue : longword);
556 SetChunkLength (13); // (sizeof(FHeader)); gives 14 and is wrong !!
653 SetChunkLength (count*3);
746 SetChunkLength(l);
774 SetChunkLength (r+1);
786 SetChunkLength(2);
800 SetChunkLength(6);
839 SetChunkLength(0);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dfpwritepng.pp69 procedure SetChunkLength (aValue : longword);
162 procedure TFPWriterPNG.SetChunkLength(aValue : longword);
556 SetChunkLength (13); // (sizeof(FHeader)); gives 14 and is wrong !!
653 SetChunkLength (count*3);
746 SetChunkLength(l);
774 SetChunkLength (r+1);
786 SetChunkLength(2);
800 SetChunkLength(6);
839 SetChunkLength(0);