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

  /external/pdfium/core/fxcrt/
fx_extension.cpp 154 CFX_ArrayTemplate<uint8_t*> m_Blocks;
178 m_Blocks.Add(pBuffer);
185 for (int32_t i = 0; i < m_Blocks.GetSize(); i++) {
186 FX_Free(m_Blocks[i]);
189 m_Blocks.RemoveAll();
219 FXSYS_memcpy(buffer, m_Blocks[0] + (size_t)offset, size);
229 FXSYS_memcpy(buffer, m_Blocks[(int)nStartBlock] + (size_t)offset, nRead);
264 if (m_Blocks.GetSize() < 1) {
266 m_Blocks.Add(block);
268 m_Blocks[0] = FX_Realloc(uint8_t, m_Blocks[0], m_nTotalSize)
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 282 m_Blocks.RemoveAll();
307 int32_t iBlockCount = m_Blocks.GetSize();
333 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2);
335 iLineIndex = m_Blocks.ElementAt(iBlockCount - 1) +
336 m_Blocks.ElementAt(iBlockCount - 2);
354 m_Blocks.SetAt(iBlockIndex * 2, iLineIndex);
355 m_Blocks.SetAt(iBlockIndex * 2 + 1, i - iLineIndex);
357 m_Blocks.Add(iLineIndex);
358 m_Blocks.Add(i - iLineIndex);
383 int32_t iCount = m_Blocks.GetSize() / 2
    [all...]
cxfa_textlayout.h 63 CFX_ArrayTemplate<int32_t> m_Blocks;
xfa_fftext.cpp 84 pTextLayout->m_Blocks.RemoveAll();

Completed in 131 milliseconds