Home
last modified time | relevance | path

Searched refs:setEmpty (Results 1 - 25 of 73) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_sigmask.c35 sigset_t setOne, setEmpty; in pthread_sigmask_0100() local
37 sigemptyset(&setEmpty); in pthread_sigmask_0100()
38 ret = pthread_sigmask(SIG_BLOCK, &setOne, &setEmpty); in pthread_sigmask_0100()
56 sigset_t setEmpty; in pthread_sigmask_0200() local
57 sigemptyset(&setEmpty); in pthread_sigmask_0200()
58 ret = pthread_sigmask(SIG_BLOCK, &setEmpty, NULL); in pthread_sigmask_0200()
87 sigset_t set, setEmpty; in pthread_sigmask_0400() local
89 sigemptyset(&setEmpty); in pthread_sigmask_0400()
92 ret = pthread_sigmask(SIG_BLOCK, NULL, &setEmpty); in pthread_sigmask_0400()
/third_party/skia/src/core/
H A DSkRasterClip.cpp84 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
88 fBW.setEmpty(); in setEmpty()
89 fAA.setEmpty(); in setEmpty()
99 fAA.setEmpty(); in setRect()
246 dst->setEmpty(); in translate()
257 dst->fAA.setEmpty(); in translate()
260 dst->fBW.setEmpty(); in translate()
H A DSkClipStack.cpp24 fDeviceSpaceRRect.setEmpty(); in Element()
181 fFiniteBound.setEmpty(); in initCommon()
285 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
287 fFiniteBound.setEmpty(); in setEmpty()
290 fDeviceSpaceRRect.setEmpty(); in setEmpty()
368 fFiniteBound.setEmpty(); in combineBoundsDiff()
411 this->setEmpty(); in combineBoundsIntersection()
473 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
630 canvFiniteBound->setEmpty(); in getBounds()
727 prior->setEmpty(); in pushElement()
[all...]
H A DSkAAClip.cpp390 return target->setEmpty(); in finish()
860 mask->fBounds.setEmpty();
1087 return this->setEmpty();
1151 return this->setEmpty();
1229 fBounds.setEmpty();
1234 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate
1258 bool SkAAClip::setEmpty() {
1260 fBounds.setEmpty();
1267 return this->setEmpty();
1309 return this->setEmpty();
[all...]
H A DSkReadBuffer.cpp194 rect->setEmpty(); in readIRect()
200 rect->setEmpty(); in readRect()
207 r.setEmpty(); in readRect()
229 rrect->setEmpty(); in readRRect()
240 region->setEmpty(); in readRegion()
H A DSkRasterClip.h57 bool setEmpty();
114 fAA.setEmpty(); // don't need this anymore in updateCacheAndReturnNonEmpty()
H A DSkClipStack.h71 this->setEmpty(); in Element()
246 this->setEmpty(); in Element()
277 void setEmpty();
H A DSkRegion.cpp116 fBounds.setEmpty();
177 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
179 fBounds.setEmpty(); in setEmpty()
188 return this->setEmpty(); in setRect()
278 return this->setEmpty(); in setRuns()
337 return this->setEmpty(); in setRuns()
595 dst->setEmpty(); in translate()
651 this->setEmpty(); in setRects()
1021 return result ? result->setEmpty() : false; in setEmptyCheck()
/third_party/skia/tests/
H A DPathOpsBoundsTest.cpp50 bounds.setEmpty(); in DEF_TEST()
55 bounds.setEmpty(); in DEF_TEST()
60 bounds.setEmpty(); in DEF_TEST()
H A DRoundRectTest.cpp67 { 0, 0, 0, 0 } // setEmpty-empty in test_empty()
180 empty.setEmpty(); in test_round_rect_basic()
288 empty.setEmpty(); in test_round_rect_rects()
522 dst.setEmpty(); in assert_transform_failure()
549 dst.setEmpty(); in test_transform_helper()
585 dst.setEmpty(); in test_transform_helper()
604 dst.setEmpty(); in test_transform_helper()
630 dst.setEmpty(); in test_transform_helper()
653 dst.setEmpty(); in test_transform_helper()
675 dst.setEmpty(); in test_transform_helper()
[all...]
/third_party/skia/docs/examples/
H A DRegion_setRect.cpp9 bool setEmpty = region.setRect({1, 2, 1, 4}); in REG_FIDDLE() local
11 SkDebugf("setEmpty: %s\n", setEmpty ? "true" : "false"); in REG_FIDDLE()
H A DRegion_isEmpty.cpp14 region.setEmpty(); in REG_FIDDLE()
H A DRegion_isRect.cpp14 region.setEmpty(); in REG_FIDDLE()
H A DRect_setEmpty.cpp11 rect.setEmpty(); in REG_FIDDLE()
H A DRRect_setEmpty.cpp10 rrect.setEmpty(); in REG_FIDDLE()
H A DIRect_setEmpty.cpp11 rect.setEmpty(); in REG_FIDDLE()
H A DRegion_setRegion.cpp16 region2.setEmpty(); in REG_FIDDLE()
H A DRegion_setRects.cpp11 region.setEmpty(); in REG_FIDDLE()
H A DRegion_setEmpty.cpp13 region.setEmpty(); in REG_FIDDLE()
H A DRegion_copy_const_SkRegion.cpp15 region.setEmpty(); in REG_FIDDLE()
H A DRegion_equal1_operator.cpp15 one.setEmpty(); in REG_FIDDLE()
/third_party/skia/gm/
H A Drrect.cpp28 dst->setEmpty(); in inset0()
48 dst->setEmpty(); in inset1()
64 dst->setEmpty(); in inset2()
92 dst->setEmpty(); in inset3()
/third_party/skia/include/core/
H A DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
71 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
/third_party/skia/src/gpu/geometry/
H A DGrRect.h21 r.setEmpty(); in MakeEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/third_party/skia/modules/sksg/src/
H A DSkSGInvalidationController.cpp34 fBounds.setEmpty(); in reset()

Completed in 15 milliseconds

123