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

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftmemory.h222 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro
237 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )
/external/freetype/include/internal/
H A Dftmemory.h222 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro
237 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftmemory.h335 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro
350 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftmemory.h335 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro
350 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )

Completed in 1359 milliseconds