Home
last modified time | relevance | path

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

12

/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/flutter/skia/src/pathops/
DSkOpBuilder.cpp69 bool writePath = false; in FixWinding() local
82 writePath = true; in FixWinding()
87 if (!writePath) { in FixWinding()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516dv300/
Dhi3516dv300.c624 char writePath[OTA_PATH_LEN] = {0}; in move_to_ota_path() local
625 ret = get_write_path(idx, writePath, sizeof(writePath)); in move_to_ota_path()
638 ret = file_fat_write(writePath, (void *)LOAD_ADDR, 0, sz, &writeLen); in move_to_ota_path()
640 printf("write data to %s error\n", writePath); in move_to_ota_path()
/third_party/flutter/skia/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
DSkPictureData.cpp162 buffer.writePath(fPaths[i]); in flattenToBuffer()
/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/flutter/skia/tools/debugger/
DJsonWriteBuffer.h44 void writePath(const SkPath& path) override;
DJsonWriteBuffer.cpp162 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() function in JsonWriteBuffer
/third_party/flutter/skia/src/effects/
DSk2DPathEffect.cpp129 buffer.writePath(fPath); in flatten()
DSk1DPathEffect.cpp171 buffer.writePath(fPath); in flatten()
/third_party/flutter/skia/modules/skottie/src/
DSkottieTool.cpp23 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
/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 __anon38f66c090711::SkCOLRCanvas
1311 SkIRect bounds = this->writePath(path, true); in onDrawPath()
1339 fGlyf->fBounds = this->writePath(baseGlyph, false); in finishGlyph()
/third_party/flutter/skia/tools/fonts/
DTestSVGTypeface.cpp1183 SkIRect writePath(const SkPath& path, bool layer) { in writePath() function in __anone762f11e0711::SkCOLRCanvas
1315 SkIRect bounds = this->writePath(path, true); in onDrawPath()
1343 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/flutter/skia/tools/fm/
Dfm.cpp68 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");

12