Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftimage.h435 #define FT_OUTLINE_OWNER 0x1 macro
450 #define ft_outline_owner FT_OUTLINE_OWNER
/external/freetype/src/base/
Dftoutln.c326 anoutline->flags |= FT_OUTLINE_OWNER; in FT_Outline_New()
331 anoutline->flags |= FT_OUTLINE_OWNER; in FT_Outline_New()
412 is_owner = target->flags & FT_OUTLINE_OWNER; in FT_Outline_Copy()
415 target->flags &= ~FT_OUTLINE_OWNER; in FT_Outline_Copy()
442 if ( outline->flags & FT_OUTLINE_OWNER ) in FT_Outline_Done()
Dftglyph.c259 slot->outline.flags &= ~FT_OUTLINE_OWNER; in ft_outline_glyph_prepare()
/external/freetype/src/cid/
Dcidgload.c416 cidglyph->outline.flags &= FT_OUTLINE_OWNER; in cid_slot_load_glyph()
/external/freetype/src/pfr/
Dpfrobjs.c378 outline->flags &= ~FT_OUTLINE_OWNER; in pfr_slot_load()
/external/freetype/src/type1/
Dt1gload.c460 t1glyph->outline.flags &= FT_OUTLINE_OWNER; in T1_Load_Glyph()