C# Class NOpenType.Instruction

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
EatInstructionStream ( byte instructions, int ip, Stack stack ) : int
Execute ( GraphicState state, Stack stack ) : void
Matches ( byte opcode ) : bool

Method Details

EatInstructionStream() public méthode

public EatInstructionStream ( byte instructions, int ip, Stack stack ) : int
instructions byte
ip int
stack Stack
Résultat int

Execute() public abstract méthode

public abstract Execute ( GraphicState state, Stack stack ) : void
state GraphicState
stack Stack
Résultat void

Matches() public abstract méthode

public abstract Matches ( byte opcode ) : bool
opcode byte
Résultat bool