Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Typedefs
SkCPUTypes.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned U8CPU
 
typedef unsigned U16CPU
 

Typedef Documentation

◆ U16CPU

typedef unsigned U16CPU

Fast type for unsigned 16 bits. Use for parameter passing and local variables, not for storage

Definition at line 23 of file SkCPUTypes.h.

◆ U8CPU

typedef unsigned U8CPU

Fast type for unsigned 8 bits. Use for parameter passing and local variables, not for storage

Definition at line 18 of file SkCPUTypes.h.