Home
last modified time | relevance | path

Searched defs:setEmpty (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_sigmask.c35 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/
DRegion_setRect.cpp9 bool setEmpty = region.setRect({1, 2, 1, 4}); in draw() local
/third_party/skia/include/core/
DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
71 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
DSkRRect.h114 void setEmpty() { *this = SkRRect(); } in setEmpty() function
DSkRect.h244 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
852 void setEmpty() { *this = MakeEmpty(); } in setEmpty() function
/third_party/skia/src/gpu/geometry/
DGrRect.h48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/third_party/skia/src/core/
DSkRasterClip.cpp84 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
DSkClipStack.cpp285 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
DSkRegion.cpp177 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
DSkAAClip.cpp1258 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp401 void DependenceInfo::Constraint::setEmpty() { Kind = Empty; } in setEmpty() function in DependenceInfo::Constraint