Searched refs:FT_Outline_Copy (Results 1 – 3 of 3) sorted by relevance
280 FT_Outline_Copy( const FT_Outline* source,
179 FT_Outline_Copy( source, target ); in FT_CALLBACK_DEF()209 FT_Outline_Copy( &source->outline, &target->outline ); in ft_outline_glyph_copy()
390 FT_Outline_Copy( const FT_Outline* source, in FT_Outline_Copy() function