Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpBuilder.cpp86 bool writePath = false; in FixWinding() local
99 writePath = true; in FixWinding()
104 if (!writePath) { in FixWinding()
/external/skia/src/core/
DSkWriteBuffer.h82 virtual void writePath(const SkPath& path) = 0;
143 void writePath(const SkPath& path) override;
DSkWriteBuffer.cpp145 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() function in SkBinaryWriteBuffer
146 fWriter.writePath(path); in writePath()
DSkWriter32.h145 void writePath(const SkPath& path) { in writePath() function
DSkPictureData.cpp174 buffer.writePath(path); in flattenToBuffer()
DSkGlyph.cpp387 buffer.writePath(*this->path()); in flattenPath()
/external/turbine/java/com/google/turbine/bytecode/
DAnnotationWriter.java146 writePath(annotation.path()); in writeTypeAnnotation()
150 private void writePath(TypePath path) { in writePath() method in AnnotationWriter
/external/skia/tools/debugger/
DJsonWriteBuffer.h65 void writePath(const SkPath& path) override;
DJsonWriteBuffer.cpp190 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in JsonWriteBuffer
/external/skia/src/effects/
DSk2DPathEffect.cpp192 buffer.writePath(fPath); in flatten()
DSk1DPathEffect.cpp130 buffer.writePath(fPath); in flatten()
/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/skia/tools/fonts/
DTestSVGTypeface.cpp1261 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anon2043faa90711::SkCOLRCanvas
1390 SkIRect bounds = this->writePath(path, true); in onDrawPath()
1418 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
/external/skia/modules/skottie/src/
DSkottieTool.cpp91 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
/external/skia/tests/
DSerializationTest.cpp110 writer.writePath(*path); in Write()
DPathTest.cpp2759 writer.writePath(p); in write_and_read_back()
/external/skia/bench/
Dnanobench.cpp204 static DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/external/skia/dm/
DDM.cpp108 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
DAbstractFileSystemTest.kt872 fun writePath() { in <lambda>() method