Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SkClusterator::Cluster Struct Reference

#include <SkClusterator.h>

Public Member Functions

 operator bool () const
 
bool operator== (const SkClusterator::Cluster &o)
 

Public Attributes

const char * fUtf8Text
 
uint32_t fTextByteLength
 
uint32_t fGlyphIndex
 
uint32_t fGlyphCount
 

Detailed Description

Definition at line 24 of file SkClusterator.h.

Member Function Documentation

◆ operator bool()

SkClusterator::Cluster::operator bool ( ) const
inlineexplicit

Definition at line 29 of file SkClusterator.h.

29{ return fGlyphCount != 0; }

◆ operator==()

bool SkClusterator::Cluster::operator== ( const SkClusterator::Cluster o)
inline

Definition at line 30 of file SkClusterator.h.

30 {
31 return fUtf8Text == o.fUtf8Text
35 }

Member Data Documentation

◆ fGlyphCount

uint32_t SkClusterator::Cluster::fGlyphCount

Definition at line 28 of file SkClusterator.h.

◆ fGlyphIndex

uint32_t SkClusterator::Cluster::fGlyphIndex

Definition at line 27 of file SkClusterator.h.

◆ fTextByteLength

uint32_t SkClusterator::Cluster::fTextByteLength

Definition at line 26 of file SkClusterator.h.

◆ fUtf8Text

const char* SkClusterator::Cluster::fUtf8Text

Definition at line 25 of file SkClusterator.h.


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