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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 38 PSH_HINT_ACTIVE = 4,
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
  /external/freetype/src/pshinter/
pshalgo.h 38 PSH_HINT_ACTIVE = 4,
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
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 38 PSH_HINT_ACTIVE = 4,
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 30 milliseconds