Searched refs:GLYF_ON_CURVE (Results 1 – 2 of 2) sorted by relevance
52 #define GLYF_ON_CURVE 1 << 0 macro
559 FT_Byte flag = point.on_curve ? GLYF_ON_CURVE : 0; in store_points()