|
Blender V5.0
|
#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) |
Definition at line 137 of file blf_internal_types.hh.
|
inline |
Definition at line 144 of file blf_internal_types.hh.
References charcode, blender::get_default_hash(), and subpixel.
|
friend |
Definition at line 140 of file blf_internal_types.hh.
| uint GlyphCacheKey::charcode |
Definition at line 138 of file blf_internal_types.hh.
Referenced by hash(), and operator==.
| uint8_t GlyphCacheKey::subpixel |
Definition at line 139 of file blf_internal_types.hh.
Referenced by hash(), and operator==.