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

1234567

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableColElement.h38 int span() const { return m_span; } function in class:blink::FINAL
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_alpha.c89 * \return 0 if all pixels in the span failed the alpha test,
93 _swrast_alpha_test(const struct gl_context *ctx, SWspan *span) argument
95 const GLuint n = span->end;
96 GLubyte *mask = span->array->mask;
107 span->writeAll = GL_FALSE;
111 if (span->arrayMask & SPAN_RGBA) {
113 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
114 GLubyte (*rgba)[4] = span->array->rgba8;
119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
120 GLushort (*rgba)[4] = span
[all...]
H A Ds_bitmap.c56 SWspan span; local
72 INIT_SPAN(span, GL_BITMAP);
73 span.end = width;
74 span.arrayMask = SPAN_XY;
75 _swrast_span_default_attribs(ctx, &span);
86 span.array->x[count] = px + col;
87 span.array->y[count] = py + row;
108 span.array->x[count] = px + col;
109 span.array->y[count] = py + row;
127 /* flush the span */
[all...]
H A Ds_logic.c186 * Apply the current logic operator to a span of RGBA pixels.
192 SWspan *span)
196 ASSERT(span->end < SWRAST_MAX_WIDTH);
197 ASSERT(span->arrayMask & SPAN_RGBA);
199 rbPixels = _swrast_get_dest_rgba(ctx, rb, span);
201 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
203 logicop_uint1(ctx, span->end,
204 (GLuint *) span->array->rgba8,
205 (const GLuint *) rbPixels, span->array->mask);
207 else if (span
191 _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span) argument
[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...]
/external/mesa3d/src/mesa/swrast/
H A Ds_alpha.c89 * \return 0 if all pixels in the span failed the alpha test,
93 _swrast_alpha_test(const struct gl_context *ctx, SWspan *span) argument
95 const GLuint n = span->end;
96 GLubyte *mask = span->array->mask;
107 span->writeAll = GL_FALSE;
111 if (span->arrayMask & SPAN_RGBA) {
113 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
114 GLubyte (*rgba)[4] = span->array->rgba8;
119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
120 GLushort (*rgba)[4] = span
[all...]
H A Ds_bitmap.c56 SWspan span; local
72 INIT_SPAN(span, GL_BITMAP);
73 span.end = width;
74 span.arrayMask = SPAN_XY;
75 _swrast_span_default_attribs(ctx, &span);
86 span.array->x[count] = px + col;
87 span.array->y[count] = py + row;
108 span.array->x[count] = px + col;
109 span.array->y[count] = py + row;
127 /* flush the span */
[all...]
H A Ds_logic.c186 * Apply the current logic operator to a span of RGBA pixels.
192 SWspan *span)
196 ASSERT(span->end < SWRAST_MAX_WIDTH);
197 ASSERT(span->arrayMask & SPAN_RGBA);
199 rbPixels = _swrast_get_dest_rgba(ctx, rb, span);
201 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
203 logicop_uint1(ctx, span->end,
204 (GLuint *) span->array->rgba8,
205 (const GLuint *) rbPixels, span->array->mask);
207 else if (span
191 _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span) argument
[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...]
/external/qemu/android/skin/
H A Dregion.h100 SkinRegionRun* span; member in struct:SkinRegionIterator
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dspan.cc34 #include "span.h"
45 void Event(Span* span, char op, int v = 0) { argument
46 span->history[span->nexthistory] = op;
47 span->value[span->nexthistory] = v;
48 span->nexthistory++;
49 if (span->nexthistory == sizeof(span->history)) span
64 DeleteSpan(Span* span) argument
77 DLL_Remove(Span* span) argument
92 DLL_Prepend(Span* list, Span* span) argument
[all...]
H A Dcentral_freelist.cc99 Span* span = Static::pageheap()->GetDescriptor(p); local
100 return span;
104 Span* span = MapObjectToSpan(object); local
105 ASSERT(span != NULL);
106 ASSERT(span->refcount > 0);
108 // If span is empty, move it to non-empty list
109 if (span->objects == NULL) {
110 tcmalloc::DLL_Remove(span);
111 tcmalloc::DLL_Prepend(&nonempty_, span);
112 Event(span, '
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.cc34 #include "span.h"
45 void Event(Span* span, char op, int v = 0) { argument
46 span->history[span->nexthistory] = op;
47 span->value[span->nexthistory] = v;
48 span->nexthistory++;
49 if (span->nexthistory == sizeof(span->history)) span
64 DeleteSpan(Span* span) argument
77 DLL_Remove(Span* span) argument
92 DLL_Prepend(Span* list, Span* span) argument
[all...]
H A Dcentral_freelist.cc99 Span* span = Static::pageheap()->GetDescriptor(p); local
100 return span;
104 Span* span = MapObjectToSpan(object); local
105 ASSERT(span != NULL);
106 ASSERT(span->refcount > 0);
108 // If span is empty, move it to non-empty list
109 if (span->objects == NULL) {
110 tcmalloc::DLL_Remove(span);
111 tcmalloc::DLL_Prepend(&nonempty_, span);
112 Event(span, '
[all...]
/external/chromium_org/ui/gfx/
H A Dtext_utils.cc28 int span = chars.array_pos() - array_pos; local
31 last_char_span = span;
33 for (int i = 0; i < span; i++)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCol.h53 unsigned span() const { return m_span; } function in class:blink::FINAL
54 void setSpan(unsigned span) { m_span = span; } argument
H A DFixedTableLayout.cpp105 unsigned span = col->span(); local
106 while (span) {
109 m_table->appendColumn(span);
112 spanInCurrentEffectiveColumn = span;
114 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
115 m_table->splitColumn(currentEffectiveColumn, span);
126 span -= spanInCurrentEffectiveColumn;
146 unsigned span = cell->colSpan(); local
156 while (usedSpan < span
278 unsigned span = m_table->spanOfEffCol(i); local
[all...]
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h130 const DenseIndex span = SplineType::Span(knot_parameters[i], degree, knots); local
133 A.row(i).segment(span-degree, degree+1) = SplineType::BasisFunctions(knot_parameters[i], degree, knots);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dsinglepix.c39 GLvoid * row, GLvoid * column, GLvoid * span)
113 GLvoid * column, GLvoid * span)
123 p(target, format, type, row, column, span);
38 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
111 gl_dispatch_stub_GetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
/external/chromium_org/third_party/skia/src/effects/
H A DSkTransparentShader.cpp49 void SkTransparentShader::TransparentShaderContext::shadeSpan(int x, int y, SkPMColor span[], argument
57 if (src != span) {
58 memcpy(span, src, count * sizeof(SkPMColor));
63 span[i] = SkAlphaMulQ(src[i], scale);
71 span[i] = SkPixel16ToPixel32(src[i]);
81 span[i] = SkPackARGB32( alpha,
93 span[i] = SkPackARGB32(src[i], 0, 0, 0);
97 span[i] = SkPackARGB32(SkAlphaMul(src[i], scale), 0, 0, 0);
108 void SkTransparentShader::TransparentShaderContext::shadeSpan16(int x, int y, uint16_t span[], argument
113 if (src != span) {
[all...]
/external/mesa3d/src/glx/
H A Dsinglepix.c39 GLvoid * row, GLvoid * column, GLvoid * span)
113 GLvoid * column, GLvoid * span)
123 p(target, format, type, row, column, span);
38 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
111 gl_dispatch_stub_GetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
/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;
/external/skia/src/effects/
H A DSkTransparentShader.cpp49 void SkTransparentShader::TransparentShaderContext::shadeSpan(int x, int y, SkPMColor span[], argument
57 if (src != span) {
58 memcpy(span, src, count * sizeof(SkPMColor));
63 span[i] = SkAlphaMulQ(src[i], scale);
71 span[i] = SkPixel16ToPixel32(src[i]);
81 span[i] = SkPackARGB32( alpha,
93 span[i] = SkPackARGB32(src[i], 0, 0, 0);
97 span[i] = SkPackARGB32(SkAlphaMul(src[i], scale), 0, 0, 0);
108 void SkTransparentShader::TransparentShaderContext::shadeSpan16(int x, int y, uint16_t span[], argument
113 if (src != span) {
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duniset.h539 * contains() and span().
870 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
874 * Same as <code>start+span(s.getBuffer()+start, s.length()-start, spanCondition)</code>
877 * @param start the start index in the string for the span operation
884 inline int32_t span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const;
910 * @param limit the exclusive-end index in the string for the span operation
1669 inline int32_t UnicodeSet::span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const { function in class:UnicodeSet
1676 return start+span(s.getBuffer()+start, sLength-start, spanCondition);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dconvolve.c157 GLvoid *span)
167 GLvoid *row, GLvoid *column, GLvoid *span)
170 INT_MAX, column, span);
154 _mesa_GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span) argument
166 _mesa_GetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) argument

Completed in 5618 milliseconds

1234567