Home
last modified time | relevance | path

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

1234567

/external/skqp/src/core/
DSkRasterClip.h25 bounds->setEmpty(); in applyClipRestriction()
37 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function
92 bool setEmpty();
156 fAA.setEmpty(); // don't need this guy anymore
175 bounds->setEmpty(); in applyClipRestriction()
184 bounds->setEmpty(); in applyClipRestriction()
DSkClipStack.cpp23 fDeviceSpaceRRect.setEmpty(); in Element()
157 fFiniteBound.setEmpty(); in initCommon()
243 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
245 fFiniteBound.setEmpty(); in setEmpty()
248 fDeviceSpaceRRect.setEmpty(); in setEmpty()
324 fFiniteBound.setEmpty(); in combineBoundsDiff()
383 fFiniteBound.setEmpty(); in combineBoundsUnion()
429 this->setEmpty(); in combineBoundsIntersection()
451 this->setEmpty(); in combineBoundsRevDiff()
517 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
[all …]
DSkRasterClip.cpp113 fBounds.setEmpty(); in opIRect()
191 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
195 fBW.setEmpty(); in setEmpty()
196 fAA.setEmpty(); in setEmpty()
206 fAA.setEmpty(); in setRect()
410 dst->setEmpty(); in translate()
421 dst->fAA.setEmpty(); in translate()
424 dst->fBW.setEmpty(); in translate()
DSkAAClip.cpp394 return this->setEmpty(); in trimLeftRight()
458 return this->setEmpty(); in trimTopBottom()
545 fBounds.setEmpty(); in SkAAClip()
550 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
617 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
619 fBounds.setEmpty(); in setEmpty()
626 return this->setEmpty(); in setRect()
676 return this->setEmpty(); in setRect()
704 return this->setEmpty(); in setRegion()
777 this->setEmpty(); in setRegion()
[all …]
DSkReadBuffer.cpp186 rect->setEmpty(); in readIRect()
192 rect->setEmpty(); in readRect()
198 rrect->setEmpty(); in readRRect()
207 region->setEmpty(); in readRegion()
DSkClipStack.h69 this->setEmpty(); in Element()
227 this->setEmpty(); in Element()
248 void setEmpty();
/external/skia/src/core/
DSkRasterClip.h29 bounds->setEmpty(); in applyClipRestriction()
48 void setEmpty() { this->setRect(SkIRect::MakeEmpty()); } in setEmpty() function
111 bool setEmpty();
180 fAA.setEmpty(); // don't need this anymore
199 bounds->setEmpty(); in applyClipRestriction()
208 bounds->setEmpty(); in applyClipRestriction()
DSkClipStack.cpp25 fDeviceSpaceRRect.setEmpty(); in Element()
179 fFiniteBound.setEmpty(); in initCommon()
276 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
278 fFiniteBound.setEmpty(); in setEmpty()
281 fDeviceSpaceRRect.setEmpty(); in setEmpty()
359 fFiniteBound.setEmpty(); in combineBoundsDiff()
418 fFiniteBound.setEmpty(); in combineBoundsUnion()
464 this->setEmpty(); in combineBoundsIntersection()
486 this->setEmpty(); in combineBoundsRevDiff()
560 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
[all …]
DSkRasterClip.cpp121 fBounds.setEmpty(); in opIRect()
216 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
220 fBW.setEmpty(); in setEmpty()
221 fAA.setEmpty(); in setEmpty()
231 fAA.setEmpty(); in setRect()
443 dst->setEmpty(); in translate()
454 dst->fAA.setEmpty(); in translate()
457 dst->fBW.setEmpty(); in translate()
DSkAAClip.cpp393 return this->setEmpty(); in trimLeftRight()
457 return this->setEmpty(); in trimTopBottom()
544 fBounds.setEmpty(); in SkAAClip()
549 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
616 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
618 fBounds.setEmpty(); in setEmpty()
625 return this->setEmpty(); in setRect()
675 return this->setEmpty(); in setRect()
701 return this->setEmpty(); in setRegion()
774 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()
/external/skqp/tests/
DPathOpsBoundsTest.cpp50 bounds.setEmpty(); in DEF_TEST()
55 bounds.setEmpty(); in DEF_TEST()
60 bounds.setEmpty(); in DEF_TEST()
DRoundRectTest.cpp177 empty.setEmpty(); in test_round_rect_basic()
285 empty.setEmpty(); in test_round_rect_rects()
519 dst.setEmpty(); in assert_transform_failure()
546 dst.setEmpty(); in test_transform_helper()
584 dst.setEmpty(); in test_transform_helper()
603 dst.setEmpty(); in test_transform_helper()
629 dst.setEmpty(); in test_transform_helper()
652 dst.setEmpty(); in test_transform_helper()
674 dst.setEmpty(); in test_transform_helper()
/external/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 …]
/external/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()
DIRect_setEmpty.cpp11 rect.setEmpty(); in draw()
DRect_setEmpty.cpp11 rect.setEmpty(); in draw()
DRRect_setEmpty.cpp10 rrect.setEmpty(); in draw()
/external/skia/gm/
Drrect.cpp28 dst->setEmpty(); in inset0()
48 dst->setEmpty(); in inset1()
64 dst->setEmpty(); in inset2()
92 dst->setEmpty(); in inset3()
/external/skqp/gm/
Drrect.cpp21 dst->setEmpty(); in inset0()
41 dst->setEmpty(); in inset1()
57 dst->setEmpty(); in inset2()
85 dst->setEmpty(); in inset3()
/external/skqp/include/core/
DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
73 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
/external/skia/include/core/
DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
71 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
/external/skqp/src/gpu/
DGrRect.h20 r.setEmpty(); in MakeEmpty()
41 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h66 { if (AmbientDimAtCompileTime!=Dynamic) setEmpty(); } in AlignedBox()
70 { setEmpty(); } in AlignedBox()
91 EIGEN_DEVICE_FUNC inline void setNull() { setEmpty(); } in setNull()
99 EIGEN_DEVICE_FUNC inline void setEmpty() in setEmpty() function

1234567