HomeSort by relevance Sort by last modified time
    Searched refs:PSH_HINT_ACTIVE (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/pshinter/
pshalgo.h 37 #define PSH_HINT_ACTIVE 4U
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 37 #define PSH_HINT_ACTIVE 4U
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/
pshalgo.h 37 #define PSH_HINT_ACTIVE 4U
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

Completed in 412 milliseconds