Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1264 FT_UInt touch_flag; in af_glyph_hints_align_strong_points() local
1268 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_strong_points()
1270 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_strong_points()
1284 if ( point->flags & touch_flag ) in af_glyph_hints_align_strong_points()
1394 point->flags |= touch_flag; in af_glyph_hints_align_strong_points()
1514 FT_UInt touch_flag; in af_glyph_hints_align_weak_points() local
1524 touch_flag = AF_FLAG_TOUCH_X; in af_glyph_hints_align_weak_points()
1534 touch_flag = AF_FLAG_TOUCH_Y; in af_glyph_hints_align_weak_points()
1558 if ( point->flags & touch_flag ) in af_glyph_hints_align_weak_points()
1569 ( point->flags & touch_flag ) != 0 ); in af_glyph_hints_align_weak_points()
[all …]