Searched refs:cursz (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftmemory.h | 158 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument 161 (FT_Long)(cursz), \ 174 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument 177 (FT_Long)(cursz), \ 272 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \ argument 275 (FT_Long)(cursz), \ 288 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \ argument 291 (FT_Long)(cursz), \ 299 #define FT_REALLOC( ptr, cursz, newsz ) \ argument 300 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) ) [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | ftmemory.h | 158 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument 161 (FT_Long)(cursz), \ 174 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument 177 (FT_Long)(cursz), \ 272 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \ argument 275 (FT_Long)(cursz), \ 288 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \ argument 291 (FT_Long)(cursz), \ 299 #define FT_REALLOC( ptr, cursz, newsz ) \ argument 300 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) ) [all …]
|
/external/freetype/include/internal/ |
D | ftmemory.h | 158 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument 161 (FT_Long)(cursz), \ 174 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument 177 (FT_Long)(cursz), \ 272 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \ argument 275 (FT_Long)(cursz), \ 288 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \ argument 291 (FT_Long)(cursz), \ 299 #define FT_REALLOC( ptr, cursz, newsz ) \ argument 300 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) ) [all …]
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_png.cpp | 331 size_t cursz = encoder->m_buf->size(); in writeDataToBuf() local 332 encoder->m_buf->resize(cursz + size); in writeDataToBuf() 333 memcpy( &(*encoder->m_buf)[cursz], src, size ); in writeDataToBuf()
|