Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1131 if ( psh_point_is_strong( point ) ) in psh_glyph_save_points()
1428 if ( psh_point_is_strong( point ) ) in psh_hint_table_find_strong_points()
1635 if ( point->hint && !psh_point_is_strong( point ) ) in psh_glyph_find_strong_points()
1665 if ( psh_point_is_strong( point ) ) in psh_glyph_find_blue_points()
1793 if ( psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()
1819 if ( !psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()
1836 if ( psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()
Dpshalgo.h139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) macro