Home
last modified time | relevance | path

Searched refs:m_pSystemHandler (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp34 : m_pPDFDoc(NULL), m_pSystemHandler(pSystemHandler) { in CPWL_FontMap()
35 ASSERT(m_pSystemHandler); in CPWL_FontMap()
46 m_pSystemHandler = pSystemHandler; in SetSystemHandler()
279 if (m_pSystemHandler) { in GetNativeFont()
280 if (m_pSystemHandler->FindNativeTrueTypeFont(nCharset, sFontName)) in GetNativeFont()
283 sFontName = m_pSystemHandler->GetNativeTrueTypeFont(nCharset); in GetNativeFont()
325 if (m_pSystemHandler) in AddSystemFont()
326 return m_pSystemHandler->AddNativeTrueTypeFontToPDF(pDoc, sFontName, in AddSystemFont()
436 if (m_pSystemHandler && (-1 != m_pSystemHandler->GetCharSet())) in CharSetFromUnicode()
437 return m_pSystemHandler->GetCharSet(); in CharSetFromUnicode()
DPWL_Wnd.cpp21 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
23 ASSERT(m_pSystemHandler); in CPWL_Timer()
33 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc); in SetPWLTimer()
43 m_pSystemHandler->KillTimer(m_nTimerID); in KillPWLTimer()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h121 IFX_SystemHandler* m_pSystemHandler; variable
DPWL_Wnd.h265 IFX_SystemHandler* m_pSystemHandler; variable