Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftimage.h463 #define FT_OUTLINE_OWNER 0x1 macro
493 #define ft_outline_owner FT_OUTLINE_OWNER
/external/freetype/src/base/
Dftoutln.c314 anoutline->flags |= FT_OUTLINE_OWNER; in FT_Outline_New_Internal()
319 anoutline->flags |= FT_OUTLINE_OWNER; in FT_Outline_New_Internal()
411 is_owner = target->flags & FT_OUTLINE_OWNER; in FT_Outline_Copy()
414 target->flags &= ~FT_OUTLINE_OWNER; in FT_Outline_Copy()
427 if ( outline->flags & FT_OUTLINE_OWNER ) in FT_Outline_Done_Internal()
Dftglyph.c251 slot->outline.flags &= ~FT_OUTLINE_OWNER; in ft_outline_glyph_prepare()