Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeParser.cpp464 int startIndent = iDef.fContentStart - before - 1; in writeCodeBlock() local
467 string result = writeCodeBlock(i, iDef.fMarkType, startIndent); in writeCodeBlock()
489 this->codeBlockSpaces(result, startIndent); in writeCodeBlock()
495 string IncludeParser::writeCodeBlock(TextParser& i, MarkType markType, int startIndent) { in writeCodeBlock() argument
504 this->codeBlockSpaces(result, startIndent); in writeCodeBlock()
583 if (elided && ((MarkType::kFunction != markType && lastIndent > startIndent) || elidedTClass)) { in writeCodeBlock()