Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
SkOTTableTypes.h File Reference
#include "include/core/SkTypes.h"
#include "src/base/SkEndian.h"

Go to the source code of this file.

Classes

class  SkOTTableTAG< T >
 
struct  SkOTSetUSHORTBit< N >
 
struct  SkOTSetULONGBit< N >
 

Macros

#define SK_OT_BYTE_BITFIELD   SK_UINT8_BITFIELD
 

Typedefs

typedef uint8_t SK_OT_BYTE
 
typedef int8_t SK_OT_CHAR
 
typedef uint16_t SK_OT_SHORT
 
typedef uint16_t SK_OT_USHORT
 
typedef uint32_t SK_OT_ULONG
 
typedef uint32_t SK_OT_LONG
 
typedef int32_t SK_OT_Fixed
 
typedef uint16_t SK_OT_F2DOT14
 
typedef uint16_t SK_OT_FWORD
 
typedef uint16_t SK_OT_UFWORD
 
typedef uint64_t SK_OT_LONGDATETIME
 

Macro Definition Documentation

◆ SK_OT_BYTE_BITFIELD

#define SK_OT_BYTE_BITFIELD   SK_UINT8_BITFIELD

Definition at line 35 of file SkOTTableTypes.h.

Typedef Documentation

◆ SK_OT_BYTE

typedef uint8_t SK_OT_BYTE

Definition at line 15 of file SkOTTableTypes.h.

◆ SK_OT_CHAR

typedef int8_t SK_OT_CHAR

Definition at line 19 of file SkOTTableTypes.h.

◆ SK_OT_F2DOT14

typedef uint16_t SK_OT_F2DOT14

Definition at line 28 of file SkOTTableTypes.h.

◆ SK_OT_Fixed

typedef int32_t SK_OT_Fixed

Definition at line 26 of file SkOTTableTypes.h.

◆ SK_OT_FWORD

typedef uint16_t SK_OT_FWORD

Definition at line 30 of file SkOTTableTypes.h.

◆ SK_OT_LONG

typedef uint32_t SK_OT_LONG

Definition at line 24 of file SkOTTableTypes.h.

◆ SK_OT_LONGDATETIME

typedef uint64_t SK_OT_LONGDATETIME

Definition at line 33 of file SkOTTableTypes.h.

◆ SK_OT_SHORT

typedef uint16_t SK_OT_SHORT

Definition at line 21 of file SkOTTableTypes.h.

◆ SK_OT_UFWORD

typedef uint16_t SK_OT_UFWORD

Definition at line 31 of file SkOTTableTypes.h.

◆ SK_OT_ULONG

typedef uint32_t SK_OT_ULONG

Definition at line 23 of file SkOTTableTypes.h.

◆ SK_OT_USHORT

typedef uint16_t SK_OT_USHORT

Definition at line 22 of file SkOTTableTypes.h.