HomeSort by relevance Sort by last modified time
    Searched refs:setEmpty (Results 76 - 100 of 237) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 436 return this->setEmpty();
500 return this->setEmpty();
587 fBounds.setEmpty();
592 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate
658 bool SkAAClip::setEmpty() {
660 fBounds.setEmpty();
667 return this->setEmpty();
689 return this->setEmpty();
717 return this->setEmpty();
790 this->setEmpty();
    [all...]
SkCubicClipper.cpp 14 fClip.setEmpty();
SkRRect.cpp 15 this->setEmpty();
49 this->setEmpty();
103 this->setEmpty();
396 dst->setEmpty();
SkRegion.cpp 136 bool SkRegion::setEmpty() {
146 return this->setEmpty();
239 return this->setEmpty();
540 dst->setEmpty();
590 this->setEmpty();
968 return result ? result->setEmpty() : false;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 436 return this->setEmpty();
500 return this->setEmpty();
587 fBounds.setEmpty();
592 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate
658 bool SkAAClip::setEmpty() {
660 fBounds.setEmpty();
667 return this->setEmpty();
689 return this->setEmpty();
717 return this->setEmpty();
790 this->setEmpty();
    [all...]
SkCubicClipper.cpp 14 fClip.setEmpty();
SkRRect.cpp 15 this->setEmpty();
49 this->setEmpty();
103 this->setEmpty();
396 dst->setEmpty();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 160 deviceClipRect.setEmpty();
186 layerOpaqueRect.setEmpty();
433 opaqueRect.setEmpty();
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 238 contentInsets.setEmpty();
239 visibleInsets.setEmpty();
240 touchableRegion.setEmpty();
    [all...]
WindowInfo.java 145 boundsInScreen.setEmpty();
WindowInsets.java 106 mTempRect.setEmpty();
  /external/chromium_org/cc/base/
region.cc 39 skregion_.setEmpty();
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayList.cpp 35 fInvalBounds.setEmpty();
  /external/chromium_org/third_party/skia/tools/
bench_playback.cpp 45 info.fMargin.setEmpty();
bench_record.cpp 55 info.fMargin.setEmpty();
  /external/skia/src/animator/
SkDisplayList.cpp 35 fInvalBounds.setEmpty();
  /external/skia/tools/
bench_playback.cpp 43 info.fMargin.setEmpty();
bench_record.cpp 53 info.fMargin.setEmpty();
  /frameworks/base/libs/hwui/
LayerCache.cpp 119 layer->setEmpty(true);
VertexBuffer.h 111 mBounds.setEmpty();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewTransform.java 61 rect.setEmpty();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsDrawingPreview.java 102 dirtyRect.setEmpty();
  /external/chromium_org/cc/resources/
picture_pile_base.cc 51 tile_grid_info_.fTileInterval.setEmpty();
52 tile_grid_info_.fMargin.setEmpty();
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerRectangles_Test.cpp 173 bounds[0].setEmpty();
174 bounds[1].setEmpty();
230 bounds.setEmpty();
  /external/skia/experimental/Intersection/
EdgeWalkerRectangles_Test.cpp 173 bounds[0].setEmpty();
174 bounds[1].setEmpty();
230 bounds.setEmpty();

Completed in 1331 milliseconds

1 2 34 5 6 7 8 910