OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_curve_
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
377
return
on_curve_
[contour_index_[contour] + point];
404
on_curve_
.resize(number_of_points_);
448
on_curve_
[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE);
glyph_table.h
229
std::vector<bool>
on_curve_
;
member in class:sfntly::GlyphTable::SimpleGlyph
Completed in 129 milliseconds