Blender V4.3
GlyphCacheKey Struct Reference

#include <blf_internal_types.hh>

Public Member Functions

uint64_t hash () const
 

Public Attributes

uint charcode
 
uint8_t subpixel
 

Friends

bool operator== (const GlyphCacheKey &a, const GlyphCacheKey &b)
 

Detailed Description

Definition at line 123 of file blf_internal_types.hh.

Member Function Documentation

◆ hash()

uint64_t GlyphCacheKey::hash ( ) const
inline

Definition at line 130 of file blf_internal_types.hh.

References charcode, blender::get_default_hash(), and subpixel.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const GlyphCacheKey & a,
const GlyphCacheKey & b )
friend

Definition at line 126 of file blf_internal_types.hh.

Member Data Documentation

◆ charcode

uint GlyphCacheKey::charcode

Definition at line 124 of file blf_internal_types.hh.

Referenced by hash().

◆ subpixel

uint8_t GlyphCacheKey::subpixel

Definition at line 125 of file blf_internal_types.hh.

Referenced by hash().


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