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

  /external/freetype/src/autofit/
afhints.c 1184 AF_Point first_touched, last_touched; local
1204 last_touched = point;
1216 last_touched = point;
1231 /* interpolate between last_touched and point */
1232 af_iup_interp( last_touched + 1, point - 1,
1233 last_touched, point );
1238 if ( last_touched == first_touched )
1243 if ( last_touched < end_point )
1244 af_iup_interp( last_touched + 1, end_point,
1245 last_touched, first_touched )
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 897 UInt last_touched; member in struct:__anon14284
    [all...]

Completed in 43 milliseconds