HomeSort by relevance Sort by last modified time
    Searched refs:AppendBlock (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/fxcrt/
fx_basic_buffer.cpp 69 void CFX_BinaryBuf::AppendBlock(const void* pBuf, FX_STRSIZE size) {
100 AppendBlock(lpsz.raw_str(), lpsz.GetLength());
107 AppendBlock(buf, FXSYS_strlen(buf));
114 AppendBlock(buf, FXSYS_strlen(buf));
121 AppendBlock(buf, len);
126 AppendBlock(buf.m_pBuffer.get(), buf.m_DataSize);
137 AppendBlock(str.c_str(), str.GetLength() * sizeof(FX_WCHAR));
142 AppendBlock(str.c_str(), str.GetLength() * sizeof(FX_WCHAR));
172 AppendBlock(lpsz, FXSYS_wcslen(lpsz) * sizeof(FX_WCHAR));
177 AppendBlock(buf.m_pBuffer.get(), buf.m_DataSize)
    [all...]
fx_basic.h 34 void AppendBlock(const void* pBuf, FX_STRSIZE size);
36 AppendBlock(str.c_str(), str.GetLength());
120 int32_t AppendBlock(const void* pBuf, size_t size);
  /external/pdfium/fpdfsdk/javascript/
JS_GlobalData.cpp 321 sData.AppendBlock(sElement.GetBuffer(), sElement.GetSize());
328 sFile.AppendBlock(&wType, sizeof(uint16_t));
330 sFile.AppendBlock(&wVersion, sizeof(uint16_t));
331 sFile.AppendBlock(&nCount, sizeof(uint32_t));
333 sFile.AppendBlock(&dwSize, sizeof(uint32_t));
335 sFile.AppendBlock(sData.GetBuffer(), sData.GetSize());
361 sData.AppendBlock(&dwNameLen, sizeof(uint32_t));
363 sData.AppendBlock(&pData->nType, sizeof(uint16_t));
366 sData.AppendBlock(&dData, sizeof(double));
370 sData.AppendBlock(&dwNameLen, sizeof(uint32_t))
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 143 dest_buf.AppendBlock(src_buf, src_size);
148 dest_buf.AppendBlock(src_buf, src_size);
155 dest_buf.AppendBlock(pContext->m_Block, 16);
184 dest_buf.AppendBlock(block_buf, 16);
212 dest_buf.AppendBlock(block_buf, 16);
219 dest_buf.AppendBlock(block_buf, 16);
224 dest_buf.AppendBlock(block_buf, 16 - block_buf[15]);
fpdf_parser_utility.cpp 213 buf.AppendBlock(acc.GetData(), acc.GetSize());
cpdf_security_handler.cpp 267 content.AppendBlock(password, size);
268 content.AppendBlock(input, iBlockSize);
270 content.AppendBlock(vector, 48);
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 187 if (pFile->AppendBlock(acc.GetData(), acc.GetSize()) < 0) {
534 m_Buffer.AppendBlock(pBuffer, dwSize);
593 if (pFile->AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0) {
785 if (pFile->AppendBlock(offset_buf, offset_len) < 0) {
831 if (pFile->AppendBlock(encoder.m_pData.Get(), encoder.m_dwSize) < 0)
1006 if (m_File.AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0)
1119 if (m_File.AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0)
    [all...]
  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 33 m_Buffer.AppendBlock(&pair, sizeof(_IntPair));
fpdf_font_cid.cpp 396 m_AddMaps.AppendBlock(buf, sizeof buf);
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 784 m_DestBuf.AppendBlock(m_pLineBuf, dest_bitpos / 8);

Completed in 452 milliseconds