Searched refs:cur_touched (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.c6917 FT_UInt cur_touched; /* current touched point in contour */ local
6970 cur_touched = point;
6979 cur_touched + 1,
6981 cur_touched,
6983 cur_touched = point;
6989 if ( cur_touched == first_touched )
6990 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6994 (FT_UShort)( cur_touched + 1 ),
6996 cur_touched,
7003 cur_touched,
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c7355 FT_UInt cur_touched; /* current touched point in contour */ local
7410 cur_touched = point;
7419 cur_touched + 1,
7421 cur_touched,
7423 cur_touched = point;
7429 if ( cur_touched == first_touched )
7430 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7434 (FT_UShort)( cur_touched + 1 ),
7436 cur_touched,
7443 cur_touched,
[all...]

Completed in 146 milliseconds