Searched defs:nonZero (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ | ||
H A D | BorderValue.h | 42 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 D | LengthBox.h | 80 bool nonZero() const function in struct:WebCore::LengthBox |
/external/skia/include/core/ | ||
H A D | Sk64.h | 78 SkBool nonZero() const { return fHi | fLo; } function in struct:Sk64 |
Completed in 96 milliseconds