/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_sigmask.c | 35 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/ |
D | SkRasterClip.cpp | 84 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()
|
D | SkClipStack.cpp | 24 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 …]
|
D | SkAAClip.cpp | 390 return target->setEmpty(); in finish() 860 mask->fBounds.setEmpty(); in copyToMask() 1087 return this->setEmpty(); in trimLeftRight() 1151 return this->setEmpty(); in trimTopBottom() 1229 fBounds.setEmpty(); in SkAAClip() 1234 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip() 1258 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip 1260 fBounds.setEmpty(); in setEmpty() 1267 return this->setEmpty(); in setRect() 1309 return this->setEmpty(); in setRegion() [all …]
|
D | SkReadBuffer.cpp | 194 rect->setEmpty(); in readIRect() 200 rect->setEmpty(); in readRect() 207 r.setEmpty(); in readRect() 229 rrect->setEmpty(); in readRRect() 240 region->setEmpty(); in readRegion()
|
D | SkRasterClip.h | 57 bool setEmpty(); 114 fAA.setEmpty(); // don't need this anymore
|
D | SkRegion.cpp | 116 fBounds.setEmpty(); in SkRegion() 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()
|
D | SkClipStack.h | 71 this->setEmpty(); in Element() 246 this->setEmpty(); in Element() 277 void setEmpty();
|
/third_party/skia/tests/ |
D | PathOpsBoundsTest.cpp | 50 bounds.setEmpty(); in DEF_TEST() 55 bounds.setEmpty(); in DEF_TEST() 60 bounds.setEmpty(); in DEF_TEST()
|
D | RoundRectTest.cpp | 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() 701 dst.setEmpty(); in test_transform_helper() [all …]
|
/third_party/skia/docs/examples/ |
D | Region_setRect.cpp | 9 bool setEmpty = region.setRect({1, 2, 1, 4}); in draw() local 11 SkDebugf("setEmpty: %s\n", setEmpty ? "true" : "false"); in draw()
|
D | Rect_setEmpty.cpp | 11 rect.setEmpty(); in draw()
|
D | IRect_setEmpty.cpp | 11 rect.setEmpty(); in draw()
|
D | RRect_setEmpty.cpp | 10 rrect.setEmpty(); in draw()
|
D | Region_isEmpty.cpp | 14 region.setEmpty(); in draw()
|
D | Region_isRect.cpp | 14 region.setEmpty(); in draw()
|
D | Region_setEmpty.cpp | 13 region.setEmpty(); in draw()
|
D | Region_equal1_operator.cpp | 15 one.setEmpty(); in draw()
|
D | Region_setRects.cpp | 11 region.setEmpty(); in draw()
|
D | Region_copy_const_SkRegion.cpp | 15 region.setEmpty(); in draw()
|
D | Region_setRegion.cpp | 16 region2.setEmpty(); in draw()
|
/third_party/skia/gm/ |
D | rrect.cpp | 28 dst->setEmpty(); in inset0() 48 dst->setEmpty(); in inset1() 64 dst->setEmpty(); in inset2() 92 dst->setEmpty(); in inset3()
|
/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
|
/third_party/skia/src/gpu/geometry/ |
D | GrRect.h | 21 r.setEmpty(); in MakeEmpty() 48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
|
/third_party/skia/modules/sksg/src/ |
D | SkSGInvalidationController.cpp | 34 fBounds.setEmpty(); in reset()
|