Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpBuilder.cpp71 bool writePath = false; in FixWinding() local
84 writePath = true; in FixWinding()
89 if (!writePath) { in FixWinding()
/third_party/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
DSkPictureData.cpp158 buffer.writePath(path); in flattenToBuffer()
/third_party/skia/tools/debugger/
DJsonWriteBuffer.h45 void writePath(const SkPath& path) override;
DJsonWriteBuffer.cpp176 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in JsonWriteBuffer
/third_party/skia/src/effects/
DSk2DPathEffect.cpp180 buffer.writePath(fPath); in flatten()
DSk1DPathEffect.cpp118 buffer.writePath(fPath); in flatten()
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp37 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp1182 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anon2eb2e9b10711::SkCOLRCanvas
1311 SkIRect bounds = this->writePath(path, true); in onDrawPath()
1339 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
/third_party/skia/experimental/sorttoy/
Dsorttoy.cpp77 static DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/third_party/skia/tools/fm/
Dfm.cpp90 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");
/third_party/skia/tests/
DSerializationTest.cpp71 writer.writePath(*path); in Write()
DPathTest.cpp2583 writer.writePath(p); in write_and_read_back()
/third_party/skia/bench/
Dnanobench.cpp184 static DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/third_party/skia/dm/
DDM.cpp83 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");