Home
last modified time | relevance | path

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

1234

/external/skia/src/core/
DSkRasterClip.cpp92 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
96 fBW.setEmpty(); in setEmpty()
97 fAA.setEmpty(); in setEmpty()
107 fAA.setEmpty(); in setRect()
254 dst->setEmpty(); in translate()
265 dst->fAA.setEmpty(); in translate()
268 dst->fBW.setEmpty(); in translate()
DSkClipStack.cpp25 fDeviceSpaceRRect.setEmpty(); in Element()
175 fFiniteBound.setEmpty(); in initCommon()
279 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
281 fFiniteBound.setEmpty(); in setEmpty()
284 fDeviceSpaceRRect.setEmpty(); in setEmpty()
362 fFiniteBound.setEmpty(); in combineBoundsDiff()
405 this->setEmpty(); in combineBoundsIntersection()
467 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
624 canvFiniteBound->setEmpty(); in getBounds()
721 prior->setEmpty(); in pushElement()
[all …]
DSkAAClip.cpp400 return target->setEmpty(); in finish()
866 mask->bounds().setEmpty(); in copyToMask()
1093 return this->setEmpty(); in trimLeftRight()
1157 return this->setEmpty(); in trimTopBottom()
1235 fBounds.setEmpty(); in SkAAClip()
1240 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
1264 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
1266 fBounds.setEmpty(); in setEmpty()
1273 return this->setEmpty(); in setRect()
1315 return this->setEmpty(); in setRegion()
[all …]
DSkReadBuffer.cpp209 rect->setEmpty(); in readIRect()
215 rect->setEmpty(); in readRect()
222 r.setEmpty(); in readRect()
250 rrect->setEmpty(); in readRRect()
261 region->setEmpty(); in readRegion()
DSkRasterClip.h64 bool setEmpty();
121 fAA.setEmpty(); // don't need this anymore
DSkClipStack.h71 this->setEmpty(); in Element()
224 this->setEmpty(); in Element()
255 void setEmpty();
/external/skia/docs/examples/
DRegion_setRect.cpp8 bool setEmpty = region.setRect({1, 2, 1, 4}); in draw() local
10 SkDebugf("setEmpty: %s\n", setEmpty ? "true" : "false"); in draw()
DRect_setEmpty.cpp10 rect.setEmpty(); in draw()
DIRect_setEmpty.cpp10 rect.setEmpty(); in draw()
DRRect_setEmpty.cpp9 rrect.setEmpty(); in draw()
DRegion_isEmpty.cpp13 region.setEmpty(); in draw()
DRegion_isRect.cpp13 region.setEmpty(); in draw()
DRegion_setEmpty.cpp12 region.setEmpty(); in draw()
DRegion_equal1_operator.cpp14 one.setEmpty(); in draw()
DRegion_setRects.cpp10 region.setEmpty(); in draw()
DRegion_copy_const_SkRegion.cpp14 region.setEmpty(); in draw()
DRegion_setRegion.cpp15 region2.setEmpty(); in draw()
/external/skia/tests/
DPathOpsBoundsTest.cpp59 bounds.setEmpty(); in DEF_TEST()
64 bounds.setEmpty(); in DEF_TEST()
69 bounds.setEmpty(); in DEF_TEST()
DRoundRectTest.cpp190 empty.setEmpty(); in test_round_rect_basic()
298 empty.setEmpty(); in test_round_rect_rects()
532 dst.setEmpty(); in assert_transform_failure()
559 dst.setEmpty(); in test_transform_helper()
595 dst.setEmpty(); in test_transform_helper()
614 dst.setEmpty(); in test_transform_helper()
639 dst.setEmpty(); in test_transform_helper()
646 dst.setEmpty(); in test_transform_helper()
669 dst.setEmpty(); in test_transform_helper()
691 dst.setEmpty(); in test_transform_helper()
[all …]
/external/skia/src/gpu/
DAtlasTypes.cpp46 fDirtyRect.setEmpty(); in Plot()
153 fDirtyRect.setEmpty(); in prepareForUpload()
172 fDirtyRect.setEmpty(); in resetRects()
/external/skia/include/core/
DSkSize.h34 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
74 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
/external/skia/gm/
Drrect.cpp36 dst->setEmpty(); in inset0()
56 dst->setEmpty(); in inset1()
72 dst->setEmpty(); in inset2()
100 dst->setEmpty(); in inset3()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h102 { if (EIGEN_CONST_CONDITIONAL(AmbientDimAtCompileTime!=Dynamic)) setEmpty(); } in AlignedBox()
106 { setEmpty(); } in AlignedBox()
127 EIGEN_DEVICE_FUNC inline void setNull() { setEmpty(); } in setNull()
135 EIGEN_DEVICE_FUNC inline void setEmpty() in setEmpty() function
/external/skia/tools/viewer/
DTypefaceSlide.cpp106 fDrawArea.setEmpty(); in draw()
259 fDrawArea.setEmpty(); in onSetControls()
268 fDrawArea.setEmpty(); in onSetControls()
/external/skia/modules/sksg/src/
DSkSGInvalidationController.cpp34 fBounds.setEmpty(); in reset()

1234