Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcolr.c44 #define LAYER_SIZE 4 macro
136 if ( colr->num_layers * LAYER_SIZE > table_size - layer_offset ) in tt_face_load_colr()
245 offset = LAYER_SIZE * glyph_record.first_layer_index; in tt_face_get_colr_layer()
246 if ( offset + LAYER_SIZE * glyph_record.num_layers > colr->table_size ) in tt_face_get_colr_layer()