Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.h53 #define GLYF_ON_CURVE 1 << 0 macro
Dsfwoff2.c548 FT_Byte flag = point.on_curve ? GLYF_ON_CURVE : 0; in store_points()