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

  /external/chromium_org/third_party/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...]
  /external/freetype/src/autofit/
afhints.c 919 AF_Flags touch_flag; local
923 touch_flag = AF_FLAG_TOUCH_X;
925 touch_flag = AF_FLAG_TOUCH_Y;
939 if ( point->flags & touch_flag )
1050 point->flags |= touch_flag;
1173 AF_Flags touch_flag; local
1183 touch_flag = AF_FLAG_TOUCH_X;
1193 touch_flag = AF_FLAG_TOUCH_Y;
1219 if ( point->flags & touch_flag )
1231 ( point->flags & touch_flag ) != 0 )
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 147 int touch_flag;
412 { 't', flag, (char *) &touch_flag, 1, 1, 1, 0, 0, "touch" },
146 int touch_flag; variable
    [all...]

Completed in 879 milliseconds