<> <> <> <<>> DIRECTORY IPInterpreter USING [Ref]; IPImage: CEDAR DEFINITIONS ~ BEGIN <<>> Ref: TYPE ~ IPInterpreter.Ref; <> ApplyIGET: PROC [Ref]; ApplyISET: PROC [Ref]; <> ApplyMAKET: PROC [Ref]; ApplyTRANSLATE: PROC [Ref]; ApplyROTATE: PROC [Ref]; ApplySCALE: PROC [Ref]; ApplySCALE2: PROC [Ref]; ApplyCONCAT: PROC [Ref]; ApplyCONCATT: PROC [Ref]; ApplyMOVE: PROC [Ref]; ApplyTRANS: PROC [Ref]; <> ApplySETXY: PROC [Ref]; ApplySETXYREL: PROC [Ref]; ApplySETXREL: PROC [Ref]; ApplySETYREL: PROC [Ref]; ApplyGETCP: PROC [Ref]; <> ApplyMAKEPIXELARRAY: PROC [Ref]; ApplyEXTRACTPIXELARRAY: PROC [Ref]; ApplyFINDDECOMPRESSOR: PROC [Ref]; <> ApplyMAKEGRAY: PROC [Ref]; ApplyFINDCOLOR: PROC [Ref]; ApplyFINDCOLOROPERATOR: PROC [Ref]; ApplyFINDCOLORMODELOPERATOR: PROC [Ref]; ApplyMAKESAMPLEDCOLOR: PROC [Ref]; ApplyMAKESAMPLEDBLACK: PROC [Ref]; ApplySETGRAY: PROC [Ref]; ApplySETSAMPLEDCOLOR: PROC [Ref]; ApplySETSAMPLEDBLACK: PROC [Ref]; <> ApplyMOVETO: PROC [Ref]; ApplyLINETO: PROC [Ref]; ApplyLINETOX: PROC [Ref]; ApplyLINETOY: PROC [Ref]; ApplyCURVETO: PROC [Ref]; ApplyCONICTO: PROC [Ref]; ApplyARCTO: PROC [Ref]; ApplyMAKEOUTLINE: PROC [Ref]; ApplyMAKEOUTLINEODD: PROC [Ref]; ApplyMASKFILL: PROC [Ref]; ApplyMASKFILLPARITY: PROC [Ref]; ApplyMASKRECTANGLE: PROC [Ref]; ApplySTARTUNDERLINE: PROC [Ref]; ApplyMASKUNDERLINE: PROC [Ref]; ApplyMASKTRAPEZOIDX: PROC [Ref]; ApplyMASKTRAPEZOIDY: PROC [Ref]; ApplyMASKSTROKE: PROC [Ref]; ApplyMASKSTROKECLOSED: PROC [Ref]; ApplyMASKVECTOR: PROC [Ref]; ApplyMASKDASHEDSTROKE: PROC [Ref]; ApplyMASKPIXEL: PROC [Ref]; ApplyCLIPOUTLINE: PROC [Ref]; ApplyCLIPRECTANGLE: PROC [Ref]; <> ApplyMASKCHAR: PROC [Ref]; ApplyMAKEFONT: PROC [Ref]; ApplyFINDFONT: PROC [Ref]; ApplyMODIFYFONT: PROC [Ref]; ApplySETFONT: PROC [Ref]; ApplySHOW: PROC [Ref]; ApplySHOWANDXREL: PROC [Ref]; ApplySHOWANDFIXEDXREL: PROC [Ref]; <> ApplyCORRECTMASK: PROC [Ref]; ApplyCORRECTSPACE: PROC [Ref]; ApplyCORRECT: PROC [Ref]; ApplySETCORRECTMEASURE: PROC [Ref]; ApplySETCORRECTTOLERANCE: PROC [Ref]; ApplySPACE: PROC [Ref]; END.