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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 137 m_pCharWidth(nullptr) {
150 if (m_pCharWidth) {
151 delete[] m_pCharWidth;
152 m_pCharWidth = NULL;
430 if (m_pCharWidth != NULL) {
431 delete[] m_pCharWidth;
433 m_pCharWidth = new int32_t[nPageEnd - nPageStart + 1];
512 m_pCharWidth[TxtEdtPiece.nStart + k] = ptc->m_iCharWidth;
568 if (m_pCharWidth) {
569 delete[] m_pCharWidth;
    [all...]
fde_txtedtpage.h 152 int32_t* m_pCharWidth;

Completed in 72 milliseconds