Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfwoff2.h52 #define GLYF_ON_CURVE 1 << 0 macro
Dsfwoff2.c559 FT_Byte flag = point.on_curve ? GLYF_ON_CURVE : 0; in store_points()