Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h110 #define PSH_DIR_COMPARE( d1, d2 ) ( (d1) == (d2) || (d1) == -(d2) ) macro
111 #define PSH_DIR_IS_HORIZONTAL( d ) PSH_DIR_COMPARE( d, PSH_DIR_HORIZONTAL )
112 #define PSH_DIR_IS_VERTICAL( d ) PSH_DIR_COMPARE( d, PSH_DIR_VERTICAL )
A Dpshalgo.c1534 if ( PSH_DIR_COMPARE( point->dir_in, major_dir ) ) in psh_hint_table_find_strong_points()
1537 else if ( PSH_DIR_COMPARE( point->dir_out, major_dir ) ) in psh_hint_table_find_strong_points()
1767 if ( !PSH_DIR_COMPARE( point->dir_in, PSH_DIR_HORIZONTAL ) && in psh_glyph_find_blue_points()
1768 !PSH_DIR_COMPARE( point->dir_out, PSH_DIR_HORIZONTAL ) ) in psh_glyph_find_blue_points()

Completed in 7 milliseconds