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

/external/freetype/src/pshinter/
H A 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
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.h38 PSH_HINT_ACTIVE = 4, enumerator in enum:PSH_Hint_Flags_
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 108 milliseconds