Home | History | Annotate | Download | only in core

Lines Matching full:wstream

2123 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const {
2129 if (!wStream) {
2159 if (!wStream && builder.size()) {
2164 if (wStream) {
2165 wStream->writeText(builder.c_str());