Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:XDR

177     _format (XDR),
222 // if all image channels are of type HALF, and if the Xdr and the
364 if (_format == XDR)
367 // Machine-independent (Xdr) data format
381 Xdr::read <CharPtrIO> (inPtr, *cd.end);
442 Xdr::write <CharPtrIO> (buf, minNonZero);
443 Xdr::write <CharPtrIO> (buf, maxNonZero);
447 Xdr::write <CharPtrIO> (buf, (char *) &bitmap[0] + minNonZero,
473 Xdr::write <CharPtrIO> (buf, int(0));
476 Xdr::write <CharPtrIO> (lengthPtr, length);
550 Xdr::read <CharPtrIO> (inPtr, minNonZero);
551 Xdr::read <CharPtrIO> (inPtr, maxNonZero);
561 Xdr::read <CharPtrIO> (inPtr, (char *) &bitmap[0] + minNonZero,
573 Xdr::read <CharPtrIO> (inPtr, length);
606 if (_format == XDR)
609 // Machine-independent (Xdr) data format
623 Xdr::write <CharPtrIO> (outEnd, *cd.end);