Searched defs:setEmpty (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_sigmask.c | 35 sigset_t setOne, setEmpty; in pthread_sigmask_0100() local 56 sigset_t setEmpty; in pthread_sigmask_0200() local 87 sigset_t set, setEmpty; in pthread_sigmask_0400() local
|
/third_party/skia/docs/examples/ |
D | Region_setRect.cpp | 9 bool setEmpty = region.setRect({1, 2, 1, 4}); in draw() local
|
/third_party/skia/include/core/ |
D | SkSize.h | 31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function 71 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
|
D | SkRRect.h | 114 void setEmpty() { *this = SkRRect(); } in setEmpty() function
|
D | SkRect.h | 244 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function 852 void setEmpty() { *this = MakeEmpty(); } in setEmpty() function
|
/third_party/skia/src/gpu/geometry/ |
D | GrRect.h | 48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
|
/third_party/skia/src/core/ |
D | SkRasterClip.cpp | 84 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
|
D | SkClipStack.cpp | 285 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
|
D | SkRegion.cpp | 177 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
|
D | SkAAClip.cpp | 1258 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 401 void DependenceInfo::Constraint::setEmpty() { Kind = Empty; } in setEmpty() function in DependenceInfo::Constraint
|