Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc27 const int32_t GlyphTable::SimpleGlyph::kFLAG_ONCURVE = 1; member in sfntly::GlyphTable::SimpleGlyph
448 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE); in ParseData()
Dglyph_table.h163 static const int32_t kFLAG_ONCURVE;