Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h38 PSH_HINT_ACTIVE = 4, enumerator
44 #define psh_hint_is_active( x ) ( ( (x)->flags & PSH_HINT_ACTIVE ) != 0 )
48 #define psh_hint_activate( x ) (x)->flags |= PSH_HINT_ACTIVE
49 #define psh_hint_deactivate( x ) (x)->flags &= ~PSH_HINT_ACTIVE

Completed in 3 milliseconds