HomeSort by relevance Sort by last modified time
    Searched refs:setEmpty (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/skia/src/images/
SkPageFlipper.cpp 25 fDirty0->setEmpty();
26 fDirty1->setEmpty();
36 fDirty1->setEmpty();
45 fDirty0->setEmpty();
81 fDirty1->setEmpty();
  /external/skia/src/animator/
SkDisplayBounds.cpp 38 fBounds.setEmpty();
SkBoundable.cpp 54 fMaker.fDisplayList.fBounds.setEmpty();
SkDrawRectangle.cpp 48 fRect.setEmpty();
SkDisplayList.cpp 43 fInvalBounds.setEmpty();
SkPathParts.cpp 237 fRect.setEmpty();
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 92 mFrameBounds.setEmpty();
98 mFrameBounds.setEmpty();
  /external/skia/src/core/
SkBitmap_scroll.cpp 40 inval->setEmpty();
SkRegion_path.cpp 270 return this->setEmpty();
277 return this->setEmpty();
293 return this->setEmpty();
299 return this->setEmpty();
307 return this->setEmpty();
SkRegion.cpp 160 bool SkRegion::setEmpty()
171 return this->setEmpty();
257 return this->setEmpty();
507 dst->setEmpty();
954 return this->setEmpty();
962 return this->setEmpty();
    [all...]
SkCanvas.cpp 496 rec->fRegion->setEmpty();
498 (void)rec->fRegion->setEmpty();
640 fMCRec->fRegion->setEmpty();
892 rCompare.setEmpty();
966 bounds->setEmpty();
975 bounds->setEmpty();
    [all...]
  /external/skia/include/core/
SkSize.h 34 void setEmpty() {
SkRect.h 59 void setEmpty() { memset(this, 0, sizeof(*this)); }
276 void setEmpty() { memset(this, 0, sizeof(*this)); }
SkRegion.h 89 bool setEmpty();
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 176 r.setEmpty();
310 mWorkingRegion.setEmpty();
326 mWorkingRegion.setEmpty();
333 mWorkingRegion.setEmpty();
386 mWorkingRegion.setEmpty();
430 mWorkingRegion.setEmpty();
455 mWorkingRegion.setEmpty();
CachedRoot.cpp 73 setEmpty();
89 void setEmpty() { mUnion.setEmpty(); }
123 mAllDrawnIn.setEmpty();
124 mLastAll.setEmpty();
125 mLastOver.setEmpty();
137 mDrawnOver.setEmpty();
139 mAllDrawnIn.setEmpty();
167 mDrawnOver.setEmpty();
266 mBounder.setEmpty();
    [all...]
SelectText.cpp 448 mBestBounds.setEmpty();
574 mBestBounds.setEmpty();
614 mEndExtra.setEmpty();
615 mLast.setEmpty();
617 mSelectRect.setEmpty();
620 mStartExtra.setEmpty();
676 mStartExtra.setEmpty();
686 mEndExtra.setEmpty();
728 mLast.setEmpty();
741 mLast.setEmpty();
    [all...]
  /external/skia/tests/
PathTest.cpp 76 bounds.setEmpty();
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 63 m_requestedVisibleRect.setEmpty();
64 m_visibleDocRect.setEmpty();
65 m_pluginBounds.setEmpty();
433 visibleRect.setEmpty();
  /external/skia/src/utils/
SkCullPoints.cpp 77 r.setEmpty();
  /external/skia/src/views/
SkTextBox.cpp 95 fBox.setEmpty();
SkStackViewLayout.cpp 230 fMargin.setEmpty();
SkWindow.cpp 145 fDirtyRgn.setEmpty();
  /external/webkit/WebCore/platform/graphics/skia/
SkiaUtils.cpp 159 destRect->setEmpty();
  /frameworks/base/graphics/java/android/graphics/
Region.java 68 public void setEmpty() {

Completed in 531 milliseconds

1 2 3