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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.cpp 76 int32_t nLineCount = LineBaseArr.GetSize();
77 m_nLineCount = nLineCount;
79 m_lpData = FX_Alloc(int32_t, nLineCount + 1);
81 m_lpData = FX_Realloc(int32_t, m_lpData, (nLineCount + 1));
85 m_nLineCount = nLineCount;
87 for (int32_t j = 0; j < nLineCount; j++, pIntArr++) {
fde_txtedtengine.cpp     [all...]
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 84 nLineCount(0),
103 int32_t nLineCount;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp     [all...]

Completed in 1277 milliseconds