/frameworks/base/services/java/com/android/server/display/ |
DisplayDevice.java | 184 viewport.logicalFrame.setEmpty(); 190 viewport.physicalFrame.setEmpty();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
LineInfo.h | 51 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
|
/external/chromium_org/third_party/skia/include/core/ |
SkSize.h | 41 void setEmpty() {
|
SkRRect.h | 45 initialized with one of the initialization functions (e.g., setEmpty, 113 void setEmpty() { 114 fRect.setEmpty(); 126 this->setEmpty(); 143 this->setEmpty();
|
SkClipStack.h | 50 this->setEmpty(); 189 this->setEmpty(); 207 fFiniteBound.setEmpty(); 224 void setEmpty() { 226 fFiniteBound.setEmpty(); 229 fRect.setEmpty();
|
SkRect.h | 25 r.setEmpty(); 123 void setEmpty() { memset(this, 0, sizeof(*this)); } 370 r.setEmpty(); 487 void setEmpty() { memset(this, 0, sizeof(*this)); }
|
/external/chromium_org/third_party/skia/src/core/ |
SkRasterClip.cpp | 52 bool SkRasterClip::setEmpty() { 56 fBW.setEmpty(); 57 fAA.setEmpty(); 67 fAA.setEmpty(); 185 dst->setEmpty(); 196 dst->fAA.setEmpty(); 199 dst->fBW.setEmpty();
|
/external/skia/include/core/ |
SkSize.h | 41 void setEmpty() {
|
SkRRect.h | 45 initialized with one of the initialization functions (e.g., setEmpty, 113 void setEmpty() { 114 fRect.setEmpty(); 126 this->setEmpty(); 143 this->setEmpty();
|
SkClipStack.h | 50 this->setEmpty(); 189 this->setEmpty(); 207 fFiniteBound.setEmpty(); 224 void setEmpty() { 226 fFiniteBound.setEmpty(); 229 fRect.setEmpty();
|
SkRect.h | 25 r.setEmpty(); 123 void setEmpty() { memset(this, 0, sizeof(*this)); } 370 r.setEmpty(); 487 void setEmpty() { memset(this, 0, sizeof(*this)); }
|
/external/skia/src/core/ |
SkRasterClip.cpp | 52 bool SkRasterClip::setEmpty() { 56 fBW.setEmpty(); 57 fAA.setEmpty(); 67 fAA.setEmpty(); 185 dst->setEmpty(); 196 dst->fAA.setEmpty(); 199 dst->fBW.setEmpty();
|
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPickerItem.java | 92 mFrameBounds.setEmpty(); 98 mFrameBounds.setEmpty();
|
/external/skia/tools/lua/ |
skia.lua | 59 function Sk.Rect:setEmpty()
|
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 184 public void setEmpty() {
|
Rect.java | 233 public void setEmpty() {
|
Region.java | 83 public void setEmpty() { 331 setEmpty();
|
/frameworks/base/libs/hwui/ |
Rect.h | 89 inline void setEmpty() {
|
/frameworks/base/services/java/com/android/server/wm/ |
FakeWindowImpl.java | 87 mWindowHandle.touchableRegion.setEmpty();
|
/frameworks/base/core/java/android/view/ |
ViewTreeObserver.java | 238 contentInsets.setEmpty(); 239 visibleInsets.setEmpty(); 240 touchableRegion.setEmpty(); [all...] |
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
ViewElement.java | 192 visibleBounds.setEmpty();
|
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 60 { if (AmbientDimAtCompileTime!=Dynamic) setEmpty(); } 64 { setEmpty(); } 87 /** \deprecated use setEmpty */ 88 inline void setNull() { setEmpty(); } 94 inline void setEmpty()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureTrailsPreview.java | 140 dirtyRect.setEmpty();
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RectFTest.java | 410 // Before setEmpty() 417 // After setEmpty() 418 mRectF.setEmpty();
|
RectTest.java | 461 // Before setEmpty() 468 // After setEmpty() 469 mRect.setEmpty();
|