Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1302 FT_UInt touch_flag; in af_glyph_hints_align_strong_points() local
1306 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_strong_points()
1308 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_strong_points()
1322 if ( point->flags & touch_flag ) in af_glyph_hints_align_strong_points()
1455 point->flags |= touch_flag; in af_glyph_hints_align_strong_points()
1575 FT_UInt touch_flag; in af_glyph_hints_align_weak_points() local
1585 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_weak_points()
1595 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_weak_points()
1619 if ( point->flags & touch_flag ) in af_glyph_hints_align_weak_points()
1630 ( point->flags & touch_flag ) != 0 ); in af_glyph_hints_align_weak_points()
[all …]