Searched refs:writePath (Results 1 - 13 of 13) sorted by relevance

/external/skia/tools/flags/
H A DSkCommonFlags.h29 DECLARE_string(writePath); variable
H A DSkCommonFlags.cpp46 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/external/skia/tools/
H A Dskpmaker.cpp28 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
33 const char *writePath) {
45 SkFILEWStream stream(writePath);
76 SkDebugf("--writePath must be nonempty\n");
32 make_skp(SkScalar width, SkScalar height, SkScalar border, SkColor color, const char *writePath) argument
/external/skia/src/pathops/
H A DSkOpBuilder.cpp52 bool writePath = false; local
65 writePath = true;
70 if (!writePath) {
/external/skia/include/core/
H A DSkWriteBuffer.h73 void writePath(const SkPath& path);
H A DSkWriter32.h139 void writePath(const SkPath& path) { function in class:SkWriter32
/external/skia/src/core/
H A DSkWriteBuffer.cpp128 void SkWriteBuffer::writePath(const SkPath& path) { function in class:SkWriteBuffer
129 fWriter.writePath(path);
H A DSkPictureData.cpp228 buffer.writePath(fPaths[i]);
/external/skia/src/effects/
H A DSk1DPathEffect.cpp164 buffer.writePath(fPath);
H A DSk2DPathEffect.cpp148 buffer.writePath(fPath);
/external/skia/tests/
H A DSerializationTest.cpp59 writer.writePath(*path);
H A DPathTest.cpp2206 writer.writePath(p);
/external/skia/tools/kilobench/
H A Dkilobench.cpp74 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");

Completed in 8782 milliseconds