Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sktext::gpu::GlyphVector::Variant Union Reference

#include <GlyphVector.h>

Public Member Functions

 Variant ()
 
 Variant (SkPackedGlyphID id)
 

Public Attributes

SkPackedGlyphID packedGlyphID
 
Glyphglyph
 

Detailed Description

Definition at line 44 of file GlyphVector.h.

Constructor & Destructor Documentation

◆ Variant() [1/2]

Definition at line 49 of file GlyphVector.h.

49: glyph{nullptr} {}

◆ Variant() [2/2]

Definition at line 50 of file GlyphVector.h.

50: packedGlyphID{id} {}

Member Data Documentation

◆ glyph

Glyph* sktext::gpu::GlyphVector::Variant::glyph

Definition at line 47 of file GlyphVector.h.

◆ packedGlyphID

SkPackedGlyphID sktext::gpu::GlyphVector::Variant::packedGlyphID

Definition at line 46 of file GlyphVector.h.


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