Searched defs:nonZero (Results 1 - 3 of 3) 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);
/external/webkit/Source/WebCore/platform/
H A DLengthBox.h80 bool nonZero() const function in struct:WebCore::LengthBox
/external/skia/include/core/
H A DSk64.h78 SkBool nonZero() const { return fHi | fLo; } function in struct:Sk64

Completed in 96 milliseconds