Searched refs:red (Results 76 - 100 of 545) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/main/
H A Dclear.h37 _mesa_ClearColor( GLclampf red, GLclampf green,
/external/chromium_org/ppapi/c/
H A Dppb_compositor_layer.h88 * param[in] red A <code>float</code> for the red color component. It will be
102 float red,
238 float red,
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h62 ColorLayer() : red(0.0f), green(0.0f), blue(0.0f), alpha(0.0f) {}
64 float red; member in struct:ppapi::CompositorLayerData::ColorLayer
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_tri.c74 PACK_TRUECOLOR(p, FixedToInt(span.red), \
79 span.red += span.redStep; \
108 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \
113 span.red += span.redStep; \
143 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
148 span.red += span.redStep; \
177 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \
181 span.red += span.redStep; \
209 ptr->r = FixedToInt(span.red); \
214 span.red
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_tri.c74 PACK_TRUECOLOR(p, FixedToInt(span.red), \
79 span.red += span.redStep; \
108 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \
113 span.red += span.redStep; \
143 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
148 span.red += span.redStep; \
177 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \
181 span.red += span.redStep; \
209 ptr->r = FixedToInt(span.red); \
214 span.red
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dcolor.h24 FX_BOOL red(OBJ_PROP_PARAMS);
67 JS_STATIC_PROP(red, color);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.c72 unsigned int red = base[0]; local
79 red = multiply_alpha( alpha, red );
86 base[2] = red;
107 unsigned int red = base[0]; local
114 base[2] = red;
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c132 const int red = (background_rgb >> 16) & 0xff; local
139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
141 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
180 const uint32_t background = MakeARGB32(red, green, blue);
189 r = BLEND(red, r, alpha);
/external/freetype/src/sfnt/
H A Dpngshim.c72 unsigned int red = base[0]; local
79 red = multiply_alpha( alpha, red );
86 base[2] = red;
107 unsigned int red = base[0]; local
114 base[2] = red;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.c72 unsigned int red = base[0]; local
79 red = multiply_alpha( alpha, red );
86 base[2] = red;
107 unsigned int red = base[0]; local
114 base[2] = red;
/external/webp/src/enc/
H A Dpicture_tools.c132 const int red = (background_rgb >> 16) & 0xff; local
139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
141 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
180 const uint32_t background = MakeARGB32(red, green, blue);
189 r = BLEND(red, r, alpha);
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp275 const float red = rnd.getFloat(); local
280 const GLfloat color[] = { red, green, blue, alpha };
282 GLU_CHECK_CALL(glClearColor(red, green, blue, alpha));
283 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
290 reference.getLevel(0).setPixel(tcu::UVec4((deUint32)(255.0f * red), (deUint32)(255.0f * green), (deUint32)(255.0f * blue), (deUint32)(255 * alpha)), x, y);
296 const GLint red = rnd.getUint32(); local
301 const GLint color[] = { red, green, blue, alpha };
302 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
309 reference.getLevel(0).setPixel(tcu::IVec4(red, green, blue, alpha), x, y);
313 const GLuint red local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vb.c103 dst->color[0] = src->tv.color.red;
129 dst->color[0] = src->v.color.red;
134 dst->attrib[FRAG_ATTRIB_COL1][0] = UBYTE_TO_FLOAT(src->v.specular.red);
207 v->tv.color.red,
217 v->v.color.red,
221 v->v.specular.red,
231 v->v.color.red,
243 v->v.color.red,
257 v->v.color.red,
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vb.c103 dst->color[0] = src->tv.color.red;
129 dst->color[0] = src->v.color.red;
134 dst->attrib[FRAG_ATTRIB_COL1][0] = UBYTE_TO_FLOAT(src->v.specular.red);
207 v->tv.color.red,
217 v->v.color.red,
221 v->v.specular.red,
231 v->v.color.red,
243 v->v.color.red,
257 v->v.color.red,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h104 int red() const { return redChannel(m_color); } function in class:blink::Color
161 Color premultBlended(blend(premultFrom.red(), premultTo.red(), progress),
169 return Color(blend(from.red(), to.red(), progress),
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.cc45 int32_t CompositorLayer::SetColor(float red, argument
52 pp_resource(), red, green, blue, alpha, &size.pp_size());
56 pp_resource(), red, green, blue, alpha, &size.pp_size());
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_rendered_pictures_test.py178 output_path=os.path.join(out_path, skpname), red=redvalue)
195 def _run_skpmaker(self, output_path, red=0, green=0, blue=0,
201 red: Value of red color channel in image, 0-255.
210 '--red', str(red),
/external/bison/src/
H A Dstate.c257 int red = state_reduction_find (s, r); local
260 if (reds->lookahead_tokens && red != -1)
266 BITSET_FOR_EACH (biter, reds->lookahead_tokens[red], k, 0)
281 int red = state_reduction_find (s, r); local
284 if (reds->lookahead_tokens && red != -1)
289 BITSET_FOR_EACH (biter, reds->lookahead_tokens[red], k, 0)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c46 unsigned char red; member in struct:stw_pf_color_info::__anon14230
52 unsigned char red; member in struct:stw_pf_color_info::__anon14231
136 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
165 pfi->pfd.cColorBits = color->bits.red + color->bits.green + color->bits.blue + color->bits.alpha;
166 pfi->pfd.cRedBits = color->bits.red;
167 pfi->pfd.cRedShift = color->shift.red;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c46 unsigned char red; member in struct:stw_pf_color_info::__anon27641
52 unsigned char red; member in struct:stw_pf_color_info::__anon27642
136 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
165 pfi->pfd.cColorBits = color->bits.red + color->bits.green + color->bits.blue + color->bits.alpha;
166 pfi->pfd.cRedBits = color->bits.red;
167 pfi->pfd.cRedShift = color->shift.red;
/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dprettify.css18 .fun { color: red } /* a function name */
/external/chromium_org/content/browser/resources/gpu/
H A Dinfo_view.css62 #info-view .feature-red {
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableColorTest.cpp44 Color red = AnimatableColorImpl(Color(0xFFFF0000)).toColor(); local
45 EXPECT_EQ(red.rgb(), 0xFFFF0000);
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DColorMac.mm63 NSColor *result = [NSColor colorWithDeviceRed:static_cast<CGFloat>(color.red()) / 255
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DImage9.cpp589 unsigned char red = (rgb & 0xF800) >> 8; local
594 dest[x + 2] = red | (red >> 5);
607 unsigned char red = source[x * 2 + 1] & 0xF8; local
608 dest[x] = red | (red >> 5);
628 unsigned char red = (argb & 0x7C00) >> 7; local
633 dest[x + 2] = red | (red >> 5);
647 unsigned char red local
666 unsigned char red = source[x * 2 + 1] & 0x7C; local
679 unsigned char red = source[x * 2 + 1] & 0x7C; local
[all...]

Completed in 5343 milliseconds

1234567891011>>