Searched defs:RGB (Results 1 - 16 of 16) sorted by relevance

/external/skia/tools/skpdiff/
H A DSkPMetric.cpp9 struct RGB { struct
57 typedef Image2D<RGB> ImageRGB;
95 // Conversion of Adobe RGB to XYZ taken from from "Adobe RGB (1998) ColorImage Encoding"
142 RGB rgb;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py39 RGB = 'rgb' variable
258 if colorspace in (RGB, SRGB):
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB; member in struct:rc_pair_instruction
/external/giflib/
H A Dquantize.c28 GifByteType RGB[3]; member in struct:QuantizedColorType
48 2D array for each of the RGB colors with size Width by Height. There is no
82 ColorArrayEntries[i].RGB[0] = i >> (2 * BITS_PER_PRIM_COLOR);
83 ColorArrayEntries[i].RGB[1] = (i >> BITS_PER_PRIM_COLOR) &
85 ColorArrayEntries[i].RGB[2] = i & MAX_PRIM_COLOR;
147 Red += QuantizedColor->RGB[0];
148 Green += QuantizedColor->RGB[1];
149 Blue += QuantizedColor->RGB[2];
191 Routine to subdivide the RGB space recursively using median cut in each
263 MaxColor = QuantizedColor->RGB[SortRGBAxi
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c48 RGB, enumerator in enum:format
276 * Compute src/first term RGB
539 * Compute blend_dest/second term RGB
776 * Combine RGB terms
886 case RGB:
1272 bqs->base_format[i] = RGB;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp258 CFX_Vector_3by1 RGB = M.Inverse().TransformVector(XYZ); local
260 R = RGB_Conversion(RGB.a);
261 G = RGB_Conversion(RGB.b);
262 B = RGB_Conversion(RGB.c);
1089 if (name == FX_BSTRC("DeviceRGB") || name == FX_BSTRC("RGB")) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscam02.c36 cmsFloat64Number RGB[3]; member in struct:__anon13230
105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624);
106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061);
107 clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834);
119 (pMod->D / pMod -> adoptedWhite.RGB[i])) +
120 (1.0 - pMod->D)) * clr.RGB[i];
341 clr.RGB[i] = clr.RGBc[i] /
342 ((pMod->adoptedWhite.XYZ[1] * pMod->D / pMod->adoptedWhite.RGB[i]) + 1.0 - pMod->D);
351 clr.XYZ[0] = (clr.RGB[0] * 1.096124) + (clr.RGB[
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp195 typedef double RGB[3]; typedef
196 RGB color1;
198 extern const RGB color2 = {};
200 extern RGB const color3[5] = {};
202 extern RGB const ((color4)[5]) = {};
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp515 cmsUInt16Number RGB[3]; local
569 cmsDoTransform(transform, &Lab, RGB, 1);
570 *red++ = RGB[0];
571 *green++ = RGB[1];
572 *blue++ = RGB[2];
/external/deqp/framework/common/
H A DtcuTexture.hpp52 RGB, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTextureUtil.cpp1233 static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_ONE }}; local
1249 case TextureFormat::RGB: swizzle = &RGB; break;
1255 case TextureFormat::sRGB: swizzle = &RGB; break;
H A DtcuTexture.cpp193 case TextureFormat::RGB: return 3;
402 static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_ONE }}; local
419 case TextureFormat::RGB: return RGB;
425 case TextureFormat::sRGB: return RGB;
449 static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_LAST }}; local
466 case TextureFormat::RGB: return RGB;
472 case TextureFormat::sRGB: return RGB;
505 DE_ASSERT(order == RGB || orde
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 356 milliseconds