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

/external/chromium_org/third_party/freetype/include/freetype/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) ) )
/external/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) ) )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftmemory.h333 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro
347 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftmemory.h333 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro
347 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )

Completed in 127 milliseconds