Home
last modified time | relevance | path

Searched refs:GLYPH_CONTOUR_END (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dttf.h115 #define GLYPH_CONTOUR_END 0x80 macro
H A Dgfxfont.c658 dest->points[count-1].flags |= GLYPH_CONTOUR_END; in gfxfont_to_ttf()
664 dest->points[count-1].flags |= GLYPH_CONTOUR_END; in gfxfont_to_ttf()
H A Dttf.c629 if(ttf->glyphs[t].points[s].flags&GLYPH_CONTOUR_END) in maxp_new()
1009 if(is_end) f|=GLYPH_CONTOUR_END; in parse_simple_glyph()
1069 if(g->points[s].flags&GLYPH_CONTOUR_END) in write_simple_glyph()
1165 if(g->points[s].flags&GLYPH_CONTOUR_END) in glyf_write()