OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pPDFStream
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp
11
CPWL_Image::CPWL_Image() :
m_pPDFStream
(NULL) {}
31
if (
m_pPDFStream
&& sAlias.GetLength() > 0) {
50
m_pPDFStream
= pStream;
54
return
m_pPDFStream
;
61
if (
m_pPDFStream
) {
62
if (CPDF_Dictionary* pDict =
m_pPDFStream
->GetDict()) {
72
if (
m_pPDFStream
) {
73
if (CPDF_Dictionary* pDict =
m_pPDFStream
->GetDict()) {
85
if (
m_pPDFStream
) {
86
if (CPDF_Dictionary* pDict =
m_pPDFStream
->GetDict())
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Icon.h
32
CPDF_Stream*
m_pPDFStream
;
Completed in 69 milliseconds