Home
last modified time | relevance | path

Searched refs:FT_OUTLINE_REVERSE_FILL (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h437 #define FT_OUTLINE_REVERSE_FILL 0x4 macro
452 #define ft_outline_reverse_fill FT_OUTLINE_REVERSE_FILL
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c413 cidglyph->outline.flags |= FT_OUTLINE_REVERSE_FILL; in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c383 outline->flags |= FT_OUTLINE_REVERSE_FILL; in pfr_slot_load()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c461 t1glyph->outline.flags |= FT_OUTLINE_REVERSE_FILL; in T1_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c608 glyph->root.outline.flags |= FT_OUTLINE_REVERSE_FILL; in cff_slot_load()
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c586 outline->flags ^= FT_OUTLINE_REVERSE_FILL; in FT_Outline_Reverse()