Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.c144 FT_UInt32 cur_pair; in tt_face_load_kern() local
147 cur_pair = FT_NEXT_ULONG( p ); in tt_face_load_kern()
148 if ( cur_pair <= old_pair ) in tt_face_load_kern()
152 old_pair = cur_pair; in tt_face_load_kern()