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

  /external/pdfium/xfa/fxfa/app/
cxfa_texttabstopscontext.cpp 26 m_tabstops.InsertSpaceAt(i, 1);
  /external/pdfium/core/fxcrt/
fx_basic_array.cpp 85 uint8_t* CFX_BasicArray::InsertSpaceAt(int nIndex, int nCount) {
126 if (!InsertSpaceAt(nStartIndex, pNewArray->m_nSize)) {
fx_basic.h 188 uint8_t* InsertSpaceAt(int nIndex, int nCount);
270 TYPE* AddSpace() { return (TYPE*)CFX_BasicArray::InsertSpaceAt(m_nSize, 1); }
272 TYPE* InsertSpaceAt(int nIndex, int nCount) {
273 return (TYPE*)CFX_BasicArray::InsertSpaceAt(nIndex, nCount);
291 if (!InsertSpaceAt(nIndex, nCount)) {

Completed in 1805 milliseconds