Searched refs:PSH_DIR_COMPARE (Results 1 – 6 of 6) sorted by relevance
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
D | pshalgo.h | 108 #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 )
|
D | pshalgo.c | 1431 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()
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 108 #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 )
|
D | pshalgo.c | 1431 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()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.h | 108 #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 )
|
D | pshalgo.c | 1431 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()
|