HomeSort by relevance Sort by last modified time
    Searched defs:RGB (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/native/cmds/surfacereplayer/replayer/
Color.h 28 struct RGB {
29 RGB(uint8_t rIn, uint8_t gIn, uint8_t bIn) : r(rIn), g(gIn), b(bIn) {}
44 RGB getRGB() const;
63 inline RGB HSV::getRGB() const {
121 return RGB(round(r * 255), round(g * 255), round(b * 255));
  /external/giflib/
quantize.c 28 GifByteType RGB[3];
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
245 * referring to identical RGB tuples. Older versions of this
    [all...]
  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 40 RGB = 'rgb'
278 if colorspace in (RGB, SRGB):
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 39 RGB = 'rgb'
270 if colorspace in (RGB, SRGB):
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB;
103 unsigned int rgb, unsigned int alpha,
  /external/ImageMagick/coders/
djvu.c 322 #define RGB 1
326 * we use the RGB format!
493 #if RGB
504 #if RGB
520 #if RGB
  /external/mesa3d/src/mesa/main/
format_parser.py 38 RGB = 'rgb'
123 luminance-alpha to rgba is given by "xxxy" because each of the three rgb
247 colorspace -- one of 'rgb', 'srgb', 'yuv', or 'zs'
258 assert colorspace in (RGB, SRGB, YUV, ZS)
263 if self.colorspace in (RGB, SRGB):
276 if name == 'rgb':
  /frameworks/base/rs/java/android/renderscript/
ProgramFragmentFixedFunction.java 139 RGB (3),
191 case RGB:
192 mShader += " col.rgb = texture2D(UNI_Tex0, t0).rgb;\n";
207 case RGB:
208 mShader += " col.rgb *= texture2D(UNI_Tex0, t0).rgb;\n";
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 48 RGB,
276 * Compute src/first term RGB
443 assert(0 && "invalid rgb src factor");
539 * Compute blend_dest/second term RGB
695 assert(0 && "invalid rgb dst factor");
776 * Combine RGB terms
805 assert(0 && "invalid rgb blend func");
886 case RGB:
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscam02.c 36 cmsFloat64Number RGB[3];
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[1] * -0.278869) + (clr.RGB[2] * 0.182745)
    [all...]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 124 def RGB(red, green, blue):
175 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 128 def RGB(red, green, blue):
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 128 def RGB(red, green, blue):
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 128 def RGB(red, green, blue):
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 128 def RGB(red, green, blue):
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 207 RGB,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 35 public static final int RGB = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 84 * Device RGB
93 * RGB Intensity
171 XcmsRGB RGB;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xcms.h 82 * Device RGB
91 * RGB Intensity
169 XcmsRGB RGB;
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 38 * how a color value is represented (for instance the {@link Model#RGB RGB} color
58 * name. Color spaces with an {@link Model#RGB RGB} color model can be safely
59 * cast to {@link Rgb}. Doing so gives you access to more APIs to query various
60 * properties of RGB color models: color gamut primaries, transfer functions,
61 * conversions to and from linear space, etc. Please refer to {@link Rgb} for
73 * <p>For color space with a non-RGB color model, the white point of the PCS
74 * <em>must be</em> the CIE standard illuminant D50. RGB color spaces use their
78 * <p>Since the white point of the PCS is not defined for RGB color space, it i
1328 ColorSpace.Rgb rgb = (ColorSpace.Rgb) colorSpace; local
1401 ColorSpace.Rgb rgb = (ColorSpace.Rgb) adapt(colorSpace, ILLUMINANT_D50_XYZ); local
3493 ColorSpace.Rgb rgb = (ColorSpace.Rgb) (srcRGB ? source : destination); local
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 204 typedef double RGB[3];
205 RGB color1;
207 extern const RGB color2 = {};
209 extern RGB const color3[5] = {};
211 extern RGB const ((color4)[5]) = {};
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 308 CFX_Vector_3by1 RGB = M.Inverse().TransformVector(XYZ);
310 R = RGB_Conversion(RGB.a);
311 G = RGB_Conversion(RGB.b);
312 B = RGB_Conversion(RGB.c);
319 if (name == "DeviceRGB" || name == "RGB")
910 FX_FLOAT rgb[3]; local
912 pIccModule->Translate(m_pProfile->m_pTransform, pBuf, rgb);
913 R = rgb[0];
914 G = rgb[1];
915 B = rgb[2]
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 622 cmsUInt16Number RGB[3];
675 cmsDoTransform(transform, &Lab, RGB, 1);
676 *red++ = RGB[0];
677 *green++ = RGB[1];
678 *blue++ = RGB[2];
  /external/pdfium/xfa/fde/css/
fde_css.h 30 RGB,
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 29 RGB = 0
56 if f in (RGB, YUV):
74 if f == RGB:
75 return 'RGB'

Completed in 1930 milliseconds

1 2 3