Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c897 AF_Flags touch_flag; in af_glyph_hints_align_strong_points() local
901 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_strong_points()
903 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_strong_points()
917 if ( point->flags & touch_flag ) in af_glyph_hints_align_strong_points()
1028 point->flags |= touch_flag; in af_glyph_hints_align_strong_points()
1151 AF_Flags touch_flag; in af_glyph_hints_align_weak_points() local
1161 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_weak_points()
1171 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_weak_points()
1197 if ( point->flags & touch_flag ) in af_glyph_hints_align_weak_points()
1209 ( point->flags & touch_flag ) != 0 ); in af_glyph_hints_align_weak_points()
[all …]