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

#include <StrikeForGPU.h>

Public Member Functions

 IDOrPath ()
 
 IDOrPath (SkGlyphID glyphID)
 
 ~IDOrPath ()
 

Public Attributes

SkGlyphID fGlyphID
 
SkPath fPath
 

Detailed Description

Definition at line 97 of file StrikeForGPU.h.

Constructor & Destructor Documentation

◆ IDOrPath() [1/2]

sktext::IDOrPath::IDOrPath ( )
inline

Definition at line 98 of file StrikeForGPU.h.

98{}

◆ IDOrPath() [2/2]

sktext::IDOrPath::IDOrPath ( SkGlyphID  glyphID)
inline

Definition at line 99 of file StrikeForGPU.h.

99: fGlyphID{glyphID} {}

◆ ~IDOrPath()

sktext::IDOrPath::~IDOrPath ( )
inline

Definition at line 102 of file StrikeForGPU.h.

102{}

Member Data Documentation

◆ fGlyphID

SkGlyphID sktext::IDOrPath::fGlyphID

Definition at line 103 of file StrikeForGPU.h.

◆ fPath

SkPath sktext::IDOrPath::fPath

Definition at line 104 of file StrikeForGPU.h.


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