/external/skia/src/images/ |
D | SkPageFlipper.cpp | 25 fDirty0->setEmpty(); in SkPageFlipper() 26 fDirty1->setEmpty(); in SkPageFlipper() 36 fDirty1->setEmpty(); in SkPageFlipper() 45 fDirty0->setEmpty(); in resize() 81 fDirty1->setEmpty(); in update()
|
/external/webkit/WebKit/android/nav/ |
D | FindCanvas.cpp | 176 r.setEmpty(); in addMatchPos() 310 mWorkingRegion.setEmpty(); in findHelper() 326 mWorkingRegion.setEmpty(); in findHelper() 333 mWorkingRegion.setEmpty(); in findHelper() 386 mWorkingRegion.setEmpty(); in findHelper() 430 mWorkingRegion.setEmpty(); in findHelper() 455 mWorkingRegion.setEmpty(); in findHelper()
|
D | CachedRoot.cpp | 73 setEmpty(); in CommonCheck() 89 void setEmpty() { mUnion.setEmpty(); } in setEmpty() function in android::CommonCheck 123 mAllDrawnIn.setEmpty(); in BoundsCheck() 124 mLastAll.setEmpty(); in BoundsCheck() 125 mLastOver.setEmpty(); in BoundsCheck() 137 mDrawnOver.setEmpty(); in checkLast() 139 mAllDrawnIn.setEmpty(); in checkLast() 167 mDrawnOver.setEmpty(); in onIRect() 266 mBounder.setEmpty(); in drawText() 274 mBounder.setEmpty(); in drawPosText() [all …]
|
D | SelectText.cpp | 448 mBestBounds.setEmpty(); in reset() 574 mBestBounds.setEmpty(); in FindLast() 614 mEndExtra.setEmpty(); in BuilderCheck() 615 mLast.setEmpty(); in BuilderCheck() 617 mSelectRect.setEmpty(); in BuilderCheck() 620 mStartExtra.setEmpty(); in BuilderCheck() 676 mStartExtra.setEmpty(); in checkFlipRect() 686 mEndExtra.setEmpty(); in checkFlipRect() 728 mLast.setEmpty(); in resetLast() 741 mLast.setEmpty(); in setFlippedState() [all …]
|
/external/skia/src/core/ |
D | SkRegion_path.cpp | 270 return this->setEmpty(); in setPath() 277 return this->setEmpty(); in setPath() 293 return this->setEmpty(); in setPath() 299 return this->setEmpty(); in setPath() 307 return this->setEmpty(); in setPath()
|
D | SkRegion.cpp | 160 bool SkRegion::setEmpty() in setEmpty() function in SkRegion 171 return this->setEmpty(); in setRect() 257 return this->setEmpty(); in setRuns() 507 dst->setEmpty(); in translate() 954 return this->setEmpty(); in op() 962 return this->setEmpty(); in op()
|
D | SkBitmap_scroll.cpp | 40 inval->setEmpty(); in scrollRect()
|
D | SkCanvas.cpp | 496 rec->fRegion->setEmpty(); in setDevice() 498 (void)rec->fRegion->setEmpty(); in setDevice() 640 fMCRec->fRegion->setEmpty(); in saveLayer() 892 rCompare.setEmpty(); in computeLocalClipBoundsCompareType() 966 bounds->setEmpty(); in getClipBounds() 975 bounds->setEmpty(); in getClipBounds()
|
/external/webkit/WebKit/android/plugins/ |
D | PluginWidgetAndroid.cpp | 63 m_requestedVisibleRect.setEmpty(); in PluginWidgetAndroid() 64 m_visibleDocRect.setEmpty(); in PluginWidgetAndroid() 65 m_pluginBounds.setEmpty(); in PluginWidgetAndroid() 433 visibleRect.setEmpty(); in computeVisiblePluginRect()
|
/external/skia/src/animator/ |
D | SkDisplayBounds.cpp | 38 fBounds.setEmpty(); in draw()
|
D | SkBoundable.cpp | 54 fMaker.fDisplayList.fBounds.setEmpty(); in SkBoundableAuto()
|
D | SkDrawRectangle.cpp | 48 fRect.setEmpty(); in SkDrawRect()
|
D | SkDisplayList.cpp | 43 fInvalBounds.setEmpty(); in draw()
|
D | SkPathParts.cpp | 237 fRect.setEmpty(); in SkAddRect()
|
/external/skia/include/core/ |
D | SkSize.h | 34 void setEmpty() { in setEmpty() function
|
D | SkRect.h | 59 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function 276 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
|
D | SkRegion.h | 89 bool setEmpty();
|
/external/skia/tests/ |
D | PathTest.cpp | 76 bounds.setEmpty(); in TestPath()
|
/external/webkit/WebKit/android/jni/ |
D | PictureSet.cpp | 136 area.setEmpty(); in build() 175 drawn.setEmpty(); in build() 213 working->mArea.setEmpty(); in clear()
|
D | WebViewCore.cpp | 765 m_addInval.setEmpty(); in clearContent() 766 m_rebuildInval.setEmpty(); in clearContent() 886 m_addInval.setEmpty(); in recordContent() 888 m_rebuildInval.setEmpty(); in recordContent()
|
/external/skia/src/utils/ |
D | SkCullPoints.cpp | 77 r.setEmpty(); in SkCullPoints()
|
/external/skia/src/views/ |
D | SkTextBox.cpp | 95 fBox.setEmpty(); in SkTextBox()
|
D | SkWindow.cpp | 145 fDirtyRgn.setEmpty(); in update()
|
D | SkStackViewLayout.cpp | 230 fMargin.setEmpty(); in SkFillViewLayout()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | SkiaUtils.cpp | 159 destRect->setEmpty(); in IntersectRectAndRegion()
|