Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DbmhParser.cpp914 static size_t count_indent(string text, size_t test, size_t end) { in count_indent() function
929 int nextIndent = count_indent(text, pos, end); in add_code()
1006 size_t indent = count_indent(funcText, pos, funcText.length()); in exampleToScript()
1047 size_t textIndent = count_indent(text, pos, end); in exampleToScript()
1126 size_t indent = count_indent(result, startPos, result.length()) + 4; in extractText()