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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/skia/src/images/
SkPageFlipper.cpp 18 fDirty0->setEmpty();
19 fDirty1->setEmpty();
29 fDirty1->setEmpty();
38 fDirty0->setEmpty();
74 fDirty1->setEmpty();
  /external/skia/src/images/
SkPageFlipper.cpp 18 fDirty0->setEmpty();
19 fDirty1->setEmpty();
29 fDirty1->setEmpty();
38 fDirty0->setEmpty();
74 fDirty1->setEmpty();
  /external/skia/include/gpu/
GrRect.h 19 r.setEmpty();
28 void setEmpty() { memset(this, 0, sizeof(*this)); }
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayBounds.cpp 30 fBounds.setEmpty();
SkBoundable.cpp 46 fMaker.fDisplayList.fBounds.setEmpty();
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTightBounds.cpp 20 result->setEmpty();
  /external/skia/src/animator/
SkDisplayBounds.cpp 30 fBounds.setEmpty();
SkBoundable.cpp 46 fMaker.fDisplayList.fBounds.setEmpty();
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 19 r.setEmpty();
40 void setEmpty() { memset(this, 0, sizeof(*this)); }
  /frameworks/base/libs/hwui/
Outline.h 46 setEmpty();
55 void setEmpty() {
Snapshot.cpp 103 clipRegion->setEmpty();
106 clipRect->setEmpty();
143 clipRect->setEmpty();
171 clipRegion->setEmpty();
222 clipRect->setEmpty();
  /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();
SkClipStack.cpp 151 void SkClipStack::Element::setEmpty() {
153 fFiniteBound.setEmpty();
156 fRRect.setEmpty();
231 this->setEmpty();
290 fFiniteBound.setEmpty();
336 this->setEmpty();
358 this->setEmpty();
438 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to
606 canvFiniteBound->setEmpty();
681 prior->setEmpty();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineInfo.h 53 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 39 initialized with one of the initialization functions (e.g., setEmpty,
121 void setEmpty() {
122 fRect.setEmpty();
134 this->setEmpty();
151 this->setEmpty();
  /external/skia/include/core/
SkRRect.h 39 initialized with one of the initialization functions (e.g., setEmpty,
121 void setEmpty() {
122 fRect.setEmpty();
134 this->setEmpty();
151 this->setEmpty();
  /frameworks/base/graphics/java/android/graphics/
Outline.java 61 public void setEmpty() {
70 * Outlines are empty when constructed, or if {@link #setEmpty()} is called,
73 * @see #setEmpty()
160 setEmpty();
182 setEmpty();
211 setEmpty();
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 92 mFrameBounds.setEmpty();
98 mFrameBounds.setEmpty();
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 55 bool SkRasterClip::setEmpty() {
59 fBW.setEmpty();
60 fAA.setEmpty();
70 fAA.setEmpty();
326 dst->setEmpty();
337 dst->fAA.setEmpty();
340 dst->fBW.setEmpty();
SkClipStack.cpp 151 void SkClipStack::Element::setEmpty() {
153 fFiniteBound.setEmpty();
156 fRRect.setEmpty();
231 this->setEmpty();
290 fFiniteBound.setEmpty();
336 this->setEmpty();
358 this->setEmpty();
438 prevFinite.setEmpty(); // there are no pixels that cannot be drawn to
606 canvFiniteBound->setEmpty();
681 prior->setEmpty();
    [all...]
SkRasterClip.h 41 bool setEmpty();
100 fAA.setEmpty(); // don't need this guy anymore
  /external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp 67 bounds.setEmpty();
72 bounds.setEmpty();
  /external/skia/tests/
PathOpsBoundsTest.cpp 67 bounds.setEmpty();
72 bounds.setEmpty();
  /frameworks/base/core/java/android/view/animation/
Transformation.java 72 mClipRect.setEmpty();
111 mClipRect.setEmpty();
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 198 viewport.logicalFrame.setEmpty();
204 viewport.physicalFrame.setEmpty();

Completed in 1191 milliseconds

1 2 3 4 5 6 7 8 910