Home
last modified time | relevance | path

Searched defs:isClosed (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/gm/
Dpatharcto.cpp60 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/
Dcocoa-videooverlay.m51 - (gboolean) isClosed; method
83 - (gboolean) isClosed { method
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath_measure.cc59 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/
DPath_isRect.cpp10 bool isClosed; in draw() local
/third_party/flutter/skia/docs/examples/
DPath_isRect.cpp10 bool isClosed; in draw() local
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dblob.js62 get isClosed () { getter in Blob
/third_party/skia/include/core/
DSkContourMeasure.h54 bool isClosed() const { return fIsClosed; } in isClosed() function
DSkPathBuilder.h201 SkPathBuilder& addPolygon(const std::initializer_list<SkPoint>& list, bool isClosed) { in addPolygon()
/third_party/flutter/skia/src/core/
DSkPathMeasure.cpp42 bool SkPathMeasure::isClosed() { in isClosed() function in SkPathMeasure
/third_party/skia/src/core/
DSkPathMeasure.cpp42 bool SkPathMeasure::isClosed() { in isClosed() function in SkPathMeasure
DSkPathBuilder.cpp222 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/
DSkContourMeasure.h54 bool isClosed() const { return fIsClosed; } in isClosed() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h66 bool isClosed() const { return EndIndex != NoEntry; } in isClosed() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/data/rdb/
DresultSet.js27 isClosed: "[PC Preview] unknow isClosed", property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_DataShareResultSet.js32 isClosed: "[PC Preview] unknow isClosed", property
/third_party/flutter/skia/src/gpu/
DGrRenderTask.h46 bool isClosed() const { return this->isSetFlag(kClosed_Flag); } in isClosed() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglwindow_cocoa.m58 - (BOOL) isClosed; method
644 - (BOOL) isClosed { method
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/
Dgstvkwindow_cocoa.m315 - (BOOL) isClosed { method
/third_party/skia/src/gpu/
DGrRenderTask.h52 bool isClosed() const { return this->isSetFlag(kClosed_Flag); } in isClosed() function
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp112 bool SkPathWriter::isClosed() const { in isClosed() function in SkPathWriter
/third_party/skia/src/pathops/
DSkPathWriter.cpp112 bool SkPathWriter::isClosed() const { in isClosed() function in SkPathWriter
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.cpp130 bool isClosed; // Both closure and direction need to be checked. in EmitPath() local
/third_party/skia/src/pdf/
DSkPDFUtils.cpp131 bool isClosed; // Both closure and direction need to be checked. in EmitPath() local
/third_party/skia/tests/
DPathBuilderTest.cpp268 auto addpoly = [](const SkPoint pts[], int count, bool isClosed) { in DEF_TEST()
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp166 const bool isClosed = path.isLastContourClosed(); in getFillPath() local

12