HomeSort by relevance Sort by last modified time
    Searched full: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...]
  /ndk/sources/host-tools/make-3.81/
remake.c 84 int t = touch_flag, q = question_flag, n = just_print_flag;
142 touch_flag = t;
147 touch_flag = question_flag = just_print_flag = 0;
263 touch_flag = t;
809 if (touch_flag
862 if (question_flag || just_print_flag || touch_flag)
    [all...]
make.h 506 extern int print_data_base_flag, question_flag, touch_flag, always_make_flag;
file.c 348 if (question_flag || touch_flag || all_secondary)
main.c 147 int touch_flag;
412 { 't', flag, (char *) &touch_flag, 1, 1, 1, 0, 0, "touch" },
146 int touch_flag; variable
    [all...]
job.c 1053 if (touch_flag && !(flags & COMMANDS_RECURSE))
    [all...]

Completed in 4329 milliseconds