Searched refs:span (Results 76 - 100 of 402) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h51 SWspan span; variable
65 INIT_SPAN(span, GL_POLYGON);
66 span.arrayMask = SPAN_COVERAGE;
110 span.facing = area * swrast->_BackfaceSign > 0.0F;
120 span.arrayMask |= SPAN_Z;
134 span.arrayMask |= SPAN_RGBA;
141 span.attrStepX[FRAG_ATTRIB_WPOS][3] = plane_dx(wPlane);
142 span.attrStepY[FRAG_ATTRIB_WPOS][3] = plane_dy(wPlane);
159 span.attrStepX[attr][c] = plane_dx(attrPlane[attr][c]);
160 span
[all...]
H A Ds_drawpix.c312 SWspan span; local
314 INIT_SPAN(span, GL_BITMAP);
315 span.arrayMask = SPAN_Z;
316 _swrast_span_default_attribs(ctx, &span);
332 span.array->z[i] = zSrc[i];
333 span.x = x;
334 span.y = y + row;
335 span.end = width;
336 _swrast_write_rgba_span(ctx, &span);
352 memcpy(span
419 SWspan span; local
[all...]
H A Ds_masking.c40 * Apply the color mask to a span of rgba values.
44 SWspan *span, GLuint buf)
46 const GLuint n = span->end;
50 ASSERT(span->arrayMask & SPAN_RGBA);
52 rbPixels = _swrast_get_dest_rgba(ctx, rb, span);
56 * Note that we're not using span->array->mask[] here. We could...
58 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
63 GLuint *src = (GLuint *) span->array->rgba8;
69 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
77 GLushort (*src)[4] = span
43 _swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span, GLuint buf) argument
[all...]
H A Ds_stencil.h36 _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDOMSyntaxHighlighter.js50 var span = document.createElement("span");
51 span.className = "cm-" + className;
54 span.createTextChild(content);
55 return span;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_renderer_scanline.h51 typename Scanline::const_iterator span = sl.begin(); local
53 int x = span->x;
54 int len = span->len;
56 const typename Scanline::cover_type* covers = span->covers;
83 ++span;
H A Dagg_scanline_u.h35 struct span : public CFX_Object { struct in class:agg::scanline_u
40 typedef span* iterator;
41 typedef const span* const_iterator;
62 m_spans = FX_Alloc( span , max_len);
145 span* m_spans;
146 span* m_cur_span;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c312 SWspan span; local
314 INIT_SPAN(span, GL_BITMAP);
315 span.arrayMask = SPAN_Z;
316 _swrast_span_default_attribs(ctx, &span);
332 span.array->z[i] = zSrc[i];
333 span.x = x;
334 span.y = y + row;
335 span.end = width;
336 _swrast_write_rgba_span(ctx, &span);
352 memcpy(span
419 SWspan span; local
[all...]
H A Ds_masking.c40 * Apply the color mask to a span of rgba values.
44 SWspan *span, GLuint buf)
46 const GLuint n = span->end;
50 ASSERT(span->arrayMask & SPAN_RGBA);
52 rbPixels = _swrast_get_dest_rgba(ctx, rb, span);
56 * Note that we're not using span->array->mask[] here. We could...
58 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
63 GLuint *src = (GLuint *) span->array->rgba8;
69 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
77 GLushort (*src)[4] = span
43 _swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span, GLuint buf) argument
[all...]
H A Ds_stencil.h36 _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span);
/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/chromium_org/chrome/browser/resources/net_internals/
H A Dtime_util.js123 var span = addNodeWithText(parentNode, 'span', dateToString(date));
124 span.title = 't=' + date.getTime();
125 return span;
/external/chromium_org/content/browser/resources/indexed_db/
H A Dindexeddb_internals.js48 withNode('.connection-count', partition_path, origin_url, function(span) {
49 span.innerText = connection_count;
57 withNode('.connection-count', partition_path, origin_url, function(span) {
58 span.innerText = connection_count;
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dprofiler.css5 #prof-options > span {
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc25 static const int kMaxUpToWordBoundary = 50; // span < this make longer,
352 bool ScriptScanner::GetOneScriptSpan(getone::LangSpan* span) { argument
353 span->text = script_buffer_;
354 span->text_bytes = 0;
355 span->offset = next_byte_ - start_byte_;
356 span->script = UNKNOWN_LSCRIPT;
357 span->lang = UNKNOWN_LANGUAGE;
358 span->truncated = false;
363 int spanscript; // The script of this span
385 // There is at least one letter, so we know the script for this span
541 LowerScriptSpan(getone::LangSpan* span) argument
564 GetOneScriptSpanLower(getone::LangSpan* span) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtable_util.js61 // A colgroup has either a series of col element children or a span
62 // attribute. If it has col children, ignore the span attribute
74 if (colElement.hasAttribute('span')) {
75 var span = parseInt(colElement.getAttribute('span'), 10);
77 for (var s = 0; s < span; s++) {
85 // No children of the current colgroup. Does it have a span attribute?
86 if (currentColGroup.hasAttribute('span')) {
87 var span = parseInt(currentColGroup.getAttribute('span'), 1
[all...]
/external/chromium_org/chrome/browser/resources/instant/
H A Dinstant.css43 .debug span+span {
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dunicont.h25 virtual int32_t span(const UChar *s, int32_t length);
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dunicont.h25 virtual int32_t span(const UChar *s, int32_t length);
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
H A Dpopup.js31 return $('<span></span>');
44 var span = $('<span>');
46 $('<span>[<a href="#" id="addlink">Add</a>]</span>') :
47 $('<span>[<a id="editlink" href="#">Edit</a> <a id="deletelink" ' +
48 'href="#">Delete</a>]</span>');
53 span.hover(function() {
54 span
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt182 const Span& span = segment->fTs[min];
183 if (span.fCoincident == Span::kStart_Coincidence) {
201 const Span& span = segment->fTs[index];
202 if (minSpan.fT != span.fT) {
205 if (span.fOther != other) {
208 return span.fCoincident == Span::kStart_Coincidence;
212 const Span& span = segment->fTs[index];
213 if (span.fOther != other) {
216 return span.fCoincident == Span::kStart_Coincidence;
248 const Span& span
[all...]
/external/skia/experimental/Intersection/
H A DthingsToDo.txt182 const Span& span = segment->fTs[min];
183 if (span.fCoincident == Span::kStart_Coincidence) {
201 const Span& span = segment->fTs[index];
202 if (minSpan.fT != span.fT) {
205 if (span.fOther != other) {
208 return span.fCoincident == Span::kStart_Coincidence;
212 const Span& span = segment->fTs[index];
213 if (span.fOther != other) {
216 return span.fCoincident == Span::kStart_Coincidence;
248 const Span& span
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.cpp53 for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); 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.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segment += 2) {
81 for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span !
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dcontainer_that_decorates_its_children_test.js12 var span = document.createElement('span');
13 span.decorated = false;
14 return span;

Completed in 594 milliseconds

1234567891011>>