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

  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 1184 AF_Point first_touched, last_touched; local
1203 first_touched = point;
1238 if ( last_touched == first_touched )
1239 af_iup_shift( first_point, end_point, first_touched );
1245 last_touched, first_touched );
1247 if ( first_touched > points )
1248 af_iup_interp( first_point, first_touched - 1,
1249 last_touched, first_touched );
  /external/freetype/src/autofit/
afhints.c 1206 AF_Point first_touched, last_touched; local
1225 first_touched = point;
1260 if ( last_touched == first_touched )
1261 af_iup_shift( first_point, end_point, first_touched );
1267 last_touched, first_touched );
1269 if ( first_touched > points )
1270 af_iup_interp( first_point, first_touched - 1,
1271 last_touched, first_touched );
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 6787 FT_UInt first_touched; \/* first touched point in contour *\/ local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7268 FT_UInt first_touched; \/* first touched point in contour *\/ local
    [all...]

Completed in 150 milliseconds