Searched refs:fill (Results 101 - 125 of 657) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h138 if (!(fill->opacity == obj))
139 fill.access()->opacity = obj;
145 if (!(fill->paintType == type))
146 fill.access()->paintType = type;
147 if (!(fill->paintColor == color))
148 fill.access()->paintColor = color;
149 if (!(fill->paintUri == uri))
150 fill.access()->paintUri = uri;
153 if (!(fill->visitedLinkPaintType == type))
154 fill
410 DataRef<StyleFillData> fill; member in class:blink::SVGRenderStyle
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java101 if ( n > 0 ) fill(n); // out of elements?
105 public void fill(int n) { method in class:LookaheadStream
/external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A Dstreambuf.pass.cpp34 assert(is.fill() == ' ');
47 assert(is.fill() == L' ');
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dstreambuf.pass.cpp34 assert(is.fill() == ' ');
47 assert(is.fill() == L' ');
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
H A Dmove.pass.cpp52 assert(os.fill() == ' ');
66 assert(os.fill() == L' ');
H A Dstreambuf.pass.cpp34 assert(os.fill() == ' ');
46 assert(os.fill() == L' ');
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
H A Dctor_streambuf.pass.cpp32 assert(ios.fill() == ' ');
45 assert(ios.fill() == ' ');
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.css78 fill-opacity: 0;
85 fill: white;
90 fill: white;
128 fill-opacity: 0;
140 fill-opacity: 0;
151 fill-opacity: 0;
161 fill: rgb(68, 187, 68);
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h543 the following functions to fill them in. */
550 cplus_demangle_fill_component (struct demangle_component *fill,
559 cplus_demangle_fill_name (struct demangle_component *fill,
567 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
577 cplus_demangle_fill_operator (struct demangle_component *fill,
585 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
593 cplus_demangle_fill_ctor (struct demangle_component *fill,
601 cplus_demangle_fill_dtor (struct demangle_component *fill,
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c125 BOOLEAN fill = FALSE; local
138 if (k > 0 || fill)
141 fill = TRUE;
/external/chromium_org/media/base/
H A Dvector_math_perftest.cc14 using std::fill;
31 fill(input_vector_.get(), input_vector_.get() + kVectorSize, 1.0f);
32 fill(output_vector_.get(), output_vector_.get() + kVectorSize, 0.0f);
/external/proguard/src/proguard/gui/
H A DTabbedPane.java56 cardConstraints.fill = GridBagConstraints.BOTH;
75 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;
155 imageConstraints.fill = GridBagConstraints.BOTH;
/external/proguard/src/proguard/util/
H A DArrayUtil.java365 Arrays.fill(array, 0, size, initialValue);
374 Arrays.fill(array, 0, size, initialValue);
481 Arrays.fill(array, 0, size, initialValue);
490 Arrays.fill(array, 0, size, initialValue);
597 Arrays.fill(array, 0, size, initialValue);
606 Arrays.fill(array, 0, size, initialValue);
713 Arrays.fill(array, 0, size, initialValue);
722 Arrays.fill(array, 0, size, initialValue);
829 Arrays.fill(array, 0, size, initialValue);
838 Arrays.fill(arra
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.m88 if ( n > 0 ) fill(n); // out of elements?
92 public void fill(int n) {
/external/chromium_org/crypto/
H A Dhmac.cc20 std::fill(raw_key.begin(), raw_key.end(), 0);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.h22 String fill();
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dwrap-commit-msg.py38 return textwrap.fill(text, break_long_words=False) + '\n'
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/
H A Dpaper-menu-button-transition-extracted.js54 fill: 'forwards'
71 fill: 'both'
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGPolyline.cpp21 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
/external/chromium_org/third_party/skia/tests/
H A DEmptyPathTest.cpp130 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
131 path.setFillType(gFills[fill]);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dlow_level_alloc_unittest.cc45 int fill; // filled with data starting with this member in struct:BlockDesc
52 CHECK((d.ptr[i] & 0xff) == ((d.fill + i) & 0xff));
59 d->fill = rand() & 0xff;
61 d->ptr[i] = (d->fill + i) & 0xff;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dlow_level_alloc_unittest.cc45 int fill; // filled with data starting with this member in struct:BlockDesc
52 CHECK((d.ptr[i] & 0xff) == ((d.fill + i) & 0xff));
59 d->fill = rand() & 0xff;
61 d->ptr[i] = (d->fill + i) & 0xff;
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_ball_as_filled_path.js28 canvasContext.fill();
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py38 return textwrap.fill(text, break_long_words=False) + '\n'
/external/skia/src/svg/
H A DSkSVGPolyline.cpp21 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),

Completed in 768 milliseconds

1234567891011>>