/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatSize.cpp | 53 bool FloatSize::isZero() const in isZero() function in WebCore::FloatSize
|
D | IntRectExtent.h | 67 bool isZero() const { return !left() && !right() && !top() && !bottom(); } in isZero() function
|
D | FloatRoundedRect.cpp | 54 bool FloatRoundedRect::Radii::isZero() const in isZero() function in WebCore::FloatRoundedRect::Radii
|
D | IntSize.h | 56 bool isZero() const { return !m_width && !m_height; } in isZero() function
|
D | FloatPoint3D.h | 87 bool isZero() const in isZero() function
|
D | LayoutSize.h | 62 bool isZero() const { return !m_width && !m_height; } in isZero() function
|
D | RoundedRect.cpp | 38 bool RoundedRect::Radii::isZero() const in isZero() function in WebCore::RoundedRect::Radii
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Decimal.h | 76 bool isZero() const { return m_formatClass == ClassZero; } in isZero() function 133 bool isZero() const { return m_data.isZero(); } in isZero() function
|
D | Length.h | 201 bool isZero() const in isZero() function
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 160 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/ |
D | BorderImageLength.h | 71 bool isZero() const in isZero() function
|
/external/clang/include/clang/AST/ |
D | CharUnits.h | 116 bool isZero() const { return Quantity == 0; } in isZero() function
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTransformDistance.cpp | 190 bool SVGTransformDistance::isZero() const in isZero() function in WebCore::SVGTransformDistance
|
D | SVGLength.h | 95 bool isZero() const in isZero() function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | IntArray.java | 96 public boolean isZero() in isZero() method in IntArray
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkSize.h | 31 bool isZero() const { in isZero() function
|
D | Sk64.h | 67 SkBool isZero() const { return (fHi | fLo) == 0; } in isZero() function
|
D | SkPoint.h | 35 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/ |
D | SkSize.h | 31 bool isZero() const { in isZero() function
|
D | Sk64.h | 67 SkBool isZero() const { return (fHi | fLo) == 0; } in isZero() function
|
D | SkPoint.h | 35 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/ |
D | Math.h | 261 bool isZero() const { in isZero() function
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 376 bool isZero() const { return category == fcZero; } in isZero() function
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 216 bool isZero(Expr *E) { in isZero() function in __anonc46563330111::ZeroOutInDeallocRemover
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSCalculationValue.cpp | 206 virtual bool isZero() const in isZero() function in WebCore::CSSCalcPrimitiveValue 418 virtual bool isZero() const in isZero() function in WebCore::CSSCalcBinaryOperation
|