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

  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 16 m_CountBSArray = NULL;
24 if(m_CountBSArray) {
25 delete m_CountBSArray;
26 m_CountBSArray = NULL;
49 m_CountBSArray = FX_NEW CFX_CountBSINT32Array(20);
50 if(NULL == m_CountBSArray) {
311 if (!m_CountBSArray) {
314 m_CountBSArray->RemoveAll();
325 m_CountBSArray->Add(i);
339 m_CountBSArray->Add(counttmp)
    [all...]
reflowedtextpage.h 69 CFX_CountBSINT32Array* m_CountBSArray;

Completed in 27 milliseconds