Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1346 point->dir_out = (FT_Char)psh_compute_dir( dxo, dyo ); in psh_glyph_init()
1352 else if ( point->dir_in == point->dir_out ) in psh_glyph_init()
1354 if ( point->dir_out != PSH_DIR_NONE || in psh_glyph_init()
1539 else if ( PSH_DIR_COMPARE( point->dir_out, major_dir ) ) in psh_hint_table_find_strong_points()
1540 point_dir = point->dir_out; in psh_hint_table_find_strong_points()
1770 !PSH_DIR_COMPARE( point->dir_out, PSH_DIR_HORIZONTAL ) ) in psh_glyph_find_blue_points()
1952 point->dir_in != point->dir_out ) in psh_glyph_interpolate_normal_points()
Dpshalgo.h170 FT_Char dir_out; member