/third_party/skia/gm/ |
D | patharcto.cpp | 60 static SkPath old_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in old_school_polygon() 66 static SkPath new_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in new_school_polygon()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/ |
D | cocoa-videooverlay.m | 51 - (gboolean) isClosed; method 83 - (gboolean) isClosed { method
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | path_measure.cc | 59 void CanvasPathMeasure::setPath(const CanvasPath* path, bool isClosed) { in setPath() 114 bool CanvasPathMeasure::isClosed(int contourIndex) { in isClosed() function in flutter::CanvasPathMeasure
|
/third_party/skia/docs/examples/ |
D | Path_isRect.cpp | 10 bool isClosed; in draw() local
|
/third_party/flutter/skia/docs/examples/ |
D | Path_isRect.cpp | 10 bool isClosed; in draw() local
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/ |
D | blob.js | 62 get isClosed () { getter in Blob
|
/third_party/skia/include/core/ |
D | SkContourMeasure.h | 54 bool isClosed() const { return fIsClosed; } in isClosed() function
|
D | SkPathBuilder.h | 201 SkPathBuilder& addPolygon(const std::initializer_list<SkPoint>& list, bool isClosed) { in addPolygon()
|
/third_party/flutter/skia/src/core/ |
D | SkPathMeasure.cpp | 42 bool SkPathMeasure::isClosed() { in isClosed() function in SkPathMeasure
|
/third_party/skia/src/core/ |
D | SkPathMeasure.cpp | 42 bool SkPathMeasure::isClosed() { in isClosed() function in SkPathMeasure
|
D | SkPathBuilder.cpp | 222 const bool isClosed = (stop[-1] == (uint8_t)SkPathVerb::kClose); in make() local 762 SkPathBuilder& SkPathBuilder::addPolygon(const SkPoint pts[], int count, bool isClosed) { in addPolygon()
|
/third_party/flutter/skia/include/core/ |
D | SkContourMeasure.h | 54 bool isClosed() const { return fIsClosed; } in isClosed() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 66 bool isClosed() const { return EndIndex != NoEntry; } in isClosed() function
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/data/rdb/ |
D | resultSet.js | 27 isClosed: "[PC Preview] unknow isClosed", property
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_data_DataShareResultSet.js | 32 isClosed: "[PC Preview] unknow isClosed", property
|
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTask.h | 46 bool isClosed() const { return this->isSetFlag(kClosed_Flag); } in isClosed() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/ |
D | gstglwindow_cocoa.m | 58 - (BOOL) isClosed; method 644 - (BOOL) isClosed { method
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/ |
D | gstvkwindow_cocoa.m | 315 - (BOOL) isClosed { method
|
/third_party/skia/src/gpu/ |
D | GrRenderTask.h | 52 bool isClosed() const { return this->isSetFlag(kClosed_Flag); } in isClosed() function
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathWriter.cpp | 112 bool SkPathWriter::isClosed() const { in isClosed() function in SkPathWriter
|
/third_party/skia/src/pathops/ |
D | SkPathWriter.cpp | 112 bool SkPathWriter::isClosed() const { in isClosed() function in SkPathWriter
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFUtils.cpp | 130 bool isClosed; // Both closure and direction need to be checked. in EmitPath() local
|
/third_party/skia/src/pdf/ |
D | SkPDFUtils.cpp | 131 bool isClosed; // Both closure and direction need to be checked. in EmitPath() local
|
/third_party/skia/tests/ |
D | PathBuilderTest.cpp | 268 auto addpoly = [](const SkPoint pts[], int count, bool isClosed) { in DEF_TEST()
|
/third_party/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 166 const bool isClosed = path.isLastContourClosed(); in getFillPath() local
|