Home
last modified time | relevance | path

Searched defs:isClosed (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/libs/
H A Ddlopen_nodelete.c9 void DlopenNodeleteSetIsClosedPtr(bool* isClosed) in DlopenNodeleteSetIsClosedPtr() argument
/third_party/skia/gm/
H A Dpatharcto.cpp60 static SkPath old_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in old_school_polygon() argument
66 static SkPath new_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in new_school_polygon() argument
/third_party/node/lib/internal/streams/
H A Dutils.js221 function isClosed(stream) { function
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_test.cpp254 bool isClosed = false; in HWTEST_F() local
/third_party/skia/src/core/
H A DSkPathMeasure.cpp42 bool SkPathMeasure::isClosed() { in isClosed() function in SkPathMeasure
H A 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() argument
H A DSkPath.cpp451 bool SkPath::isRect(SkRect* rect, bool* isClosed, SkPathDirection* direction) const { in isRect() argument
3491 SkPath SkPath::Polygon(const SkPoint pts[], int count, bool isClosed, in Polygon() argument
3501 IsRectContour(const SkPath& path, bool allowPartial, int* currVerb, const SkPoint** ptsPtr, bool* isClosed, SkPathDirection* direction, SkRect* rect) IsRectContour() argument
/third_party/skia/include/core/
H A DSkContourMeasure.h54 bool isClosed() const { return fIsClosed; } in isClosed() function in SkContourMeasure
H A DSkPathBuilder.h201 SkPathBuilder& addPolygon(const std::initializer_list<SkPoint>& list, bool isClosed) { in addPolygon() argument
H A DSkPath.h85 static SkPath Polygon(const std::initializer_list<SkPoint>& list, bool isClosed, in Polygon() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h66 bool isClosed() const { return EndIndex != NoEntry; } in isClosed() function in llvm::DbgValueHistoryMap::Entry
/third_party/skia/src/gpu/
H A DGrRenderTask.h52 bool isClosed() const { return this->isSetFlag(kClosed_Flag); } in isClosed() function in GrRenderTask
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp166 const bool isClosed = path.isLastContourClosed(); in getFillPath() local
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp112 bool SkPathWriter::isClosed() const { in isClosed() function in SkPathWriter
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp131 bool isClosed; // Both closure and direction need to be checked. in EmitPath() local
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp777 bool isClosed = false; in runClient() member
/third_party/skia/tests/
H A DPathTest.cpp2019 bool isClosed; in test_isRect_open_close() local
2132 bool isClosed; in test_isRect() local
2147 bool isClosed = c; in test_isRect() local
2214 static void check_simple_rect(skiatest::Reporter* reporter, const SkPath& path, bool isClosed, in check_simple_rect() argument
[all...]

Completed in 26 milliseconds