Home
last modified time | relevance | path

Searched refs:s_CurrentRecursionDepth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp157 int CPDF_RenderStatus::s_CurrentRecursionDepth = 0; member in CPDF_RenderStatus
275 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject()
276 if (++s_CurrentRecursionDepth > kRenderMaxRecursionDepth) { in RenderSingleObject()
Drender_int.h248 static int s_CurrentRecursionDepth; variable
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp1735 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser
2069 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObject()
2070 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) { in GetObject()
2224 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectByStrict()
2225 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) { in GetObjectByStrict()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h300 static int s_CurrentRecursionDepth; variable