/third_party/flutter/skia/src/pathops/ |
D | SkOpBuilder.cpp | 69 bool writePath = false; in FixWinding() local 82 writePath = true; in FixWinding() 87 if (!writePath) { in FixWinding()
|
/third_party/skia/src/pathops/ |
D | SkOpBuilder.cpp | 71 bool writePath = false; in FixWinding() local 84 writePath = true; in FixWinding() 89 if (!writePath) { in FixWinding()
|
/third_party/flutter/skia/src/core/ |
D | SkWriteBuffer.h | 56 virtual void writePath(const SkPath& path) = 0; 117 void writePath(const SkPath& path) override;
|
D | SkWriteBuffer.cpp | 121 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkBinaryWriteBuffer 122 fWriter.writePath(path); in writePath()
|
D | SkWriter32.h | 143 void writePath(const SkPath& path) { in writePath() function
|
D | SkPictureData.cpp | 162 buffer.writePath(fPaths[i]); in flattenToBuffer()
|
/third_party/skia/src/core/ |
D | SkWriteBuffer.h | 63 virtual void writePath(const SkPath& path) = 0; 125 void writePath(const SkPath& path) override;
|
D | SkWriteBuffer.cpp | 127 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkBinaryWriteBuffer 128 fWriter.writePath(path); in writePath()
|
D | SkWriter32.h | 137 void writePath(const SkPath& path) { in writePath() function
|
D | SkPictureData.cpp | 158 buffer.writePath(path); in flattenToBuffer()
|
/third_party/skia/tools/debugger/ |
D | JsonWriteBuffer.h | 45 void writePath(const SkPath& path) override;
|
D | JsonWriteBuffer.cpp | 176 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in JsonWriteBuffer
|
/third_party/flutter/skia/tools/debugger/ |
D | JsonWriteBuffer.h | 44 void writePath(const SkPath& path) override;
|
D | JsonWriteBuffer.cpp | 162 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in JsonWriteBuffer
|
/third_party/flutter/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 129 buffer.writePath(fPath); in flatten()
|
D | Sk1DPathEffect.cpp | 171 buffer.writePath(fPath); in flatten()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 23 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
|
/third_party/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 180 buffer.writePath(fPath); in flatten()
|
D | Sk1DPathEffect.cpp | 118 buffer.writePath(fPath); in flatten()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 37 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
|
/third_party/flutter/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1183 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anon5dd65c980711::SkCOLRCanvas 1315 SkIRect bounds = this->writePath(path, true); in onDrawPath() 1343 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1182 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anoncc1afd830711::SkCOLRCanvas 1311 SkIRect bounds = this->writePath(path, true); in onDrawPath() 1339 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
|
/third_party/skia/experimental/sorttoy/ |
D | sorttoy.cpp | 77 static DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
|
/third_party/flutter/skia/tools/fm/ |
D | fm.cpp | 68 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");
|
/third_party/skia/tools/fm/ |
D | fm.cpp | 90 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");
|