Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
SkOTSetUSHORTBit< N > Struct Template Reference

#include <SkOTTableTypes.h>

Static Public Attributes

static const uint16_t bit = 1u << N
 
static const SK_OT_USHORT value = SkTEndian_SwapBE16(bit)
 

Detailed Description

template<unsigned N>
struct SkOTSetUSHORTBit< N >

SkOTSetUSHORTBit<N>::value is an SK_OT_USHORT with the Nth BE bit set.

Definition at line 49 of file SkOTTableTypes.h.

Member Data Documentation

◆ bit

template<unsigned N>
const uint16_t SkOTSetUSHORTBit< N >::bit = 1u << N
static

Definition at line 51 of file SkOTTableTypes.h.

◆ value

template<unsigned N>
const SK_OT_USHORT SkOTSetUSHORTBit< N >::value = SkTEndian_SwapBE16(bit)
static

Definition at line 52 of file SkOTTableTypes.h.


The documentation for this struct was generated from the following file: