OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pinheritable
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/fpdfsdk/src/
fpdfppo.cpp
115
CPDF_Object*
pInheritable
= nullptr;
118
pInheritable
= PageDictGetInheritableTag(pSrcPageDict, "MediaBox");
119
if (!
pInheritable
) {
122
pInheritable
= PageDictGetInheritableTag(pSrcPageDict, "CropBox");
123
if (
pInheritable
) {
124
pCurPageDict->SetAt("MediaBox",
pInheritable
->Clone());
135
pCurPageDict->SetAt("MediaBox",
pInheritable
->Clone());
140
pInheritable
= PageDictGetInheritableTag(pSrcPageDict, "Resources");
141
if (!
pInheritable
)
143
pCurPageDict->SetAt("Resources",
pInheritable
->Clone())
[
all
...]
Completed in 470 milliseconds