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

/external/skia/tools/
H A Dskpmaker.cpp28 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
33 const char *writePath) {
44 SkFILEWStream stream(writePath);
74 SkDebugf("--writePath must be nonempty\n");
32 make_skp(SkScalar width, SkScalar height, SkScalar border, SkColor color, const char *writePath) argument
/external/skqp/tools/
H A Dskpmaker.cpp28 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
33 const char *writePath) {
44 SkFILEWStream stream(writePath);
74 SkDebugf("--writePath must be nonempty\n");
32 make_skp(SkScalar width, SkScalar height, SkScalar border, SkColor color, const char *writePath) argument
/external/skqp/tools/flags/
H A DSkCommonFlags.h34 DECLARE_string(writePath); variable
/external/turbine/java/com/google/turbine/bytecode/
H A DAnnotationWriter.java147 writePath(annotation.path());
151 private void writePath(TypePath path) { method in class:AnnotationWriter
/external/skia/src/pathops/
H A DSkOpBuilder.cpp69 bool writePath = false; local
82 writePath = true;
87 if (!writePath) {
/external/skia/tools/flags/
H A DSkCommonFlags.h36 DECLARE_string(writePath); variable
/external/skqp/src/pathops/
H A DSkOpBuilder.cpp69 bool writePath = false; local
82 writePath = true;
87 if (!writePath) {
/external/skia/src/core/
H A DSkWriteBuffer.cpp115 void SkBinaryWriteBuffer::writePath(const SkPath& path) { function in class:SkBinaryWriteBuffer
116 fWriter.writePath(path);
H A DSkWriter32.h138 void writePath(const SkPath& path) { function in class:SkWriter32
/external/skia/tools/debugger/
H A DSkJsonWriteBuffer.cpp136 void SkJsonWriteBuffer::writePath(const SkPath& path) { function in class:SkJsonWriteBuffer
/external/skqp/src/core/
H A DSkWriteBuffer.cpp115 void SkBinaryWriteBuffer::writePath(const SkPath& path) { function in class:SkBinaryWriteBuffer
116 fWriter.writePath(path);
H A DSkWriter32.h138 void writePath(const SkPath& path) { function in class:SkWriter32
/external/skqp/tools/debugger/
H A DSkJsonWriteBuffer.cpp136 void SkJsonWriteBuffer::writePath(const SkPath& path) { function in class:SkJsonWriteBuffer

Completed in 317 milliseconds