OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFLAG_ONCURVE
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
27
const int32_t GlyphTable::SimpleGlyph::
kFLAG_ONCURVE
= 1;
447
on_curve_[point_index] = ((flag &
kFLAG_ONCURVE
) ==
kFLAG_ONCURVE
);
glyph_table.h
163
static const int32_t
kFLAG_ONCURVE
;
Completed in 1065 milliseconds