Searched refs:stdOutStart (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/bookmaker/ |
D | cataloger.cpp | 121 bool Catalog::textOut(Definition* def, const char* stdOutStart, in textOut() argument 139 size_t len = stdOutEnd - stdOutStart; in textOut() 144 stdOutStart = outVolatile->fContentStart; in textOut() 145 while ('\n' == stdOutStart[0]) { in textOut() 146 ++stdOutStart; in textOut() 148 len = stdOut->fContentEnd - stdOutStart; in textOut() 151 example += '"' == stdOutStart[pos] ? "\\\"" : in textOut() 152 '\\' == stdOutStart[pos] ? "\\\\" : in textOut() 153 '\n' == stdOutStart[pos] ? "\\\\n" : in textOut() 154 string(&stdOutStart[pos], 1); in textOut() [all …]
|
D | fiddleParser.cpp | 78 const char* stdOutStart = fChar; in parseFiddles() local 88 if (!this->textOut(example, stdOutStart, stdOutEnd)) { in parseFiddles() 115 bool FiddleParser::textOut(Definition* example, const char* stdOutStart, in textOut() argument 131 EscapeParser fiddle(stdOutStart, stdOutEnd); in textOut()
|
D | bookmaker.h | 1971 virtual bool textOut(Definition* example, const char* stdOutStart, 2001 bool textOut(Definition* example, const char* stdOutStart, 2019 bool textOut(Definition* example, const char* stdOutStart,
|
/external/skqp/tools/bookmaker/ |
D | cataloger.cpp | 121 bool Catalog::textOut(Definition* def, const char* stdOutStart, in textOut() argument 139 size_t len = stdOutEnd - stdOutStart; in textOut() 144 stdOutStart = outVolatile->fContentStart; in textOut() 145 while ('\n' == stdOutStart[0]) { in textOut() 146 ++stdOutStart; in textOut() 148 len = stdOut->fContentEnd - stdOutStart; in textOut() 151 example += '"' == stdOutStart[pos] ? "\\\"" : in textOut() 152 '\\' == stdOutStart[pos] ? "\\\\" : in textOut() 153 '\n' == stdOutStart[pos] ? "\\\\n" : in textOut() 154 string(&stdOutStart[pos], 1); in textOut() [all …]
|
D | fiddleParser.cpp | 104 const char* stdOutStart = fChar; in parseFiddles() local 114 if (!this->textOut(example, stdOutStart, stdOutEnd)) { in parseFiddles() 141 bool FiddleParser::textOut(Definition* example, const char* stdOutStart, in textOut() argument 157 EscapeParser fiddle(stdOutStart, stdOutEnd); in textOut()
|
D | bookmaker.h | 1931 virtual bool textOut(Definition* example, const char* stdOutStart, 1961 bool textOut(Definition* example, const char* stdOutStart, 1979 bool textOut(Definition* example, const char* stdOutStart,
|