Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcpal.c129 FT_ULong type_offset, label_offset, entry_label_offset; in tt_face_load_cpal() local
144 entry_label_offset = FT_NEXT_ULONG( p ); in tt_face_load_cpal()
188 if ( entry_label_offset ) in tt_face_load_cpal()
190 if ( entry_label_offset >= table_size ) in tt_face_load_cpal()
193 table_size - entry_label_offset ) in tt_face_load_cpal()
199 p = table + entry_label_offset; in tt_face_load_cpal()