HomeSort by relevance Sort by last modified time
    Searched defs:m_nGrowBy (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 114 int m_nGrowBy;
146 CDXArray<TYPE,ARG_TYPE>::CDXArray() { m_pData = NULL; m_nSize = m_nMaxSize = m_nGrowBy = 0; }
160 if(nGrowBy!=-1) m_nGrowBy = nGrowBy;
183 int nGrowBy = m_nGrowBy;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 403 int m_nGrowBy;
    [all...]

Completed in 117 milliseconds