Home | History | Annotate | Download | only in coders

Lines Matching refs:totalOffset

248     totalOffset,
311 totalOffset=0;
559 totalOffset+=(MagickOffsetType) (nextDepthOffset*4);
560 if (totalOffset >= (MagickOffsetType) GetBlobSize(image))
563 seekNextDepth=SeekBlob(image,totalOffset,SEEK_SET);
564 if (seekNextDepth != totalOffset)