OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bDirect
(Results
1 - 12
of
12
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_contentmark.cpp
35
bool
bDirect
) {
36
m_Ref.GetPrivateCopy()->AddMark(name, pDict,
bDirect
);
72
bool
bDirect
) {
76
if (
bDirect
)
cpdf_contentmark.h
28
void AddMark(const ByteString& name, CPDF_Dictionary* pDict, bool
bDirect
);
/external/pdfium/core/fpdfapi/parser/
cpdf_object.cpp
27
bool
bDirect
) const {
29
return CloneNonCyclic(
bDirect
, &visited_objs);
37
bool
bDirect
,
cpdf_object.h
99
// when |
bDirect
| is true.
104
bool
bDirect
,
110
std::unique_ptr<CPDF_Object> CloneObjectNonCyclic(bool
bDirect
) const;
cpdf_reference.cpp
60
bool
bDirect
,
63
if (
bDirect
) {
cpdf_reference.h
42
bool
bDirect
,
cpdf_stream.cpp
79
bool
bDirect
,
90
static_cast<CPDF_Object*>(pDict)->CloneNonCyclic(
bDirect
, pVisited));
cpdf_stream.h
66
bool
bDirect
,
cpdf_array.cpp
55
bool
bDirect
,
62
if (auto obj = pValue->CloneNonCyclic(
bDirect
, &visited))
cpdf_dictionary.h
105
bool
bDirect
,
cpdf_dictionary.cpp
68
bool
bDirect
,
75
if (auto obj = it.second->CloneNonCyclic(
bDirect
, &visited))
cpdf_array.h
111
bool
bDirect
,
Completed in 162 milliseconds