Searched refs:span (Results 1 - 25 of 127) sorted by relevance

123456

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnoderemovechild25.js92 var span;
106 span = ent4.firstChild;
108 assertNotNull("spanNotNull",span);
113 removed = ent4.removeChild(span);
H A Dnodeinsertbefore25.js93 var span;
108 span = eRef.firstChild;
110 assertNotNull("spanNotNull",span);
111 spanText = span.firstChild;
114 newNode = doc.createElementNS("http://www.w3.org/1999/xhtml","span");
119 inserted = span.insertBefore(newNode,spanText);
H A Dnodereplacechild31.js93 var span;
108 span = ent4Ref.firstChild;
110 assertNotNull("spanNotNull",span);
111 spanText = span.firstChild;
119 replaced = span.replaceChild(newChild,spanText);
/external/skia/src/effects/
H A DSkTransparentShader.cpp42 void SkTransparentShader::shadeSpan(int x, int y, SkPMColor span[], int count) { argument
49 if (src != span) {
50 memcpy(span, src, count * sizeof(SkPMColor));
55 span[i] = SkAlphaMulQ(src[i], scale);
63 span[i] = SkPixel16ToPixel32(src[i]);
73 span[i] = SkPackARGB32( alpha,
85 span[i] = SkPixel4444ToPixel32(src[i]);
91 span[i] = SkCompact_8888(c);
103 span[i] = SkPackARGB32(src[i], 0, 0, 0);
107 span[
120 shadeSpan16(int x, int y, uint16_t span[], int count) argument
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A Dtable_header.js41 // Header should not span over the vertical scrollbar of the list.
124 var span = this.ownerDocument.createElement('span');
125 span.textContent = cm.getName(index);
129 span.style.backgroundPosition = 'left';
130 span.style.paddingRight= '0';
132 span.style.backgroundPosition = 'right';
133 span.style.paddingLeft= '0';
138 span.className = 'table-header-sort-image-desc';
140 span
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLTableColElement.idl27 attribute long span;
H A DHTMLTableColElement.h37 int span() const { return m_span; } function in class:WebCore::HTMLTableColElement
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp647 // For all span-lengths < kMaxPages we keep an exact-size list.
1102 // Information kept for a span (a contiguous run of pages).
1105 Length length; // Number of pages in span
1109 unsigned int free : 1; // Is the span free
1119 // For debugging, we can keep a log events per span
1126 #define ASSERT_SPAN_COMMITTED(span) ASSERT(!span->decommitted)
1129 void Event(Span* span, char op, int v = 0) {
1130 span->history[span
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java151 int span;
157 /* Find the appropriate 4-point span of the spline. */
159 span = (int) x;
160 if (span >= knot.length - 3) {
161 span = knot.length - 3;
163 x -= span;
164 /* Evaluate the span cubic at x using Horner’s rule. */
165 c3 = CR00 * knot[span + 0] + CR01 * knot[span + 1] + CR02 * knot[span
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMSyntaxHighlighter.js39 var span = document.createElement("span");
40 span.className = "webkit-" + className;
41 span.appendChild(document.createTextNode(content));
42 return span;
/external/webkit/Source/WebCore/rendering/
H A DFixedTableLayout.cpp104 int span = col->span(); local
105 while (span) {
108 m_table->appendColumn(span);
111 spanInCurrentEffectiveColumn = span;
113 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
114 m_table->splitColumn(currentEffectiveColumn, span);
125 span -= spanInCurrentEffectiveColumn;
160 int span = cell->colSpan(); local
167 while (usedSpan < span
292 int span = m_table->spanOfEffCol(i); local
[all...]
H A DRenderTableCol.h44 int span() const { return m_span; } function in class:WebCore::RenderTableCol
45 void setSpan(int span) { m_span = span; } argument
/external/valgrind/main/massif/tests/
H A Dculling2.stderr.exp124 Massif: 0 (t-span = 432) S. 1 (t:16, hp:0, ex:16, st:0)
125 Massif: 1 (t-span = 1248) S. 2 (t:432, hp:400, ex:32, st:0)
126 Massif: 2 (t-span = 2464) S. 3 (t:1248, hp:1200, ex:48, st:0)
127 Massif: 3 (t-span = 3632) S. 5 (t:4080, hp:4000, ex:80, st:0)
128 Massif: 4 (t-span = 5232) S. 7 (t:8512, hp:8400, ex:112, st:0)
129 Massif: 5 (t-span = 6096) S. 4 (t:2464, hp:2400, ex:64, st:0)
130 Massif: 6 (t-span = 6832) Sd 9 (t:14544, hp:14400, ex:144, st:0)
131 Massif: 7 (t-span = 8432) S. 11 (t:22176, hp:22000, ex:176, st:0)
132 Massif: 8 (t-span = 10032) S. 13 (t:31408, hp:31200, ex:208, st:0)
133 Massif: 9 (t-span
[all...]
H A Dculling1.stderr.exp124 Massif: 0 (t-span = 64) S. 1 (t:32, hp:16, ex:16, st:0)
125 Massif: 1 (t-span = 64) S. 3 (t:96, hp:48, ex:48, st:0)
126 Massif: 2 (t-span = 64) S. 5 (t:160, hp:80, ex:80, st:0)
127 Massif: 3 (t-span = 64) S. 7 (t:224, hp:112, ex:112, st:0)
128 Massif: 4 (t-span = 64) Sd 9 (t:288, hp:144, ex:144, st:0)
129 Massif: 5 (t-span = 64) S. 11 (t:352, hp:176, ex:176, st:0)
130 Massif: 6 (t-span = 64) S. 13 (t:416, hp:208, ex:208, st:0)
131 Massif: 7 (t-span = 64) S. 15 (t:480, hp:240, ex:240, st:0)
132 Massif: 8 (t-span = 64) S. 17 (t:544, hp:272, ex:272, st:0)
133 Massif: 9 (t-span
[all...]
/external/quake/quake/src/QW/client/
H A Dr_edge.c28 have multiple free span lists to try to get better coherence?
306 espan_t *span; local
309 // unfinished surfaces, so emit a span for whatever's on top
314 span = span_p++;
315 span->u = surf->last_u;
316 span->count = iu - span->u;
317 span->v = current_iv;
318 span->pnext = surf->spans;
319 surf->spans = span;
338 espan_t *span; local
418 espan_t *span; local
462 espan_t *span; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_edge.cpp28 have multiple free span lists to try to get better coherence?
306 espan_t *span; local
309 // unfinished surfaces, so emit a span for whatever's on top
314 span = span_p++;
315 span->u = surf->last_u;
316 span->count = iu - span->u;
317 span->v = current_iv;
318 span->pnext = surf->spans;
319 surf->spans = span;
338 espan_t *span; local
418 espan_t *span; local
462 espan_t *span; local
[all...]
/external/skia/include/core/
H A DSkEmptyShader.h29 virtual void shadeSpan(int x, int y, SkPMColor span[], int count) SK_OVERRIDE;
30 virtual void shadeSpan16(int x, int y, uint16_t span[], int count) SK_OVERRIDE;
/external/icu4c/test/perf/unisetperf/draft/
H A Dunicont.h25 virtual int32_t span(const UChar *s, int32_t length);
/external/webkit/Source/WebKit2/Platform/
H A DRegion.cpp53 for (Shape::SpanIterator span = m_shape.spans_begin(), end = m_shape.spans_end(); span != end && span + 1 != end; ++span) {
54 int y = span->y;
55 int height = (span + 1)->y - y;
57 for (Shape::SegmentIterator segment = m_shape.segments_begin(span), end = m_shape.segments_end(span); segment != end && segment + 1 != end; segment += 2) {
140 // Check if this span has any segments.
152 // Check if this span ha
[all...]
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-test-pre.js7 var span = document.createElement("span");
8 span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
11 description.replaceChild(span, description.firstChild);
13 description.appendChild(span);
18 var span
[all...]
/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp291 SkPMColor* span = fBuffer; local
292 fShader->shadeSpan(x, y, span, width);
294 fXfermode->xfer32(device, span, width, NULL);
296 fProc32(device, span, width, 255);
303 SkPMColor* span = fBuffer; local
316 shader->shadeSpan(x, y, span, count);
318 xfer->xfer32(device, span, count, NULL);
322 xfer->xfer32(&device[i], &span[i], 1, antialias);
343 shader->shadeSpan(x, y, span, count);
344 fProc32Blend(device, span, coun
409 SkPMColor* span = fBuffer; local
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java22 ICell setColspan (final int span); argument
90 public ICell setColspan (final int span) argument
92 getAttributes ().set (Attribute.COLSPAN, span);
/external/doclava/res/assets/templates/
H A Dsampleindex.cs13 <span class="crumb">&nbsp;</span>
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableColElement07.js78 The span attribute indicates the number of columns in a group or affected
81 Retrieve the span attribute of the COL element and examine its
104 vspan = testNode.span;
H A DHTMLTableColElement08.js78 The span attribute indicates the number of columns in a group or affected
81 Retrieve the span attribute of the COLGROUP element and examine its
104 vspan = testNode.span;

Completed in 535 milliseconds

123456