Searched refs:cursz (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/internal/
H A Dftmemory.h158 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \
161 (FT_Long)(cursz), \
174 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \
177 (FT_Long)(cursz), \
272 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \
275 (FT_Long)(cursz), \
288 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \
291 (FT_Long)(cursz), \
299 #define FT_REALLOC( ptr, cursz, newsz ) \
300 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, news
[all...]
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftmemory.h158 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \
161 (FT_Long)(cursz), \
174 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \
177 (FT_Long)(cursz), \
272 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \
275 (FT_Long)(cursz), \
288 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \
291 (FT_Long)(cursz), \
299 #define FT_REALLOC( ptr, cursz, newsz ) \
300 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, news
[all...]
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_png.cpp331 size_t cursz = encoder->m_buf->size(); local
332 encoder->m_buf->resize(cursz + size);
333 memcpy( &(*encoder->m_buf)[cursz], src, size );

Completed in 178 milliseconds