/external/skqp/src/core/ |
D | SkRasterClip.h | 25 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()
|
D | SkClipStack.cpp | 23 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 …]
|
D | SkRasterClip.cpp | 113 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()
|
D | SkAAClip.cpp | 394 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 …]
|
D | SkReadBuffer.cpp | 186 rect->setEmpty(); in readIRect() 192 rect->setEmpty(); in readRect() 198 rrect->setEmpty(); in readRRect() 207 region->setEmpty(); in readRegion()
|
D | SkClipStack.h | 69 this->setEmpty(); in Element() 227 this->setEmpty(); in Element() 248 void setEmpty();
|
/external/skia/src/core/ |
D | SkRasterClip.h | 29 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()
|
D | SkClipStack.cpp | 25 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 …]
|
D | SkRasterClip.cpp | 121 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()
|
D | SkAAClip.cpp | 393 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 …]
|
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()
|
/external/skqp/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 | 177 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/ |
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 …]
|
/external/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 | IRect_setEmpty.cpp | 11 rect.setEmpty(); in draw()
|
D | Rect_setEmpty.cpp | 11 rect.setEmpty(); in draw()
|
D | RRect_setEmpty.cpp | 10 rrect.setEmpty(); in draw()
|
/external/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()
|
/external/skqp/gm/ |
D | rrect.cpp | 21 dst->setEmpty(); in inset0() 41 dst->setEmpty(); in inset1() 57 dst->setEmpty(); in inset2() 85 dst->setEmpty(); in inset3()
|
/external/skqp/include/core/ |
D | SkSize.h | 31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function 73 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
|
/external/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
|
/external/skqp/src/gpu/ |
D | GrRect.h | 20 r.setEmpty(); in MakeEmpty() 41 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 66 { 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
|