Home
last modified time | relevance | path

Searched refs:FT_MEM_MOVE (Results 1 – 2 of 2) sorted by relevance

/external/freetype/include/freetype/internal/
Dftmemory.h205 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro
220 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )
/external/freetype/src/sfnt/
Dttsbit.c1028 FT_MEM_MOVE( line, line + count * line_len, in crop_bitmap()