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

  /external/pdfium/core/include/fxcrt/
fx_basic.h 299 uint8_t* InsertSpaceAt(int nIndex, int nCount);
389 TYPE* AddSpace() { return (TYPE*)CFX_BasicArray::InsertSpaceAt(m_nSize, 1); }
391 TYPE* InsertSpaceAt(int nIndex, int nCount) {
392 return (TYPE*)CFX_BasicArray::InsertSpaceAt(nIndex, nCount);
410 if (!InsertSpaceAt(nIndex, nCount)) {
456 new ((void*)InsertSpaceAt(m_nSize, 1)) ObjectClass(data);
460 return *(ObjectClass*)new ((void*)InsertSpaceAt(m_nSize, 1)) ObjectClass();
463 void* AddSpace() { return InsertSpaceAt(m_nSize, 1); }
486 InsertSpaceAt(m_nSize, nCount);
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 83 uint8_t* CFX_BasicArray::InsertSpaceAt(int nIndex, int nCount) {
124 if (!InsertSpaceAt(nStartIndex, pNewArray->m_nSize)) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 283 m_tabstops.InsertSpaceAt(i, 1);

Completed in 42 milliseconds