Searched defs:color (Results 101 - 125 of 540) sorted by relevance

1234567891011>>

/external/skia/src/gpu/effects/
H A DGrBitmapTextGeoProc.h18 * The output color of this effect is a modulation of the input color and a sample from a texture.
24 static GrGeometryProcessor* Create(GrColor color, GrTexture* tex, const GrTextureParams& p, argument
27 return SkNEW_ARGS(GrBitmapTextGeoProc, (color, tex, p, format, localMatrix));
38 GrColor color() const { return fColor; } function in class:GrBitmapTextGeoProc
H A DGrConstColorProcessor.cpp42 GrColor color = processor.cast<GrConstColorProcessor>().color(); variable
43 // We use the "illegal" color value as an uninit sentinel. However, ut isn't inherently
45 // when the "illegal" color is used but we will always upload it.
46 if (GrColor_ILLEGAL == color || fPrevColor != color) {
49 GrColorUnpackR(color) * scale,
50 GrColorUnpackG(color) * scale,
51 GrColorUnpackB(color) * scale,
52 GrColorUnpackA(color) * scal
112 GrColor color; local
[all...]
/external/skia/src/svg/parser/
H A DSkSVGGradient.cpp86 f_id.set("mask"); // write out gradient named given name + color (less initial #)
91 SkString& color = colorElement->fPaintState.f_stopColor; local
92 originalColors.append(color);
94 SkASSERT(color.c_str()[0] == '#');
97 replacement.append(color.c_str() + 1, 2); // add stop colors using given color, turning existing stop color into alpha
101 color.set(replacement);
106 SkSVGStop* color = (SkSVGStop*) *ptr; local
108 color
[all...]
/external/bison/src/
H A Dgraphviz.c110 char const *color = enabled ? ruleno ? "3" : "1" : "5"; local
140 color);
/external/blktrace/btt/
H A Dbtt_plot.py285 def color(idx, style): function in function:generate_output
286 """Returns a color/symbol type based upon the index passed."""
292 color = colors[idx % len(colors)]
298 return '%s%s' % (color, style)
340 ax.plot(dat['x'], dat['y'], color(idx, 'marker'),
345 ax.plot(dat['ax'], dat['ay'], color(idx, 'line'),
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp44 static inline deUint8 getChannel (deUint32 color) argument
46 return (deUint8)((color >> (Channel*8)) & 0xff);
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp150 void clear (const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) argument
152 tcu::clear(access.raw(), color);
155 void clear (const MultisamplePixelBufferAccess& access, const tcu::IVec4& color) argument
157 tcu::clear(access.raw(), color);
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.hpp92 tcu::Vec4 color; member in struct:deqp::gls::RasterizationTestUtil::PointSceneSpec::ScenePoint
151 * \brief Verify triangle color interpolation is valid
152 * Verifies the color of a fragments of a colored triangle is in the
162 * \brief Verify line color interpolation is valid
163 * Verifies the color of a fragments of a colored line is in the
/external/e2fsprogs/lib/ext2fs/
H A Drbtree.c219 int color; local
243 color = ext2fs_rb_color(node);
260 goto color;
264 color = ext2fs_rb_color(node);
278 color:
279 if (color == RB_BLACK)
H A Drbtree.h137 static inline void ext2fs_rb_set_color(struct rb_node *rb, int color) argument
139 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java31 Color color; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) { argument
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) { argument
42 this.color= color;
131 g.setBackground(thisItem.color);
132 g.setForeground(thisItem.color);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java286 * @param color
290 private static String getColorWebString(final Color color) { argument
291 String colorString = "#" + Integer.toHexString(color.getRed());
292 colorString += Integer.toHexString(color.getGreen());
293 colorString += Integer.toHexString(color.getBlue());
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
H A DTextureBlender.java31 * This method blends the given texture with material color and the defined
32 * color in 'map to' panel. As a result of this method a new texture is
36 * the material diffuse color
39 * @param color
40 * the color defined for the texture
42 * the factor that the color affects the texture (value form 0.0
50 Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext); argument
/external/linux-tools-perf/src/include/linux/
H A Drbtree_augmented.h105 struct rb_node *p, int color)
107 rb->__rb_parent_color = (unsigned long)p | color;
104 rb_set_parent_color(struct rb_node *rb, struct rb_node *p, int color) argument
/external/linux-tools-perf/src/lib/
H A Drbtree.c42 * We shall indicate color with case, where black nodes are uppercase and red
43 * nodes will be lowercase. Unknown color nodes shall be drawn as red within
59 * - old's parent and color get assigned to new
60 * - old gets assigned new as a parent and 'color' as a color.
64 struct rb_root *root, int color)
68 rb_set_parent_color(old, new, color);
98 * Case 1 - color flips
162 /* Case 1 - color flips */
240 * Case 2 - sibling color fli
63 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, struct rb_root *root, int color) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c143 const float *color = i915->blend_color.color; local
146 bc[1] = pack_ui32_float4(color[0],
147 color[1],
148 color[2],
149 color[3]);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c54 const union pipe_color_union *color, double depth, unsigned stencil)
65 colr = pack_rgba(fb->cbufs[0]->format, color->f);
98 const union pipe_color_union *color,
146 PUSH_DATA (push, pack_rgba(ps->format, color->f));
53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
97 nv30_clear_render_target(struct pipe_context *pipe, struct pipe_surface *ps, const union pipe_color_union *color, unsigned x, unsigned y, unsigned w, unsigned h) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad.h81 * Quad stage outputs (color & depth).
86 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; member in struct:quad_header_output
H A Dsp_tile_cache.c217 * Set pixels in a tile to the given clear color/value, float.
228 memset(tile->data.color, 0, sizeof(tile->data.color));
254 tile->data.color[i][j][0] = clear_value->f[0];
255 tile->data.color[i][j][1] = clear_value->f[1];
256 tile->data.color[i][j][2] = clear_value->f[2];
257 tile->data.color[i][j][3] = clear_value->f[3];
266 * Set a tile to a solid value/color.
371 (float *) tc->tile->data.color);
419 (float *) tc->entries[pos]->data.color);
614 sp_tile_cache_clear(struct softpipe_tile_cache *tc, const union pipe_color_union *color, uint64_t clearValue) argument
[all...]
H A Dsp_tile_cache.h66 float color[TILE_SIZE][TILE_SIZE][4]; member in union:softpipe_cached_tile::__anon12179
91 union pipe_color_union clear_color; /**< for color bufs */
126 const union pipe_color_union *color,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c111 uint32 color; local
112 uint32 r = float_to_ubyte(svga->curr.blend_color.color[0]);
113 uint32 g = float_to_ubyte(svga->curr.blend_color.color[1]);
114 uint32 b = float_to_ubyte(svga->curr.blend_color.color[2]);
115 uint32 a = float_to_ubyte(svga->curr.blend_color.color[3]);
117 color = (a << 24) | (r << 16) | (g << 8) | b;
119 EMIT_RS( svga, color, BLENDCOLOR, fail );
253 /* XXX: we only look at the first color buffer's sRGB state */
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpresentation.c113 * Configure the background color setting.
120 union pipe_color_union color; local
129 color.f[0] = background_color->red;
130 color.f[1] = background_color->green;
131 color.f[2] = background_color->blue;
132 color.f[3] = background_color->alpha;
135 vl_compositor_set_clear_color(&pq->cstate, &color);
142 * Retrieve the current background color setting.
149 union pipe_color_union color; local
159 vl_compositor_get_clear_color(&pq->cstate, &color);
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c21 float color[4]; member in struct:vertex
88 ve[1].src_offset = Offset(struct vertex, color);
H A Dquad-tex.c19 float color[4]; member in struct:vertex
50 ve[1].src_offset = Offset(struct vertex, color);
H A Dtex-srgb.c18 float color[4]; member in struct:vertex
66 ve[1].src_offset = Offset(struct vertex, color);

Completed in 544 milliseconds

1234567891011>>