Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftoutln.h298 FT_Outline_Copy( const FT_Outline* source,
/external/freetype/src/base/
Dftglyph.c185 FT_Outline_Copy( source, target ); in FT_DEFINE_GLYPH()
217 FT_Outline_Copy( &source->outline, &target->outline ); in ft_outline_glyph_copy()
Dftoutln.c386 FT_Outline_Copy( const FT_Outline* source, in FT_Outline_Copy() function
/external/freetype/
DChangeLog.21223 (ft_outline_glyph_init): Use FT_Outline_Copy.
225 * src/base/ftoutln.c (FT_Outline_Copy): Handle source == target.
403 FT_Outline_Copy, FT_Outline_Transform, FT_Vector_Transform,
DChangeLog.25571 * src/base/ftoutln.c (FT_Outline_Copy): Change return value for
DChangeLog.261339 (FT_Outline_Copy), src/cache/ftcsbits.c (ftc_sbit_copy_bitmap):