OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSubFunctions
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_stitchfunc.h
25
return
m_pSubFunctions
;
30
std::vector<std::unique_ptr<CPDF_Function>>
m_pSubFunctions
;
cpdf_stitchfunc.cpp
59
m_pSubFunctions
.push_back(std::move(pFunc));
82
for (i = 0; i <
m_pSubFunctions
.size() - 1; i++) {
89
m_pSubFunctions
[i]->Call(&input, kRequiredNumInputs, outputs, &nresults);
Completed in 553 milliseconds