Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc401 number_of_points_ = ContourEndPoint(NumberOfContours() - 1) + 1; in Initialize()
412 contour_index_[contour + 1] = ContourEndPoint(contour) + 1; in Initialize()
505 int32_t GlyphTable::SimpleGlyph::ContourEndPoint(int32_t contour) { in ContourEndPoint() function in sfntly::GlyphTable::SimpleGlyph
Dglyph_table.h210 int32_t ContourEndPoint(int32_t contour);