Home
last modified time | relevance | path

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

/external/skia/tools/bookmaker/
Dcataloger.cpp121 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 …]
DfiddleParser.cpp78 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()
Dbookmaker.h1971 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/
Dcataloger.cpp121 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 …]
DfiddleParser.cpp104 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()
Dbookmaker.h1931 virtual bool textOut(Definition* example, const char* stdOutStart,
1961 bool textOut(Definition* example, const char* stdOutStart,
1979 bool textOut(Definition* example, const char* stdOutStart,