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

#include <SkOTTableTypes.h>

Static Public Attributes

static const uint32_t bit = 1u << N
 
static const SK_OT_ULONG value = SkTEndian_SwapBE32(bit)
 

Detailed Description

template<unsigned N>
struct SkOTSetULONGBit< N >

SkOTSetULONGBit<N>::value is an SK_OT_ULONG with the Nth BE bit set.

Definition at line 56 of file SkOTTableTypes.h.

Member Data Documentation

◆ bit

template<unsigned N>
const uint32_t SkOTSetULONGBit< N >::bit = 1u << N
static

Definition at line 58 of file SkOTTableTypes.h.

◆ value

template<unsigned N>
const SK_OT_ULONG SkOTSetULONGBit< N >::value = SkTEndian_SwapBE32(bit)
static

Definition at line 59 of file SkOTTableTypes.h.


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