Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc237 return number_of_contours_; in NumberOfContours()
260 number_of_contours_ = 0; in Glyph()
263 number_of_contours_ = data_->ReadShort(Offset::kNumberOfContours); in Glyph()
Dglyph_table.h106 int32_t number_of_contours_; variable