Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/core/
DSkRasterClip.cpp52 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
56 fBW.setEmpty(); in setEmpty()
57 fAA.setEmpty(); in setEmpty()
67 fAA.setEmpty(); in setRect()
185 dst->setEmpty(); in translate()
196 dst->fAA.setEmpty(); in translate()
199 dst->fBW.setEmpty(); in translate()
DSkClipStack.cpp103 fFiniteBound.setEmpty(); in combineBoundsDiff()
162 fFiniteBound.setEmpty(); in combineBoundsUnion()
208 fFiniteBound.setEmpty(); in combineBoundsIntersection()
231 fFiniteBound.setEmpty(); in combineBoundsRevDiff()
304 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
469 canvFiniteBound->setEmpty(); in getBounds()
543 element->setEmpty(); in clipDevRect()
555 element->setEmpty(); in clipDevRect()
585 element->setEmpty(); in clipDevPath()
591 element->setEmpty(); in clipDevPath()
[all …]
DSkAAClip.cpp436 return this->setEmpty(); in trimLeftRight()
500 return this->setEmpty(); in trimTopBottom()
587 fBounds.setEmpty(); in SkAAClip()
592 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
658 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
660 fBounds.setEmpty(); in setEmpty()
667 return this->setEmpty(); in setRect()
689 return this->setEmpty(); in setRect()
717 return this->setEmpty(); in setRegion()
790 this->setEmpty(); in setRegion()
[all …]
DSkRegion_path.cpp307 return this->setEmpty(); in setPath()
314 return this->setEmpty(); in setPath()
330 return this->setEmpty(); in setPath()
338 return this->setEmpty(); in setPath()
346 return this->setEmpty(); in setPath()
/external/skia/src/core/
DSkRasterClip.cpp52 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
56 fBW.setEmpty(); in setEmpty()
57 fAA.setEmpty(); in setEmpty()
67 fAA.setEmpty(); in setRect()
185 dst->setEmpty(); in translate()
196 dst->fAA.setEmpty(); in translate()
199 dst->fBW.setEmpty(); in translate()
DSkClipStack.cpp103 fFiniteBound.setEmpty(); in combineBoundsDiff()
162 fFiniteBound.setEmpty(); in combineBoundsUnion()
208 fFiniteBound.setEmpty(); in combineBoundsIntersection()
231 fFiniteBound.setEmpty(); in combineBoundsRevDiff()
304 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to in updateBoundAndGenID()
469 canvFiniteBound->setEmpty(); in getBounds()
543 element->setEmpty(); in clipDevRect()
555 element->setEmpty(); in clipDevRect()
585 element->setEmpty(); in clipDevPath()
591 element->setEmpty(); in clipDevPath()
[all …]
DSkAAClip.cpp436 return this->setEmpty(); in trimLeftRight()
500 return this->setEmpty(); in trimTopBottom()
587 fBounds.setEmpty(); in SkAAClip()
592 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
658 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
660 fBounds.setEmpty(); in setEmpty()
667 return this->setEmpty(); in setRect()
689 return this->setEmpty(); in setRect()
717 return this->setEmpty(); in setRegion()
790 this->setEmpty(); in setRegion()
[all …]
DSkRegion_path.cpp307 return this->setEmpty(); in setPath()
314 return this->setEmpty(); in setPath()
330 return this->setEmpty(); in setPath()
338 return this->setEmpty(); in setPath()
346 return this->setEmpty(); in setPath()
/external/skia/include/core/
DSkClipStack.h50 this->setEmpty(); in Element()
189 this->setEmpty(); in Element()
207 fFiniteBound.setEmpty(); in initCommon()
224 void setEmpty() { in setEmpty() function
226 fFiniteBound.setEmpty(); in setEmpty()
229 fRect.setEmpty(); in setEmpty()
DSkRRect.h113 void setEmpty() { in setEmpty() function
114 fRect.setEmpty(); in setEmpty()
126 this->setEmpty(); in setRect()
143 this->setEmpty(); in setOval()
/external/chromium_org/third_party/skia/include/core/
DSkClipStack.h50 this->setEmpty(); in Element()
189 this->setEmpty(); in Element()
207 fFiniteBound.setEmpty(); in initCommon()
224 void setEmpty() { in setEmpty() function
226 fFiniteBound.setEmpty(); in setEmpty()
229 fRect.setEmpty(); in setEmpty()
DSkRRect.h113 void setEmpty() { in setEmpty() function
114 fRect.setEmpty(); in setEmpty()
126 this->setEmpty(); in setRect()
143 this->setEmpty(); in setOval()
/external/skia/gm/
Drrect.cpp20 dst->setEmpty(); in inset0()
40 dst->setEmpty(); in inset1()
56 dst->setEmpty(); in inset2()
84 dst->setEmpty(); in inset3()
/external/skia/tests/
DRoundRectTest.cpp43 empty.setEmpty(); in test_round_rect_basic()
129 empty.setEmpty(); in test_round_rect_rects()
363 dst.setEmpty(); in assert_transform_failure()
390 dst.setEmpty(); in test_transform_helper()
428 dst.setEmpty(); in test_transform_helper()
447 dst.setEmpty(); in test_transform_helper()
473 dst.setEmpty(); in test_transform_helper()
496 dst.setEmpty(); in test_transform_helper()
518 dst.setEmpty(); in test_transform_helper()
DPathOpsBoundsTest.cpp67 bounds.setEmpty(); in PathOpsBoundsTest()
72 bounds.setEmpty(); in PathOpsBoundsTest()
/external/chromium_org/cc/resources/
Dpicture_unittest.cc31 tile_grid_info.fMargin.setEmpty(); in TEST()
108 tile_grid_info.fMargin.setEmpty(); in TEST()
205 tile_grid_info.fMargin.setEmpty(); in TEST()
326 tile_grid_info.fMargin.setEmpty(); in TEST()
381 tile_grid_info.fMargin.setEmpty(); in TEST()
/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.h165 bound->setEmpty(); in getLastBound()
217 fLastBound.setEmpty(); in reset()
/external/chromium_org/third_party/skia/src/gpu/
DGrClipMaskCache.h165 bound->setEmpty(); in getLastBound()
217 fLastBound.setEmpty(); in reset()
/external/skia/src/animator/
DSkDisplayBounds.cpp30 fBounds.setEmpty(); in draw()
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayBounds.cpp30 fBounds.setEmpty(); in draw()
DSkBoundable.cpp46 fMaker.fDisplayList.fBounds.setEmpty(); in SkBoundableAuto()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineInfo.h51 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)

12345