Searched refs:psh_point_is_strong (Results 1 – 2 of 2) sorted by relevance
1235 if ( psh_point_is_strong( point ) ) in psh_glyph_save_points()1533 if ( psh_point_is_strong( point ) ) in psh_hint_table_find_strong_points()1744 if ( point->hint && !psh_point_is_strong( point ) ) in psh_glyph_find_strong_points()1774 if ( psh_point_is_strong( point ) ) in psh_glyph_find_blue_points()1902 if ( psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()1928 if ( !psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()1945 if ( psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()
145 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) macro