HomeSort by relevance Sort by last modified time
    Searched refs:writePath (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/skia/tools/
skpmaker.cpp 28 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
33 const char *writePath) {
44 SkFILEWStream stream(writePath);
74 SkDebugf("--writePath must be nonempty\n");
  /external/skqp/tools/
skpmaker.cpp 28 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
33 const char *writePath) {
44 SkFILEWStream stream(writePath);
74 SkDebugf("--writePath must be nonempty\n");
  /external/skia/tools/flags/
SkCommonFlags.h 36 DECLARE_string(writePath);
SkCommonFlags.cpp 78 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
  /external/skqp/tools/flags/
SkCommonFlags.h 34 DECLARE_string(writePath);
SkCommonFlags.cpp 69 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
  /external/skia/src/core/
SkWriteBuffer.h 56 virtual void writePath(const SkPath& path) = 0;
115 void writePath(const SkPath& path) override;
SkWriteBuffer.cpp 115 void SkBinaryWriteBuffer::writePath(const SkPath& path) {
116 fWriter.writePath(path);
SkWriter32.h 138 void writePath(const SkPath& path) {
  /external/skqp/src/core/
SkWriteBuffer.h 56 virtual void writePath(const SkPath& path) = 0;
115 void writePath(const SkPath& path) override;
SkWriteBuffer.cpp 115 void SkBinaryWriteBuffer::writePath(const SkPath& path) {
116 fWriter.writePath(path);
SkWriter32.h 138 void writePath(const SkPath& path) {
  /external/skia/tools/debugger/
SkJsonWriteBuffer.h 45 void writePath(const SkPath& path) override;
SkJsonWriteBuffer.cpp 136 void SkJsonWriteBuffer::writePath(const SkPath& path) {
  /external/skqp/tools/debugger/
SkJsonWriteBuffer.h 45 void writePath(const SkPath& path) override;
SkJsonWriteBuffer.cpp 136 void SkJsonWriteBuffer::writePath(const SkPath& path) {
  /external/skia/src/pathops/
SkOpBuilder.cpp 69 bool writePath = false;
82 writePath = true;
87 if (!writePath) {
  /external/skqp/src/pathops/
SkOpBuilder.cpp 69 bool writePath = false;
82 writePath = true;
87 if (!writePath) {
  /external/turbine/java/com/google/turbine/bytecode/
AnnotationWriter.java 147 writePath(annotation.path());
151 private void writePath(TypePath path) {
  /prebuilts/go/darwin-x86/src/runtime/
write_err_android.go 11 writePath = []byte("/dev/log/main\x00")
88 writeFD = uintptr(open(&writePath[0], 0x1 /* O_WRONLY */, 0))
  /prebuilts/go/linux-x86/src/runtime/
write_err_android.go 11 writePath = []byte("/dev/log/main\x00")
88 writeFD = uintptr(open(&writePath[0], 0x1 /* O_WRONLY */, 0))
  /external/skia/src/effects/
Sk1DPathEffect.cpp 167 buffer.writePath(fPath);
Sk2DPathEffect.cpp 148 buffer.writePath(fPath);
  /external/skqp/src/effects/
Sk1DPathEffect.cpp 168 buffer.writePath(fPath);
Sk2DPathEffect.cpp 148 buffer.writePath(fPath);

Completed in 325 milliseconds

1 2 3 4 5 6