Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.c138 FT_UInt32 cur_pair; in tt_face_load_kern() local
141 cur_pair = FT_NEXT_ULONG( p ); in tt_face_load_kern()
142 if ( cur_pair <= old_pair ) in tt_face_load_kern()
146 old_pair = cur_pair; in tt_face_load_kern()