Home
last modified time | relevance | path

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

12

/external/skia/tools/lua/
Dskia.lua59 function Sk.Rect:setEmpty() function
/external/skqp/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.h135 void setEmpty() { *this = SkRRect(); } in setEmpty() function
DSkRect.h235 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
953 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.h135 void setEmpty() { *this = SkRRect(); } in setEmpty() function
DSkRect.h235 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
953 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/skqp/src/gpu/
DGrRect.h41 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/external/skia/src/gpu/
DGrRect.h41 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() function
/external/skqp/src/core/
DSkRasterClip.h37 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function
DSkRasterClip.cpp191 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
DSkCoverageDelta.h204 void setEmpty() { fType = Type::kEmpty; } in setEmpty() function
DSkClipStack.cpp243 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
DSkRegion.cpp178 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
DSkAAClip.cpp617 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
/external/skia/src/core/
DSkRasterClip.h37 void setEmpty() { fBounds.setEmpty(); } in setEmpty() function
DSkRasterClip.cpp191 bool SkRasterClip::setEmpty() { in setEmpty() function in SkRasterClip
DSkCoverageDelta.h204 void setEmpty() { fType = Type::kEmpty; } in setEmpty() function
DSkClipStack.cpp243 void SkClipStack::Element::setEmpty() { in setEmpty() function in SkClipStack::Element
DSkRegion.cpp178 bool SkRegion::setEmpty() { in setEmpty() function in SkRegion
DSkAAClip.cpp617 bool SkAAClip::setEmpty() { in setEmpty() function in SkAAClip
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h99 EIGEN_DEVICE_FUNC inline void setEmpty() in setEmpty() function

12