Home
last modified time | relevance | path

Searched refs:writePath (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/src/pathops/
DSkOpBuilder.cpp71 bool writePath = false; in FixWinding() local
84 writePath = true; in FixWinding()
89 if (!writePath) { in FixWinding()
/external/skqp/src/pathops/
DSkOpBuilder.cpp69 bool writePath = false; in FixWinding() local
82 writePath = true; in FixWinding()
87 if (!writePath) { in FixWinding()
/external/skqp/src/core/
DSkWriteBuffer.h56 virtual void writePath(const SkPath& path) = 0;
117 void writePath(const SkPath& path) override;
DSkWriteBuffer.cpp121 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkBinaryWriteBuffer
122 fWriter.writePath(path); in writePath()
DSkWriter32.h143 void writePath(const SkPath& path) { in writePath() function
/external/skia/src/core/
DSkWriteBuffer.h63 virtual void writePath(const SkPath& path) = 0;
125 void writePath(const SkPath& path) override;
DSkWriteBuffer.cpp127 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkBinaryWriteBuffer
128 fWriter.writePath(path); in writePath()
DSkWriter32.h137 void writePath(const SkPath& path) { in writePath() function
/external/skqp/tools/flags/
DSkCommonFlags.h37 DECLARE_string(writePath);
DSkCommonFlags.cpp82 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/external/turbine/java/com/google/turbine/bytecode/
DAnnotationWriter.java145 writePath(annotation.path()); in writeTypeAnnotation()
149 private void writePath(TypePath path) { in writePath() method in AnnotationWriter
/external/skqp/tools/debugger/
DSkJsonWriteBuffer.h46 void writePath(const SkPath& path) override;
DSkJsonWriteBuffer.cpp148 void SkJsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkJsonWriteBuffer
/external/skia/tools/debugger/
DJsonWriteBuffer.h45 void writePath(const SkPath& path) override;
DJsonWriteBuffer.cpp176 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in JsonWriteBuffer
/external/skqp/src/effects/
DSk2DPathEffect.cpp129 buffer.writePath(fPath); in flatten()
DSk1DPathEffect.cpp167 buffer.writePath(fPath); in flatten()
/external/skia/src/effects/
DSk2DPathEffect.cpp134 buffer.writePath(fPath); in flatten()
DSk1DPathEffect.cpp171 buffer.writePath(fPath); in flatten()
/external/skqp/modules/skottie/src/
DSkottieTool.cpp23 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/
DTokenFilterContext.java154 public void writePath(JsonGenerator gen) throws IOException in writePath() method in TokenFilterContext
DFilteringGeneratorDelegate.java976 _filterContext.writePath(delegate); in _checkParentPath()
994 _filterContext.writePath(delegate); in _checkPropertyParentPath()
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp1046 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/
DSkottieTool.cpp37 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1181 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()

12