/external/skia/src/pathops/ |
D | SkOpBuilder.cpp | 71 bool writePath = false; in FixWinding() local 84 writePath = true; in FixWinding() 89 if (!writePath) { in FixWinding()
|
/external/skqp/src/pathops/ |
D | SkOpBuilder.cpp | 69 bool writePath = false; in FixWinding() local 82 writePath = true; in FixWinding() 87 if (!writePath) { in FixWinding()
|
/external/skqp/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
|
/external/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
|
/external/skqp/tools/flags/ |
D | SkCommonFlags.h | 37 DECLARE_string(writePath);
|
D | SkCommonFlags.cpp | 82 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | AnnotationWriter.java | 145 writePath(annotation.path()); in writeTypeAnnotation() 149 private void writePath(TypePath path) { in writePath() method in AnnotationWriter
|
/external/skqp/tools/debugger/ |
D | SkJsonWriteBuffer.h | 46 void writePath(const SkPath& path) override;
|
D | SkJsonWriteBuffer.cpp | 148 void SkJsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkJsonWriteBuffer
|
/external/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
|
/external/skqp/src/effects/ |
D | Sk2DPathEffect.cpp | 129 buffer.writePath(fPath); in flatten()
|
D | Sk1DPathEffect.cpp | 167 buffer.writePath(fPath); in flatten()
|
/external/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 134 buffer.writePath(fPath); in flatten()
|
D | Sk1DPathEffect.cpp | 171 buffer.writePath(fPath); in flatten()
|
/external/skqp/modules/skottie/src/ |
D | SkottieTool.cpp | 23 DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/ |
D | TokenFilterContext.java | 154 public void writePath(JsonGenerator gen) throws IOException in writePath() method in TokenFilterContext
|
D | FilteringGeneratorDelegate.java | 976 _filterContext.writePath(delegate); in _checkParentPath() 994 _filterContext.writePath(delegate); in _checkPropertyParentPath()
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 1046 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anonf88242a80411::SkCOLRCanvas 1180 SkIRect bounds = this->writePath(path, true); in onDrawPath() 1208 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
|
/external/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 37 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
|
/external/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1181 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anonaacc95330711::SkCOLRCanvas 1310 SkIRect bounds = this->writePath(path, true); in onDrawPath() 1338 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
|