Searched defs:FT_MEM_COPY (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/internal/
H A Dftmemory.h221 #define FT_MEM_COPY( dest, source, count ) \ macro
238 FT_MEM_COPY( dest, \
/external/pdfium/third_party/freetype/include/internal/
H A Dftmemory.h220 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro
234 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )

Completed in 203 milliseconds