Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1242 point->dir_out = (FT_Char)psh_compute_dir( dxo, dyo ); in psh_glyph_init()
1248 else if ( point->dir_in == point->dir_out ) in psh_glyph_init()
1250 if ( point->dir_out != PSH_DIR_NONE || in psh_glyph_init()
1434 else if ( PSH_DIR_COMPARE( point->dir_out, major_dir ) ) in psh_hint_table_find_strong_points()
1435 point_dir = point->dir_out; in psh_hint_table_find_strong_points()
1661 !PSH_DIR_COMPARE( point->dir_out, PSH_DIR_HORIZONTAL ) ) in psh_glyph_find_blue_points()
1843 point->dir_in != point->dir_out ) in psh_glyph_interpolate_normal_points()
Dpshalgo.h164 FT_Char dir_out; member
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1242 point->dir_out = (FT_Char)psh_compute_dir( dxo, dyo ); in psh_glyph_init()
1248 else if ( point->dir_in == point->dir_out ) in psh_glyph_init()
1250 if ( point->dir_out != PSH_DIR_NONE || in psh_glyph_init()
1434 else if ( PSH_DIR_COMPARE( point->dir_out, major_dir ) ) in psh_hint_table_find_strong_points()
1435 point_dir = point->dir_out; in psh_hint_table_find_strong_points()
1661 !PSH_DIR_COMPARE( point->dir_out, PSH_DIR_HORIZONTAL ) ) in psh_glyph_find_blue_points()
1843 point->dir_in != point->dir_out ) in psh_glyph_interpolate_normal_points()
Dpshalgo.h164 FT_Char dir_out; member