[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'TTObjs' (#lazutils)

TGraphicsState

Declaration

Source position: ttobjs.pas line 104

type TGraphicsState = record

  rp0: Int;

  rp1: Int;

  rp2: Int;

  dualVector: TT_UnitVector;

  projVector: TT_UnitVector;

  freeVector: TT_UnitVector;

  loop: LongInt;

  minimum_distance: TT_F26Dot6;

  round_state: Int;

  auto_flip: Boolean;

  control_value_cutin: TT_F26Dot6;

  single_width_cutin: TT_F26Dot6;

  single_width_value: TT_F26Dot6;

  delta_base: Int;

  delta_shift: Int;

  instruct_control: Byte;

  scan_control: Boolean;

  scan_type: Int;

  gep0: Int;

  gep1: Int;

  gep2: Int;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.