-- CGBrickBLT.mesa -- Last changed by Ken Pier, 30-Mar-82 14:45:47 DIRECTORY CGBandFormat USING [TBrickRef], BitBlt USING [BBptr, BBTableSpace]; CGBrickBLT: DEFINITIONS = { OPEN BB: BitBlt, BFormat: CGBandFormat; InitializeBrickBLT: PROC [POINTER TO BB.BBTableSpace] RETURNS [BB.BBptr]; BrickBLT: PROC [bbptr: BB.BBptr, tBrick: BFormat.TBrickRef, destLine: LONG POINTER, hx, hy: CARDINAL, xmin,xmax: CARDINAL, lineBuffer: LONG POINTER]; --construct a line from the tBrick into the line buffer, then call LineBLT CGBrickBLTImpl: PROGRAM; }. LOG --created, 2/3/82, by Ken Pier -- changed REF to LONG POINTER, 3/30/82