OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDic
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp
120
CPDF_Dictionary*
pDic
= new CPDF_Dictionary;
121
CPDF_Stream* pStream = new CPDF_Stream(nullptr, 0,
pDic
);
128
pDic
= new CPDF_Dictionary;
129
CPDF_Stream* pEndStream = new CPDF_Stream(nullptr, 0,
pDic
);
294
CPDF_Dictionary*
pDic
= new CPDF_Dictionary;
295
CPDF_Stream* pStream = new CPDF_Stream(nullptr, 0,
pDic
);
fsdk_mgr.cpp
[
all
...]
fpdfformfill.cpp
702
CPDF_Dictionary*
pDic
= pDoc->GetRoot();
703
if (!
pDic
)
706
CPDF_AAction aa =
pDic
->GetDict("AA");
Completed in 41 milliseconds