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

  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 102 m_pCharWidthMap(NULL),
124 m_pCharWidthMap(NULL),
164 if (m_pCharWidthMap != NULL) {
165 delete m_pCharWidthMap;
330 if (!m_pCharWidthMap) {
331 m_pCharWidthMap = new CFX_WordDiscreteArray(1024);
401 FXSYS_assert(m_pCharWidthMap != NULL);
402 iWidth = m_pCharWidthMap->GetAt(wUnicode, 0);
423 m_pCharWidthMap->SetAtGrow(wUnicode, (int16_t)iWidth);
572 if (m_pCharWidthMap != NULL) {
    [all...]
fx_gefont.h 68 CFX_WordDiscreteArray* m_pCharWidthMap;

Completed in 52 milliseconds