Home
last modified time | relevance | path

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

123

/external/skia/src/images/
DSkPageFlipper.cpp18 fDirty0->setEmpty(); in SkPageFlipper()
19 fDirty1->setEmpty(); in SkPageFlipper()
29 fDirty1->setEmpty(); in SkPageFlipper()
38 fDirty0->setEmpty(); in resize()
74 fDirty1->setEmpty(); in update()
/external/skia/src/core/
DSkClipStack.cpp155 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
157 fFiniteBound.setEmpty(); in setEmpty()
160 fRRect.setEmpty(); in setEmpty()
235 this->setEmpty(); in combineBoundsDiff()
294 fFiniteBound.setEmpty(); in combineBoundsUnion()
340 this->setEmpty(); in combineBoundsIntersection()
362 this->setEmpty(); in combineBoundsRevDiff()
436 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
604 canvFiniteBound->setEmpty(); in getBounds()
689 prior->setEmpty(); in pushElement()
[all …]
DSkRasterClip.cpp55 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
59 fBW.setEmpty(); in setEmpty()
60 fAA.setEmpty(); in setEmpty()
70 fAA.setEmpty(); in setRect()
323 dst->setEmpty(); in translate()
334 dst->fAA.setEmpty(); in translate()
337 dst->fBW.setEmpty(); in translate()
DSkAAClip.cpp476 return this->setEmpty(); in trimLeftRight()
540 return this->setEmpty(); in trimTopBottom()
627 fBounds.setEmpty(); in SkAAClip()
632 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
698 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
700 fBounds.setEmpty(); in setEmpty()
707 return this->setEmpty(); in setRect()
757 return this->setEmpty(); in setRect()
785 return this->setEmpty(); in setRegion()
858 this->setEmpty(); in setRegion()
[all …]
DSkRasterClip.h41 bool setEmpty();
100 fAA.setEmpty(); // don't need this guy anymore
DSkRRect.cpp15 this->setEmpty(); in setRectXY()
51 this->setEmpty(); in setNinePatch()
142 this->setEmpty(); in setRectRadii()
390 dst->setEmpty(); in transform()
456 dst->setEmpty(); in inset()
DSkRegion_path.cpp315 return dst->setEmpty(); in check_inverse_on_empty_return()
323 return this->setEmpty(); in setPath()
352 return this->setEmpty(); in setPath()
360 return this->setEmpty(); in setPath()
DSkBitmap_scroll.cpp33 inval->setEmpty(); in scrollRect()
/external/skia/tests/
DPathOpsBoundsTest.cpp50 bounds.setEmpty(); in DEF_TEST()
55 bounds.setEmpty(); in DEF_TEST()
60 bounds.setEmpty(); in DEF_TEST()
DRoundRectTest.cpp106 empty.setEmpty(); in test_round_rect_basic()
213 empty.setEmpty(); in test_round_rect_rects()
447 dst.setEmpty(); in assert_transform_failure()
474 dst.setEmpty(); in test_transform_helper()
512 dst.setEmpty(); in test_transform_helper()
531 dst.setEmpty(); in test_transform_helper()
557 dst.setEmpty(); in test_transform_helper()
580 dst.setEmpty(); in test_transform_helper()
602 dst.setEmpty(); in test_transform_helper()
/external/skia/include/core/
DSkRRect.h113 void setEmpty() { in setEmpty() function
114 fRect.setEmpty(); in setEmpty()
126 this->setEmpty(); in setRect()
143 this->setEmpty(); in setOval()
DSkClipStack.h58 this->setEmpty(); in Element()
210 this->setEmpty(); in Element()
232 fFiniteBound.setEmpty(); in initCommon()
256 void setEmpty();
/external/skia/gm/
Drrect.cpp20 dst->setEmpty(); in inset0()
40 dst->setEmpty(); in inset1()
56 dst->setEmpty(); in inset2()
84 dst->setEmpty(); in inset3()
Ddrrect.cpp49 inners[0].setEmpty(); in onDraw()
Dimageblurtiled.cpp38 bounds.setEmpty(); in onDraw()
/external/skia/include/gpu/
DGrRect.h19 r.setEmpty(); in MakeEmpty()
40 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h60 { if (AmbientDimAtCompileTime!=Dynamic) setEmpty(); } in AlignedBox()
64 { setEmpty(); } in AlignedBox()
88 inline void setNull() { setEmpty(); } in setNull()
94 inline void setEmpty() in setEmpty() function
/external/skia/src/gpu/
DGrClipMaskCache.h166 bound->setEmpty(); in getLastBound()
221 fLastBound.setEmpty(); in reset()
DGrBatchAtlas.cpp105 fDirtyRect.setEmpty(); in uploadToTexture()
120 fDirtyRect.setEmpty(); in resetRects()
170 fDirtyRect.setEmpty(); in init()
DGrRenderTarget.cpp31 fResolveRect.setEmpty(); in flagAsNeedingResolve()
DGrStencilAttachment.h64 fLastClipStackRect.setEmpty(); in GrStencilAttachment()
/external/skia/src/pathops/
DSkPathOpsTightBounds.cpp21 result->setEmpty(); in TightBounds()
/external/skia/src/animator/
DSkDisplayBounds.cpp30 fBounds.setEmpty(); in draw()
DSkBoundable.cpp46 fMaker.fDisplayList.fBounds.setEmpty(); in SkBoundableAuto()
/external/skia/src/effects/
DSkXfermodeImageFilter.cpp66 foregroundBounds.setEmpty(); in onFilterImage()
70 bounds.setEmpty(); in onFilterImage()

123