Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc273 int32_t number_of_contours = data->ReadShort(offset); in GlyphType() local
274 if (number_of_contours >= 0) { in GlyphType()