Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsblues.h90 CF2_PairTop = 0x8, /* the top edge of a stem hint */ enumerator
Dpshints.c164 hint->flags = CF2_PairTop; in cf2_hint_init()
180 hint->flags = CF2_PairTop; in cf2_hint_init()
227 return FT_BOOL( hint->flags & ( CF2_PairBottom | CF2_PairTop ) ); in cf2_hint_isPair()
234 return FT_BOOL( hint->flags & CF2_PairTop ); in cf2_hint_isPairTop()
241 return FT_BOOL( hint->flags & ( CF2_PairTop | CF2_GhostTop ) ); in cf2_hint_isTop()