Home
last modified time | relevance | path

Searched refs:setEmpty (Results 1 – 25 of 54) 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/gpu/
DGrClip.cpp14 fConservativeBounds.setEmpty(); in GrClip()
44 void GrClip::setEmpty() { in setEmpty() function in GrClip
46 fConservativeBounds.setEmpty(); in setEmpty()
54 setEmpty(); in setFromRect()
69 setEmpty(); in setFromIRect()
82 dst->setEmpty(); in intersectWith()
DGrRenderTarget.cpp72 fResolveRect.setEmpty(); in flagAsNeedingResolve()
/external/skia/src/core/
DSkRasterClip.cpp50 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
54 fBW.setEmpty(); in setEmpty()
55 fAA.setEmpty(); in setEmpty()
63 fAA.setEmpty(); in setRect()
182 dst->setEmpty(); in translate()
193 dst->fAA.setEmpty(); in translate()
196 dst->fBW.setEmpty(); in translate()
DSkAAClip.cpp420 return this->setEmpty(); in trimLeftRight()
484 return this->setEmpty(); in trimTopBottom()
571 fBounds.setEmpty(); in SkAAClip()
576 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate in SkAAClip()
642 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
644 fBounds.setEmpty(); in setEmpty()
651 return this->setEmpty(); in setRect()
673 return this->setEmpty(); in setRect()
701 return this->setEmpty(); in setRegion()
774 this->setEmpty(); in setRegion()
[all …]
DSkRegion_path.cpp262 return this->setEmpty(); in setPath()
269 return this->setEmpty(); in setPath()
285 return this->setEmpty(); in setPath()
291 return this->setEmpty(); in setPath()
299 return this->setEmpty(); in setPath()
DSkRegion.cpp121 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
131 return this->setEmpty(); in setRect()
242 return this->setEmpty(); in setRuns()
492 dst->setEmpty(); in translate()
541 this->setEmpty(); in setRects()
938 return this->setEmpty(); in op()
946 return this->setEmpty(); in op()
DSkBitmap_scroll.cpp47 inval->setEmpty(); in scrollRect()
DSkCanvas.cpp402 fLocalBoundsCompareType.setEmpty(); in init()
404 fLocalBoundsCompareTypeBW.setEmpty(); in init()
539 rec->fRasterClip->setEmpty(); in setDevice()
541 (void)rec->fRasterClip->setEmpty(); in setDevice()
729 fMCRec->fRasterClip->setEmpty(); in clipRectBounds()
1066 return currClip->setEmpty(); in clipPathHelper()
1143 tmpClip.setEmpty(); in validateClip()
1163 rCompare.setEmpty(); in computeLocalClipBoundsCompareType()
1234 bounds->setEmpty(); in getClipBounds()
1262 bounds->setEmpty(); in getClipDeviceBounds()
DSkRegion_rects.cpp228 return this->setEmpty();
241 return this->setEmpty();
DSkRasterClip.h31 bool setEmpty();
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTile.cpp150 m_dirtyArea.setEmpty(); // empty dirty rect prevents fast blit path in markAsDirty()
356 m_dirtyArea.setEmpty(); in paintBitmap()
381 m_dirtyArea.setEmpty(); in discardTextures()
443 m_dirtyArea.setEmpty(); in onBlitUpdate()
DGLExtras.cpp129 startRect.setEmpty(); in drawRegion()
/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/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.cpp64 m_requestedVisibleRect.setEmpty(); in PluginWidgetAndroid()
65 m_visibleDocRect.setEmpty(); in PluginWidgetAndroid()
66 m_pluginBounds.setEmpty(); in PluginWidgetAndroid()
473 visibleRect.setEmpty(); in visibleRect()
529 visibleRect.setEmpty(); in computeVisiblePluginRect()
/external/skia/src/animator/
DSkDisplayBounds.cpp30 fBounds.setEmpty(); in draw()
DSkBoundable.cpp46 fMaker.fDisplayList.fBounds.setEmpty(); in SkBoundableAuto()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DScrollableLayerAndroid.h37 m_scrollLimits.setEmpty(); in ScrollableLayerAndroid()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell.h51 - (void)setEmpty:(BOOL)empty;
Dbookmark_button_cell_unittest.mm99 [cell setEmpty:NO];
104 [cell setEmpty:YES];
/external/skia/src/text/
DSkTextLayout.cpp23 fBounds.setEmpty(); in SkTextLayout()
/external/skia/include/core/
DSkRect.h25 r.setEmpty(); in MakeEmpty()
94 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
310 r.setEmpty(); in MakeEmpty()
389 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
DSkSize.h41 void setEmpty() { in setEmpty() function
/external/skia/src/effects/
DSkRectShape.cpp18 fBounds.setEmpty(); in SkRectShape()
/external/skia/include/gpu/
DGrClip.h82 void setEmpty();

123