Searched defs:span (Results 1 - 25 of 46) sorted by relevance

12

/external/webkit/Source/WebCore/html/
H A DHTMLTableColElement.h37 int span() const { return m_span; } function in class:WebCore::HTMLTableColElement
H A DHTMLViewSourceDocument.cpp190 RefPtr<HTMLElement> span = HTMLElement::create(spanTag, this); local
193 span->setAttributeMap(attrs.release());
194 m_current->parserAddChild(span);
195 span->attach();
196 return span.release();
302 // Now create a link for the attribute value instead of a span.
/external/qemu/android/skin/
H A Dregion.h100 SkinRegionRun* span; member in struct:SkinRegionIterator
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCol.h44 int span() const { return m_span; } function in class:WebCore::RenderTableCol
45 void setSpan(int span) { m_span = span; } argument
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 DRenderTable.h132 : span(1)
137 unsigned span; member in struct:WebCore::RenderTable::ColumnStruct
148 void appendColumn(int span);
150 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; }
157 c += m_columns[i].span;
165 c += m_columns[i].span;
/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/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/guava/guava/src/com/google/common/collect/
H A DRange.java333 * #span union} and {@linkplain #intersection intersection} (as a single,
351 * range and {@code other}. For example, the span of {@code [1..3]} and
352 * {@code (5..7)} is {@code [1..7)}. Note that the span may contain values
355 * <p>The span operation has the following properties:
358 * <li>closed: the range {@code a.span(b)} exists for all ranges {@code a} and
360 * <li>commutative: {@code a.span(b)} equals {@code b.span(a)}
361 * <li>associative: {@code a.span(b).span(c)} equals {@code a.span(
369 public Range<C> span(Range<C> other) { method in class:Range
[all...]
/external/icu4c/common/unicode/
H A Duniset.h533 * contains() and span().
862 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
866 * Same as <code>start+span(s.getBuffer()+start, s.length()-start, spanCondition)</code>
869 * @param start the start index in the string for the span operation
876 inline int32_t span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const;
902 * @param limit the exclusive-end index in the string for the span operation
1653 inline int32_t UnicodeSet::span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const { function in class:UnicodeSet
1660 return start+span(s.getBuffer()+start, sLength-start, spanCondition);
/external/quake/quake/src/QW/client/
H A Dd_edge.c85 espan_t *span; local
90 for (span=surf->spans ; span ; span=span->pnext)
92 pdest = (byte *)d_viewbuffer + screenwidth*span->v;
93 u = span->u;
94 u2 = span->u + span->count - 1;
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 Dd_edge.cpp85 espan_t *span; local
90 for (span=surf->spans ; span ; span=span->pnext)
92 pdest = (byte *)d_viewbuffer + screenwidth*span->v;
93 u = span->u;
94 u2 = span->u + span->count - 1;
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/speex/include/speex/
H A Dspeex_jitter.h64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */ member in struct:_JitterBufferPacket
/external/srec/srec/clib/
H A Dspecnorm.c128 int ii, jj, count, span, totcount; local
137 span = spec->high_entry - spec->low_entry;
139 ii <= span; ii++, jj--)
148 for (; ii <= span; ii++, jj--)
/external/zlib/src/examples/
H A Dzran.c132 access points about every span bytes of uncompressed output -- span is
139 local int build_index(FILE *in, off_t span, struct access **built) argument
210 (totout == 0 || totout - last > span)) {
/external/icu4c/common/
H A Dbmpset.cpp299 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { function in class:BMPSet
303 // span
343 // span not
386 /* Symmetrical with span(). */
392 // span
435 // span not
482 * Precheck for sufficient trail bytes at end of string only once per span.
490 // Initial all-ASCII span.
518 * In the span loop compare s with limit only once
522 * including it if that is part of the span, otherwis
[all...]
/external/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp80 "cp/span:%.3g UChar/span:%.3g B/span:%.3g B/cp:%.3g\n",
94 // not-span is counted.
101 i=span(s, length, i, tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const { function in class:UnicodeSetPerformanceTest
144 // Input code points, plus one for the end of each span except the last span.
183 i+=span(set, s+i, length-i, tf);
192 static int32_t span(cons function in class:Contains
[all...]
/external/skia/src/core/
H A DSkBlitter_A8.cpp257 SkPMColor* span = fBuffer; local
259 fShader->shadeSpan(x, y, span, width);
261 fXfermode->xferA8(device, span, width, NULL);
264 unsigned srcA = SkGetPackedA32(span[i]);
288 SkPMColor* span = fBuffer; local
302 shader->shadeSpan(x, y, span, count);
305 mode->xferA8(device, span, count, aaExpand);
308 device[i] = aa_blend8(span[i], device[i], aa);
333 SkPMColor* span = fBuffer; local
336 fShader->shadeSpan(x, y, span, widt
[all...]
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...]
H A DSkBlitter_4444.cpp395 SkPMColor* span = fBuffer; local
397 fShader->shadeSpan(x, y, span, width);
399 fXfermode->xfer4444(device, span, width, NULL);
401 fOpaqueProc(device, span, width, 0xFF, x, y);
407 SkPMColor* SK_RESTRICT span = fBuffer; local
421 shader->shadeSpan(x, y, span, count);
423 xfer->xfer4444(device, span, count, NULL);
430 xfer->xfer4444(device, span, count, aaBuffer);
446 fShader->shadeSpan(x, y, span, count);
448 fOpaqueProc(device, span, coun
[all...]
H A DSkShader.cpp306 void SkColorShader::shadeSpan(int x, int y, SkPMColor span[], int count) { argument
307 sk_memset32(span, fPMColor, count);
310 void SkColorShader::shadeSpan16(int x, int y, uint16_t span[], int count) { argument
311 sk_memset16(span, fColor16, count);
348 void SkEmptyShader::shadeSpan(int x, int y, SkPMColor span[], int count) { argument
352 void SkEmptyShader::shadeSpan16(int x, int y, uint16_t span[], int count) { argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java151 * Sets the GridData span. The span controls how many cells are filled by the control.
159 public GridDataFactory span(int hSpan, int vSpan) { method in class:GridDataFactory
166 * Sets the GridData span. The span controls how many cells are filled by the control.
178 * Sets the GridData span. The span controls how many cells are filled by the control.
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp254 double span = radius * tan(angle); local
255 double rate = span / d01;
258 rate = span / d21;

Completed in 635 milliseconds

12