Home
last modified time | relevance | path

Searched refs:SkFILEWStream (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/tools/
Dskdiff_html.cpp28 static void print_table_header(SkFILEWStream* stream, in print_table_header()
79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { in print_pixel_count()
93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_checkbox_cell()
99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_label_cell()
163 static void print_image_cell(SkFILEWStream* stream, const SkString& path, int height) { in print_image_cell()
173 static void print_link_cell(SkFILEWStream* stream, const SkString& path, const char* text) { in print_link_cell()
181 static void print_diff_resource_cell(SkFILEWStream* stream, DiffResource& resource, in print_diff_resource_cell()
212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) { in print_diff_row()
238 SkFILEWStream outputStream(outputPath.c_str()); in print_diff_page()
Dskpmaker.cpp45 SkFILEWStream stream(writePath); in make_skp()
Ddump_record.cpp83 SkFILEWStream ostream(FLAGS_write[0]); in tool_main()
Dskhello.cpp45 SkFILEWStream stream(path); in do_surface()
/external/skia/bench/
DBenchLogger.h15 class SkFILEWStream; variable
73 SkFILEWStream* fFileStream;
DBenchLogger.cpp22 fFileStream = new SkFILEWStream(file); in SetLogFile()
DResultsWriter.h125 SkFILEWStream stream(fFilename.c_str()); in flush()
/external/skia/site/user/api/
Dcanvas.md48 SkFILEWStream out(path);
104 SkFILEWStream out(path);
122 SkFILEWStream pdfStream(path);
149 SkFILEWStream skpStream(path);
182 SkFILEWStream xpsStream(path);
204 SkFILEWStream svgStream(path);
/external/skia/src/doc/
DSkDocument_XPS.cpp75 SkAutoTDelete<SkFILEWStream> stream(new SkFILEWStream(path)); in CreateXPS()
DSkDocument_PDF.cpp405 SkFILEWStream* stream = new SkFILEWStream(path); in CreatePDF()
/external/skia/src/core/
DSkStream.cpp427 SkFILEWStream::SkFILEWStream(const char path[]) in SkFILEWStream() function in SkFILEWStream
432 SkFILEWStream::~SkFILEWStream() in ~SkFILEWStream()
439 size_t SkFILEWStream::bytesWritten() const { in bytesWritten()
443 bool SkFILEWStream::write(const void* buffer, size_t size) in write()
459 void SkFILEWStream::flush() in flush()
466 void SkFILEWStream::fsync() in fsync()
/external/skia/include/core/
DSkStream.h352 class SK_API SkFILEWStream : public SkWStream {
354 SkFILEWStream(const char path[]);
355 virtual ~SkFILEWStream();
/external/skia/tests/
DPDFDeflateWStreamTest.cpp136 SkFILEWStream o(s.c_str()); in DEF_TEST()
141 SkFILEWStream o2(s.c_str()); in DEF_TEST()
DSkpSkGrTest.cpp398 SkFILEWStream wStream(wPath.c_str()); in testOne()
553 bool match(const SkString& filename, SkFILEWStream* stream, TestResult* result) { in match()
598 SkFILEWStream statusStream(makeStatusString(dirNo).c_str()); in DEF_TEST()
DDataRefTest.cpp186 SkFILEWStream writer(path.c_str()); in test_files()
DStreamTest.cpp48 SkFILEWStream writer(path.c_str()); in test_filestreams()
DReadPixelsTest.cpp565 SkFILEWStream file(name); in dump_to_file()
/external/skia/src/utils/
DSkRTConf.cpp105 o = new SkFILEWStream(fname); in printAll()
139 o = new SkFILEWStream(fname); in printNonDefault()
/external/skia/src/images/
DSkImageEncoder.cpp26 SkFILEWStream stream(file); in encodeFile()
/external/skia/dm/
DDMJsonWriter.cpp91 SkFILEWStream stream(path.c_str()); in DumpJson()
/external/skia/samplecode/
DSamplePictFile.cpp182 SkFILEWStream writer(path2.c_str()); in LoadPicture()
DSampleApp.cpp161 SkFILEWStream stream(gPrefFileName); in writeTitleToPrefs()
1393 SkFILEWStream stream("sample_app.skp"); in afterChildren()
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm49 SkFILEWStream writer(path2.c_str());
/external/skia/tools/kilobench/
Dkilobench.cpp256 SkFILEWStream stream(filename.c_str()); in write_canvas_png()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp281 SkFILEWStream file(filename.c_str()); in saveToFile()

12