Searched refs:touch_flag (Results 1 – 1 of 1) sorted by relevance
954 AF_Flags touch_flag; in af_glyph_hints_align_strong_points() local958 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() local1218 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