Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.h108 #define PSH_DIR_COMPARE( d1, d2 ) ( (d1) == (d2) || (d1) == -(d2) ) macro
109 #define PSH_DIR_IS_HORIZONTAL( d ) PSH_DIR_COMPARE( d, PSH_DIR_HORIZONTAL )
110 #define PSH_DIR_IS_VERTICAL( d ) PSH_DIR_COMPARE( d, PSH_DIR_VERTICAL )
Dpshalgo.c1431 if ( PSH_DIR_COMPARE( point->dir_in, major_dir ) ) in psh_hint_table_find_strong_points()
1434 else if ( PSH_DIR_COMPARE( point->dir_out, major_dir ) ) in psh_hint_table_find_strong_points()
1660 if ( !PSH_DIR_COMPARE( point->dir_in, PSH_DIR_HORIZONTAL ) && in psh_glyph_find_blue_points()
1661 !PSH_DIR_COMPARE( point->dir_out, PSH_DIR_HORIZONTAL ) ) in psh_glyph_find_blue_points()