Home
last modified time | relevance | path

Searched defs:setEmpty (Results 1 – 25 of 28) sorted by relevance

12

/external/skqp/tools/lua/
Dskia.lua59 function Sk.Rect:setEmpty() function
/external/skia/tools/lua/
Dskia.lua59 function Sk.Rect:setEmpty() function
/external/skqp/include/core/
DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
73 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
DSkRRect.h127 void setEmpty() { *this = SkRRect(); } in setEmpty() function
DSkRect.h259 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
1000 void setEmpty() { *this = MakeEmpty(); } in setEmpty() function
/external/skia/include/core/
DSkSize.h31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty() function
73 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty() function
DSkRRect.h126 void setEmpty() { *this = SkRRect(); } in setEmpty() function
DSkRect.h272 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
1010 void setEmpty() { *this = MakeEmpty(); } in setEmpty() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
DMyBean.java49 public void setEmpty(List<Integer> empty) { in setEmpty() method in MyBean
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DSkipBean.java79 public void setEmpty(List<File> empty) { in setEmpty() method in SkipBean
/external/skia/src/gpu/
DGrRect.h40 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/external/skqp/src/gpu/
DGrRect.h40 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/external/skqp/src/core/
DSkRasterClip.h36 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function
DSkRasterClip.cpp190 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
DSkClipStack.cpp239 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
DSkRegion.cpp136 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
DSkAAClip.cpp699 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
/external/skia/src/core/
DSkRasterClip.h36 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function
DSkRasterClip.cpp190 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
DSkClipStack.cpp239 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
DSkRegion.cpp136 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
DSkAAClip.cpp699 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h99 EIGEN_DEVICE_FUNC inline void setEmpty() in setEmpty() function
/external/skqp/site/user/api/
DSkIRect_Reference.md958 ## setEmpty section in <a name="SkIRect"></a> Struct SkIRect
/external/skia/site/user/api/
DSkIRect_Reference.md986 ## setEmpty section in <a name="SkIRect"></a> Struct SkIRect

12