OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSystemHandler
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp
34
: m_pPDFDoc(NULL),
m_pSystemHandler
(pSystemHandler) {
35
ASSERT(
m_pSystemHandler
);
46
m_pSystemHandler
= pSystemHandler;
279
if (
m_pSystemHandler
) {
280
if (
m_pSystemHandler
->FindNativeTrueTypeFont(nCharset, sFontName))
283
sFontName =
m_pSystemHandler
->GetNativeTrueTypeFont(nCharset);
325
if (
m_pSystemHandler
)
326
return
m_pSystemHandler
->AddNativeTrueTypeFontToPDF(pDoc, sFontName,
436
if (
m_pSystemHandler
&& (-1 !=
m_pSystemHandler
->GetCharSet())
[
all
...]
PWL_Wnd.cpp
21
: m_nTimerID(0), m_pAttached(pAttached),
m_pSystemHandler
(pSystemHandler) {
23
ASSERT(
m_pSystemHandler
);
33
m_nTimerID =
m_pSystemHandler
->SetTimer(nElapse, TimerProc);
43
m_pSystemHandler
->KillTimer(m_nTimerID);
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h
121
IFX_SystemHandler*
m_pSystemHandler
;
PWL_Wnd.h
265
IFX_SystemHandler*
m_pSystemHandler
;
Completed in 37 milliseconds