Unit 'prtgfx' Package
[Overview][Constants][Types][Index] [#amunits]

tPrtInfo

Declaration

Source position: prtgfx.pas line 53

type tPrtInfo = record

  pi_render: Pointer;

  pi_rp: Pointer;

  pi_temprp: Pointer;

  pi_RowBuf: Pointer;

  pi_HamBuf: Pointer;

  pi_ColorMap: pColorEntry;

  pi_ColorInt: pColorEntry;

  pi_HamInt: pColorEntry;

  pi_Dest1Int: pColorEntry;

  pi_Dest2Int: pColorEntry;

  pi_ScaleX: Pointer;

  pi_ScaleXAlt: Pointer;

  pi_dmatrix: Pointer;

  pi_TopBuf: Pointer;

  pi_BotBuf: Pointer;

  pi_RowBufSize: Word;

  pi_HamBufSize: Word;

  pi_ColorMapSize: Word;

  pi_ColorIntSize: Word;

  pi_HamIntSize: Word;

  pi_Dest1IntSize: Word;

  pi_Dest2IntSize: Word;

  pi_ScaleXSize: Word;

  pi_ScaleXAltSize: Word;

  pi_PrefsFlags: Word;

  pi_special: LongWord;

  pi_xstart: Word;

  pi_ystart: Word;

  pi_width: Word;

  pi_height: Word;

  pi_pc: LongWord;

  pi_pr: LongWord;

  pi_ymult: Word;

  pi_ymod: Word;

  pi_ety: ShortInt;

  pi_xpos: Word;

  pi_threshold: Word;

  pi_tempwidth: Word;

  pi_flags: Word;

  pi_ReduceBuf: PUWORD;

  pi_ReduceBufSize: Word;

  pi_SourceHook: pHook;

  pi_InvertHookBuf: PULONG;

end;


Documentation generated on: 2021-07-30