/external/skia/src/images/ |
D | SkPageFlipper.cpp | 18 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/ |
D | GrClip.cpp | 14 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()
|
D | GrRenderTarget.cpp | 72 fResolveRect.setEmpty(); in flagAsNeedingResolve()
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 50 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()
|
D | SkAAClip.cpp | 420 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 …]
|
D | SkRegion_path.cpp | 262 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()
|
D | SkRegion.cpp | 121 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()
|
D | SkBitmap_scroll.cpp | 47 inval->setEmpty(); in scrollRect()
|
D | SkCanvas.cpp | 402 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()
|
D | SkRegion_rects.cpp | 228 return this->setEmpty(); 241 return this->setEmpty();
|
D | SkRasterClip.h | 31 bool setEmpty();
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Tile.cpp | 150 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()
|
D | GLExtras.cpp | 129 startRect.setEmpty(); in drawRegion()
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 60 { 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/ |
D | PluginWidgetAndroid.cpp | 64 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/ |
D | SkDisplayBounds.cpp | 30 fBounds.setEmpty(); in draw()
|
D | SkBoundable.cpp | 46 fMaker.fDisplayList.fBounds.setEmpty(); in SkBoundableAuto()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | ScrollableLayerAndroid.h | 37 m_scrollLimits.setEmpty(); in ScrollableLayerAndroid()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button_cell.h | 51 - (void)setEmpty:(BOOL)empty;
|
D | bookmark_button_cell_unittest.mm | 99 [cell setEmpty:NO]; 104 [cell setEmpty:YES];
|
/external/skia/src/text/ |
D | SkTextLayout.cpp | 23 fBounds.setEmpty(); in SkTextLayout()
|
/external/skia/include/core/ |
D | SkRect.h | 25 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
|
D | SkSize.h | 41 void setEmpty() { in setEmpty() function
|
/external/skia/src/effects/ |
D | SkRectShape.cpp | 18 fBounds.setEmpty(); in SkRectShape()
|
/external/skia/include/gpu/ |
D | GrClip.h | 82 void setEmpty();
|