Home
last modified time | relevance | path

Searched refs:last_touched (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/autofit/
Dafhints.c1184 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1204 last_touched = point; in af_glyph_hints_align_weak_points()
1216 last_touched = point; in af_glyph_hints_align_weak_points()
1232 af_iup_interp( last_touched + 1, point - 1, in af_glyph_hints_align_weak_points()
1233 last_touched, point ); in af_glyph_hints_align_weak_points()
1238 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()
1243 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points()
1244 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
1245 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
1249 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
/external/valgrind/main/memcheck/
Dmc_main.c887 UInt last_touched; member
914 if ( (GCs_done - n->last_touched) <= MAX_STALE_AGE ) { in gcSecVBitTable()
987 n->last_touched = GCs_done; in set_sec_vbits8()
998 n->last_touched = GCs_done; in set_sec_vbits8()