OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonZero
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderValue.h
45
bool
nonZero
(bool checkStyle = true) const
57
return
nonZero
(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
BorderData.h
47
return m_left.
nonZero
(!haveImage) || m_right.
nonZero
(!haveImage) || m_top.
nonZero
(!haveImage) || m_bottom.
nonZero
(!haveImage);
BorderImageLengthBox.h
85
bool
nonZero
() const
CollapsedBorderValue.h
47
, m_width(border.
nonZero
() ? border.width() : 0)
RenderStyle.h
381
bool hasMargin() const { return surround->margin.
nonZero
(); }
383
bool hasPadding() const { return surround->padding.
nonZero
(); }
384
bool hasOffset() const { return surround->offset.
nonZero
(); }
406
return borderImage().hasImage() && borderImage().outset().
nonZero
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.h
95
bool
nonZero
() const
/external/chromium_org/remoting/webapp/
server_log_entry.js
254
var
nonZero
= false;
255
nonZero
|= entry.addStatsField(
258
nonZero
|= entry.addStatsField(
261
nonZero
|= entry.addStatsField(
264
nonZero
|= entry.addStatsField(
267
nonZero
|= entry.addStatsField(
270
nonZero
|= entry.addStatsField(
273
if (
nonZero
) {
/external/chromium_org/third_party/skia/include/core/
Sk64.h
70
SkBool
nonZero
() const { return fHi | fLo; }
/external/skia/include/core/
Sk64.h
70
SkBool
nonZero
() const { return fHi | fLo; }
/external/skia/tests/
Sk64Test.cpp
20
REPORTER_ASSERT(reporter, a.isZero() != a.
nonZero
());
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java
584
boolean
nonZero
= false;
587
nonZero
= true;
591
assertTrue(
nonZero
);
[
all
...]
/prebuilts/devtools/tools/lib/
traceview.jar
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp
456
LayoutUnit borderLeft = style->borderLeft().
nonZero
() ? style->borderLeft().width() : 0;
457
LayoutUnit borderRight = style->borderRight().
nonZero
() ? style->borderRight().width() : 0;
[
all
...]
Completed in 316 milliseconds