Home
last modified time | relevance | path

Searched refs:glyphKey (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_defs.h133 inline uint8_t GetStrength(uint64_t glyphKey) in GetStrength() argument
135 return rshift_u64(glyphKey, NUM_48) & UINT8_MAX; in GetStrength()
138 inline uint8_t GetSkewX(uint64_t glyphKey) in GetSkewX() argument
140 return rshift_u64(glyphKey, NUM_56) & UINT8_MAX; in GetSkewX()

Completed in 1 milliseconds