Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1341 point->dir_in = (FT_Char)psh_compute_dir( dxi, dyi ); in psh_glyph_init()
1352 else if ( point->dir_in == point->dir_out ) in psh_glyph_init()
1536 if ( PSH_DIR_COMPARE( point->dir_in, major_dir ) ) in psh_hint_table_find_strong_points()
1537 point_dir = point->dir_in; in psh_hint_table_find_strong_points()
1769 if ( !PSH_DIR_COMPARE( point->dir_in, PSH_DIR_HORIZONTAL ) && in psh_glyph_find_blue_points()
1953 if ( point->dir_in == PSH_DIR_NONE || in psh_glyph_interpolate_normal_points()
1954 point->dir_in != point->dir_out ) in psh_glyph_interpolate_normal_points()
Dpshalgo.h169 FT_Char dir_in; member