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

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

Completed in 274 milliseconds