Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c954 AF_Flags touch_flag; in af_glyph_hints_align_strong_points() local
958 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_strong_points()
960 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_strong_points()
974 if ( point->flags & touch_flag ) in af_glyph_hints_align_strong_points()
1085 point->flags |= touch_flag; in af_glyph_hints_align_strong_points()
1208 AF_Flags touch_flag; in af_glyph_hints_align_weak_points() local
1218 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_weak_points()
1228 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_weak_points()
1252 if ( point->flags & touch_flag ) in af_glyph_hints_align_weak_points()
1267 ( point[1].flags & touch_flag ) != 0 ) in af_glyph_hints_align_weak_points()
[all …]

Completed in 4 milliseconds