Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
SkOTTableStandardBitmapGraphics::Strike Struct Reference

#include <SkOTTable_sbix.h>

Public Member Functions

SK_OT_ULONG glyphDataOffset (int glyphId)
 

Public Attributes

SK_OT_USHORT ppem
 
SK_OT_USHORT ppi
 

Detailed Description

Definition at line 35 of file SkOTTable_sbix.h.

Member Function Documentation

◆ glyphDataOffset()

SK_OT_ULONG SkOTTableStandardBitmapGraphics::Strike::glyphDataOffset ( int  glyphId)
inline

Definition at line 39 of file SkOTTable_sbix.h.

39 {
40 return sk_unaligned_load<SK_OT_ULONG>(
41 SkTAddOffset<void*>(&ppi, sizeof(ppi)+sizeof(SK_OT_ULONG)*glyphId));
42 }
uint32_t SK_OT_ULONG

Member Data Documentation

◆ ppem

SK_OT_USHORT SkOTTableStandardBitmapGraphics::Strike::ppem

Definition at line 36 of file SkOTTable_sbix.h.

◆ ppi

SK_OT_USHORT SkOTTableStandardBitmapGraphics::Strike::ppi

Definition at line 37 of file SkOTTable_sbix.h.


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