Home
last modified time | relevance | path

Searched refs:pbuff (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h188 char* pbuff = new char[nLen]; in JS_fieldBrowse() local
189 if(pbuff) in JS_fieldBrowse()
190 memset(pbuff, 0, nLen); in JS_fieldBrowse()
193 nLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, pbuff, nLen); in JS_fieldBrowse()
194 CFX_ByteString bsRet = CFX_ByteString(pbuff, nLen); in JS_fieldBrowse()
196 delete[] pbuff; in JS_fieldBrowse()
209 char* pbuff = new char[nLen]; in JS_docGetFilePath() local
210 if(pbuff) in JS_docGetFilePath()
211 memset(pbuff, 0, nLen); in JS_docGetFilePath()
214 nLen = m_pInfo->m_pJsPlatform->Doc_getFilePath(m_pInfo->m_pJsPlatform, pbuff, nLen); in JS_docGetFilePath()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
Dva_buffer.c54 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff) in vlVaMapBuffer() argument
/external/mesa3d/src/gallium/state_trackers/va/
Dva_buffer.c54 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff) in vlVaMapBuffer() argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttinterp.c532 void** pbuff = (void**)_pbuff; in Update_Max() local
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()
/external/freetype/src/truetype/
Dttinterp.c532 void** pbuff = (void**)_pbuff; in Update_Max() local
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()
/external/chromium_org/third_party/freetype/src/truetype/
Dttinterp.c532 void** pbuff = (void**)_pbuff; in Update_Max() local
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()