Searched refs:psh_point_is_strong (Results 1 – 2 of 2) sorted by relevance
1234 if ( psh_point_is_strong( point ) ) in psh_glyph_save_points()1531 if ( psh_point_is_strong( point ) ) in psh_hint_table_find_strong_points()1742 if ( point->hint && !psh_point_is_strong( point ) ) in psh_glyph_find_strong_points()1772 if ( psh_point_is_strong( point ) ) in psh_glyph_find_blue_points()1900 if ( psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()1926 if ( !psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()1943 if ( psh_point_is_strong( point ) ) in psh_glyph_interpolate_normal_points()
144 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) macro
Completed in 7 milliseconds