HomeSort by relevance Sort by last modified time
    Searched refs:touch_flag (Results 1 - 6 of 6) sorted by null

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