HomeSort by relevance Sort by last modified time
    Searched refs:NumberOfContours (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 235 int32_t GlyphTable::Glyph::NumberOfContours() {
358 if (contour >= NumberOfContours()) {
396 NumberOfContours() * DataSize::kUSHORT);
398 (NumberOfContours() + 1) * DataSize::kUSHORT;
400 number_of_points_ = ContourEndPoint(NumberOfContours() - 1) + 1;
408 contour_index_.resize(NumberOfContours() + 1);
416 (NumberOfContours() * DataSize::kUSHORT) +
glyph_table.h 84 virtual int32_t NumberOfContours();

Completed in 26 milliseconds