/external/skqp/src/core/ |
D | SkRasterClip.h | 24 bounds->setEmpty(); in applyClipRestriction() 36 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function 91 bool setEmpty(); 155 fAA.setEmpty(); // don't need this guy anymore 174 bounds->setEmpty(); in applyClipRestriction() 183 bounds->setEmpty(); in applyClipRestriction()
|
D | SkClipStack.cpp | 25 fDeviceSpaceRRect.setEmpty(); in Element() 150 fFiniteBound.setEmpty(); in initCommon() 239 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element 241 fFiniteBound.setEmpty(); in setEmpty() 244 fDeviceSpaceRRect.setEmpty(); in setEmpty() 320 fFiniteBound.setEmpty(); in combineBoundsDiff() 379 fFiniteBound.setEmpty(); in combineBoundsUnion() 425 this->setEmpty(); in combineBoundsIntersection() 447 this->setEmpty(); in combineBoundsRevDiff() 520 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID() [all …]
|
D | SkRasterClip.cpp | 112 fBounds.setEmpty(); in opIRect() 190 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip 194 fBW.setEmpty(); in setEmpty() 195 fAA.setEmpty(); in setEmpty() 205 fAA.setEmpty(); in setRect() 409 dst->setEmpty(); in translate() 420 dst->fAA.setEmpty(); in translate() 423 dst->fBW.setEmpty(); in translate()
|
D | SkAAClip.cpp | 477 return this->setEmpty(); in trimLeftRight() 541 return this->setEmpty(); in trimTopBottom() 628 fBounds.setEmpty(); in SkAAClip() 633 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip() 699 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip 701 fBounds.setEmpty(); in setEmpty() 708 return this->setEmpty(); in setRect() 758 return this->setEmpty(); in setRect() 786 return this->setEmpty(); in setRegion() 859 this->setEmpty(); in setRegion() [all …]
|
D | SkReadBuffer.cpp | 194 rect->setEmpty(); in readIRect() 200 rect->setEmpty(); in readRect() 206 rrect->setEmpty(); in readRRect() 215 region->setEmpty(); in readRegion()
|
D | SkClipStack.h | 67 this->setEmpty(); in Element() 223 this->setEmpty(); in Element() 244 void setEmpty();
|
D | SkRegion_path.cpp | 314 return dst->setEmpty(); in check_inverse_on_empty_return() 322 return this->setEmpty(); in setPath() 351 return this->setEmpty(); in setPath() 359 return this->setEmpty(); in setPath()
|
/external/skia/src/core/ |
D | SkRasterClip.h | 24 bounds->setEmpty(); in applyClipRestriction() 36 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function 91 bool setEmpty(); 155 fAA.setEmpty(); // don't need this guy anymore 174 bounds->setEmpty(); in applyClipRestriction() 183 bounds->setEmpty(); in applyClipRestriction()
|
D | SkClipStack.cpp | 25 fDeviceSpaceRRect.setEmpty(); in Element() 150 fFiniteBound.setEmpty(); in initCommon() 239 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element 241 fFiniteBound.setEmpty(); in setEmpty() 244 fDeviceSpaceRRect.setEmpty(); in setEmpty() 320 fFiniteBound.setEmpty(); in combineBoundsDiff() 379 fFiniteBound.setEmpty(); in combineBoundsUnion() 425 this->setEmpty(); in combineBoundsIntersection() 447 this->setEmpty(); in combineBoundsRevDiff() 520 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID() [all …]
|
D | SkRasterClip.cpp | 112 fBounds.setEmpty(); in opIRect() 190 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip 194 fBW.setEmpty(); in setEmpty() 195 fAA.setEmpty(); in setEmpty() 205 fAA.setEmpty(); in setRect() 409 dst->setEmpty(); in translate() 420 dst->fAA.setEmpty(); in translate() 423 dst->fBW.setEmpty(); in translate()
|
D | SkAAClip.cpp | 477 return this->setEmpty(); in trimLeftRight() 541 return this->setEmpty(); in trimTopBottom() 628 fBounds.setEmpty(); in SkAAClip() 633 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip() 699 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip 701 fBounds.setEmpty(); in setEmpty() 708 return this->setEmpty(); in setRect() 758 return this->setEmpty(); in setRect() 786 return this->setEmpty(); in setRegion() 859 this->setEmpty(); in setRegion() [all …]
|
D | SkReadBuffer.cpp | 195 rect->setEmpty(); in readIRect() 201 rect->setEmpty(); in readRect() 207 rrect->setEmpty(); in readRRect() 216 region->setEmpty(); in readRegion()
|
D | SkClipStack.h | 67 this->setEmpty(); in Element() 223 this->setEmpty(); in Element() 244 void setEmpty();
|
D | SkRegion_path.cpp | 314 return dst->setEmpty(); in check_inverse_on_empty_return() 322 return this->setEmpty(); in setPath() 351 return this->setEmpty(); in setPath() 359 return this->setEmpty(); in setPath()
|
/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 | 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/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/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/skia/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 73 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
|
/external/skia/src/gpu/ |
D | GrRect.h | 19 r.setEmpty(); in MakeEmpty() 40 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
|
/external/skqp/src/gpu/ |
D | GrRect.h | 19 r.setEmpty(); in MakeEmpty() 40 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
|