Searched refs:psh_point_is_strong (Results 1 – 4 of 4) sorted by relevance
1131 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()
139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) macro