Searched refs:nonZero (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DBorderValue.h42 bool nonZero(bool checkStyle = true) const function in class:WebCore::BorderValue
54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
H A DBorderData.h47 return m_left.nonZero(!haveImage) || m_right.nonZero(!haveImage) || m_top.nonZero(!haveImage) || m_bottom.nonZero(!haveImage);
H A DCollapsedBorderValue.h48 int width() const { return m_border && m_border->nonZero() ? m_border->width() : 0; }
H A DRenderStyle.h344 bool hasMargin() const { return surround->margin.nonZero(); }
346 bool hasPadding() const { return surround->padding.nonZero(); }
347 bool hasOffset() const { return surround->offset.nonZero(); }
/external/webkit/Source/WebCore/platform/
H A DLengthBox.h80 bool nonZero() const function in struct:WebCore::LengthBox
/external/skia/include/core/
H A DSk64.h70 SkBool nonZero() const { return fHi | fLo; } function in struct:Sk64
/external/skia/tests/
H A DSk64Test.cpp19 REPORTER_ASSERT(reporter, a.isZero() != a.nonZero());

Completed in 165 milliseconds