Home
last modified time | relevance | path

Searched refs:PSH_HINT_ACTIVE (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/pshinter/
Dpshalgo.h37 #define PSH_HINT_ACTIVE 4U macro
41 #define psh_hint_is_active( x ) ( ( (x)->flags & PSH_HINT_ACTIVE ) != 0 )
45 #define psh_hint_activate( x ) (x)->flags |= PSH_HINT_ACTIVE
46 #define psh_hint_deactivate( x ) (x)->flags &= ~PSH_HINT_ACTIVE