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

  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 103 m_pRectArray(NULL),
125 m_pRectArray(NULL),
167 if (m_pRectArray != NULL) {
168 delete m_pRectArray;
333 if (!m_pRectArray) {
334 m_pRectArray = new CFX_RectMassArray(16);
439 FXSYS_assert(m_pRectArray != NULL);
452 int32_t index = m_pRectArray->Add(rt);
453 pRect = m_pRectArray->GetPtrAt(index);
578 if (m_pRectArray != NULL) {
    [all...]
fx_gefont.h 69 CFX_RectMassArray* m_pRectArray;

Completed in 238 milliseconds