Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatSize.cpp53 bool FloatSize::isZero() const in isZero() function in WebCore::FloatSize
DIntRectExtent.h67 bool isZero() const { return !left() && !right() && !top() && !bottom(); } in isZero() function
DFloatRoundedRect.cpp54 bool FloatRoundedRect::Radii::isZero() const in isZero() function in WebCore::FloatRoundedRect::Radii
DIntSize.h56 bool isZero() const { return !m_width && !m_height; } in isZero() function
DFloatPoint3D.h87 bool isZero() const in isZero() function
DLayoutSize.h62 bool isZero() const { return !m_width && !m_height; } in isZero() function
DRoundedRect.cpp38 bool RoundedRect::Radii::isZero() const in isZero() function in WebCore::RoundedRect::Radii
/external/chromium_org/third_party/WebKit/Source/platform/
DDecimal.h76 bool isZero() const { return m_formatClass == ClassZero; } in isZero() function
133 bool isZero() const { return m_data.isZero(); } in isZero() function
DLength.h201 bool isZero() const in isZero() function
/external/llvm/include/llvm/IR/
DConstants.h160 bool isZero() const { in isZero() function
266 bool isZero() const { return Val.isZero(); } in isZero() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderImageLength.h71 bool isZero() const in isZero() function
/external/clang/include/clang/AST/
DCharUnits.h116 bool isZero() const { return Quantity == 0; } in isZero() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTransformDistance.cpp190 bool SVGTransformDistance::isZero() const in isZero() function in WebCore::SVGTransformDistance
DSVGLength.h95 bool isZero() const in isZero() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DIntArray.java96 public boolean isZero() in isZero() method in IntArray
/external/chromium_org/third_party/skia/include/core/
DSkSize.h31 bool isZero() const { in isZero() function
DSk64.h67 SkBool isZero() const { return (fHi | fLo) == 0; } in isZero() function
DSkPoint.h35 bool isZero() const { return (fX | fY) == 0; } in isZero() function
149 bool isZero() const { return (0 == fX) & (0 == fY); } in isZero() function
/external/skia/include/core/
DSkSize.h31 bool isZero() const { in isZero() function
DSk64.h67 SkBool isZero() const { return (fHi | fLo) == 0; } in isZero() function
DSkPoint.h35 bool isZero() const { return (fX | fY) == 0; } in isZero() function
149 bool isZero() const { return (0 == fX) & (0 == fY); } in isZero() function
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h261 bool isZero() const { in isZero() function
/external/llvm/include/llvm/ADT/
DAPFloat.h376 bool isZero() const { return category == fcZero; } in isZero() function
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp216 bool isZero(Expr *E) { in isZero() function in __anonc46563330111::ZeroOutInDeallocRemover
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.cpp206 virtual bool isZero() const in isZero() function in WebCore::CSSCalcPrimitiveValue
418 virtual bool isZero() const in isZero() function in WebCore::CSSCalcBinaryOperation

12