Home
last modified time | relevance | path

Searched refs:setEmpty (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/thread/
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/
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()
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 …]
DSkAAClip.cpp390 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 …]
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()
DSkRasterClip.h57 bool setEmpty();
114 fAA.setEmpty(); // don't need this anymore
DSkRegion.cpp116 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()
DSkClipStack.h71 this->setEmpty(); in Element()
246 this->setEmpty(); in Element()
277 void setEmpty();
/third_party/skia/tests/
DPathOpsBoundsTest.cpp50 bounds.setEmpty(); in DEF_TEST()
55 bounds.setEmpty(); in DEF_TEST()
60 bounds.setEmpty(); in DEF_TEST()
DRoundRectTest.cpp180 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/
DRegion_setRect.cpp9 bool setEmpty = region.setRect({1, 2, 1, 4}); in draw() local
11 SkDebugf("setEmpty: %s\n", setEmpty ? "true" : "false"); in draw()
DRect_setEmpty.cpp11 rect.setEmpty(); in draw()
DIRect_setEmpty.cpp11 rect.setEmpty(); in draw()
DRRect_setEmpty.cpp10 rrect.setEmpty(); in draw()
DRegion_isEmpty.cpp14 region.setEmpty(); in draw()
DRegion_isRect.cpp14 region.setEmpty(); in draw()
DRegion_setEmpty.cpp13 region.setEmpty(); in draw()
DRegion_equal1_operator.cpp15 one.setEmpty(); in draw()
DRegion_setRects.cpp11 region.setEmpty(); in draw()
DRegion_copy_const_SkRegion.cpp15 region.setEmpty(); in draw()
DRegion_setRegion.cpp16 region2.setEmpty(); in draw()
/third_party/skia/gm/
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/
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/
DGrRect.h21 r.setEmpty(); in MakeEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/third_party/skia/modules/sksg/src/
DSkSGInvalidationController.cpp34 fBounds.setEmpty(); in reset()

1234