HomeSort by relevance Sort by last modified time
    Searched refs:setEmpty (Results 1 - 25 of 237) 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/chromium_org/third_party/skia/include/gpu/
GrRect.h 19 r.setEmpty();
28 void setEmpty() { memset(this, 0, sizeof(*this)); }
  /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/skia/src/animator/
SkDisplayBounds.cpp 30 fBounds.setEmpty();
SkBoundable.cpp 46 fMaker.fDisplayList.fBounds.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();
  /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/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();
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/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();
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 92 mFrameBounds.setEmpty();
98 mFrameBounds.setEmpty();
  /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 189 viewport.logicalFrame.setEmpty();
195 viewport.physicalFrame.setEmpty();
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 70 - (void)setEmpty:(BOOL)empty;
  /external/chromium_org/third_party/skia/gm/
drrect.cpp 52 inners[0].setEmpty();

Completed in 988 milliseconds

1 2 3 4 5 6 7 8 910