Home
last modified time | relevance | path

Searched defs:setEmpty (Results 1 – 24 of 24) 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/flutter/skia/docs/examples/
DRegion_setRect.cpp9 bool setEmpty = region.setRect({1, 2, 1, 4}); in draw() local
/third_party/flutter/skia/include/core/
DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
73 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
DSkRRect.h125 void setEmpty() { *this = SkRRect(); } in setEmpty() function
DSkRect.h234 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
952 void setEmpty() { *this = MakeEmpty(); } in setEmpty() function
/third_party/flutter/skia/tools/lua/
Dskia.lua59 function Sk.Rect:setEmpty() function
/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/flutter/engine/flutter/third_party/txt/src/minikin/
DMinikinFont.h84 void setEmpty() { mLeft = mTop = mRight = mBottom = 0; } in setEmpty() function
/third_party/flutter/txt/src/minikin/
DMinikinFont.h84 void setEmpty() { mLeft = mTop = mRight = mBottom = 0; } in setEmpty() function
/third_party/flutter/skia/src/gpu/geometry/
DGrRect.h48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/third_party/skia/src/gpu/geometry/
DGrRect.h48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/third_party/flutter/skia/src/core/
DSkRasterClip.h37 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function
DSkRasterClip.cpp191 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
DSkClipStack.cpp243 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
DSkRegion.cpp178 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
DSkAAClip.cpp617 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
/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