Searched refs:blue (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColor.java11 public static int rgb(int red, int green, int blue) { argument
12 return argb(0xff, red, green, blue);
16 public static int argb(int alpha, int red, int green, int blue) { argument
17 return (alpha << 24) | (red << 16) | (green << 8) | blue;
/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D020-define-func-2-arg-multi.c2 foo(one fish, blue fish)
/external/clang/www/demo/
H A Dsyntax.css4 .llvm_keyword { font-weight: bold; color: blue }
/external/slf4j/slf4j-jcl/src/test/java/org/slf4j/
H A DInvocationTest.java101 Marker blue = MarkerFactory.getMarker("BLUE");
102 logger.debug(blue, "hello");
103 logger.info(blue, "hello");
104 logger.warn(blue, "hello");
105 logger.error(blue, "hello");
107 logger.debug(blue, "hello {}", "world");
108 logger.info(blue, "hello {}", "world");
109 logger.warn(blue, "hello {}", "world");
110 logger.error(blue, "hello {}", "world");
112 logger.debug(blue, "hell
[all...]
/external/slf4j/slf4j-nop/src/test/java/org/slf4j/
H A DInvocationTest.java95 Marker blue = MarkerFactory.getMarker("BLUE");
96 logger.debug(blue, "hello");
97 logger.info(blue, "hello");
98 logger.warn(blue, "hello");
99 logger.error(blue, "hello");
101 logger.debug(blue, "hello {}", "world");
102 logger.info(blue, "hello {}", "world");
103 logger.warn(blue, "hello {}", "world");
104 logger.error(blue, "hello {}", "world");
106 logger.debug(blue, "hell
[all...]
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/
H A DInvocationTest.java107 Marker blue = MarkerFactory.getMarker("BLUE");
108 logger.debug(blue, "hello");
109 logger.info(blue, "hello");
110 logger.warn(blue, "hello");
111 logger.error(blue, "hello");
113 logger.debug(blue, "hello {}", "world");
114 logger.info(blue, "hello {}", "world");
115 logger.warn(blue, "hello {}", "world");
116 logger.error(blue, "hello {}", "world");
118 logger.debug(blue, "hell
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUDisplay.java38 public void setColor(int index, int red, int green, int blue); argument
/external/eigen/blas/testing/
H A Drunblastest.sh7 blue='\E[34m'
22 echo -e $blue
30 echo -e $blue
38 echo -e $blue
/external/ImageMagick/MagickCore/
H A Dgem.c75 % blue) triple.
80 % const double luma,double *red,double *green,double *blue)
87 % o red, green, blue: A pointer to a pixel component of type Quantum.
91 const double luma,double *red,double *green,double *blue)
107 assert(blue != (double *) NULL);
152 *blue=QuantumRange*(b+m);
168 % blue) triple. Since HCL colorspace is wider than RGB, we instead choose a
174 % const double luma,double *red,double *green,double *blue)
181 % o red, green, blue: A pointer to a pixel component of type Quantum. argument
185 const double luma,double *red,double *green,double *blue)
88 ConvertHCLToRGB(const double hue,const double chroma, const double luma,double *red,double *green,double *blue) argument
286 ConvertHSBToRGB(const double hue,const double saturation, const double brightness,double *red,double *green,double *blue) argument
389 ConvertHSIToRGB(const double hue,const double saturation, const double intensity,double *red,double *green,double *blue) argument
462 ConvertHSLToRGB(const double hue,const double saturation, const double lightness,double *red,double *green,double *blue) argument
566 ConvertHSVToRGB(const double hue,const double saturation, const double value,double *red,double *green,double *blue) argument
667 ConvertHWBToRGB(const double hue,const double whiteness, const double blackness,double *red,double *green,double *blue) argument
751 ConvertLCHabToRGB(const double luma,const double chroma, const double hue,double *red,double *green,double *blue) argument
804 ConvertLCHuvToRGB(const double luma,const double chroma, const double hue,double *red,double *green,double *blue) argument
850 ConvertRGBToHCL(const double red,const double green, const double blue,double *hue,double *chroma,double *luma) argument
911 ConvertRGBToHCLp(const double red,const double green, const double blue,double *hue,double *chroma,double *luma) argument
972 ConvertRGBToHSB(const double red,const double green, const double blue,double *hue,double *saturation,double *brightness) argument
1042 ConvertRGBToHSI(const double red,const double green, const double blue,double *hue,double *saturation,double *intensity) argument
1099 ConvertRGBToHSL(const double red,const double green, const double blue,double *hue,double *saturation,double *lightness) argument
1171 ConvertRGBToHSV(const double red,const double green, const double blue,double *hue,double *saturation,double *value) argument
1240 ConvertRGBToHWB(const double red,const double green, const double blue,double *hue,double *whiteness,double *blackness) argument
1314 ConvertRGBToLCHab(const double red,const double green, const double blue,double *luma,double *chroma,double *hue) argument
1375 ConvertRGBToLCHuv(const double red,const double green, const double blue,double *luma,double *chroma,double *hue) argument
[all...]
H A Dcolorspace-private.h36 pixel->blue=((QuantumRange-(QuantumScale*pixel->blue*(QuantumRange-
44 blue, local
55 blue=QuantumScale*pixel->blue;
61 blue=QuantumScale*DecodePixelGamma(pixel->blue);
65 (fabs((double) blue) < MagickEpsilon))
72 yellow=(MagickRealType) (1.0-blue);
84 pixel->blue
[all...]
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
H A DInvocationTest.java123 Marker blue = MarkerFactory.getMarker("BLUE");
124 logger.trace(blue, "hello");
125 logger.debug(blue, "hello");
126 logger.info(blue, "hello");
127 logger.warn(blue, "hello");
128 logger.error(blue, "hello");
130 logger.debug(blue, "hello {}", "world");
131 logger.info(blue, "hello {}", "world");
132 logger.warn(blue, "hello {}", "world");
133 logger.error(blue, "hell
[all...]
/external/skia/src/codec/
H A DSkMasks.cpp134 masks.blue &= (1 << bitsPerPixel) - 1;
139 if (((masks.red & masks.green) | (masks.red & masks.blue) |
140 (masks.red & masks.alpha) | (masks.green & masks.blue) |
141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) {
148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); local
151 return new SkMasks(red, green, blue, alpha);
156 const MaskInfo& blue, const MaskInfo& alpha)
159 , fBlue(blue)
155 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue, const MaskInfo& alpha) argument
H A DSkMasks.h28 uint32_t blue; member in struct:SkMasks::InputMasks
77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
/external/skqp/src/codec/
H A DSkMasks.cpp134 masks.blue &= (1 << bitsPerPixel) - 1;
139 if (((masks.red & masks.green) | (masks.red & masks.blue) |
140 (masks.red & masks.alpha) | (masks.green & masks.blue) |
141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) {
148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); local
151 return new SkMasks(red, green, blue, alpha);
156 const MaskInfo& blue, const MaskInfo& alpha)
159 , fBlue(blue)
155 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue, const MaskInfo& alpha) argument
H A DSkMasks.h28 uint32_t blue; member in struct:SkMasks::InputMasks
77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowColor.java21 * @param blue Blue component
25 public static void RGBToHSV(int red, int green, int blue, float hsv[]) { argument
26 java.awt.Color.RGBtoHSB(red, green, blue, hsv);
33 return Color.argb(alpha, Color.red(rgb), Color.green(rgb), Color.blue(rgb));
/external/selinux/mcstrans/share/examples/non-mls-color/
H A Dsecolor.conf5 color blue = #0000ff
/external/python/cpython2/Tools/pynche/
H A DDetailsViewer.py10 and blue are self evident. By tying together red and green, you can modify
11 the yellow level of the color. By tying together red and blue, you can modify
12 the magenta level of the color. By tying together green and blue, you can
32 preserve the distance between them. Thus if green and blue were tied,
33 and green was at 238 while blue was at 223, and an increment of 25
34 were applied, green would be at 15 and blue would be at 0.
201 blue = self.__blue + delta
202 tie.append(blue)
204 blue = self.__blue
208 if red < 0 or green < 0 or blue <
[all...]
/external/python/cpython3/Tools/pynche/
H A DDetailsViewer.py10 and blue are self evident. By tying together red and green, you can modify
11 the yellow level of the color. By tying together red and blue, you can modify
12 the magenta level of the color. By tying together green and blue, you can
32 preserve the distance between them. Thus if green and blue were tied,
33 and green was at 238 while blue was at 223, and an increment of 25
34 were applied, green would be at 15 and blue would be at 0.
201 blue = self.__blue + delta
202 tie.append(blue)
204 blue = self.__blue
208 if red < 0 or green < 0 or blue <
[all...]
/external/clang/test/CodeGenCXX/
H A Dscoped-enums.cpp4 enum class Color { red, blue, green }; member in class:Color
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h36 GLubyte alpha, blue, green, red; member in struct:__anon17299
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon17300
46 GLubyte blue, green, red, alpha;
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
H A DInvocationTest.java128 Marker blue = MarkerFactory.getMarker("BLUE");
129 logger.debug(blue, "hello");
130 logger.info(blue, "hello");
131 logger.warn(blue, "hello");
132 logger.error(blue, "hello");
134 logger.debug(blue, "hello {}", "world");
135 logger.info(blue, "hello {}", "world");
136 logger.warn(blue, "hello {}", "world");
137 logger.error(blue, "hello {}", "world");
139 logger.debug(blue, "hell
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTDecompress.cpp37 PVRTuint8 red,green,blue,alpha; member in struct:Pixel32
42 PVRTint32 red,green,blue,alpha; member in struct:Pixel128S
71 colour.blue = (PVRTuint8)(u32ColourData & 0x1e) | ((u32ColourData & 0x1e) >> 4); // 4->5 bits
79 colour.blue = (PVRTuint8)((u32ColourData & 0xe) << 1) | ((u32ColourData & 0xe) >> 2); // 3->5 bits
101 colour.blue = (PVRTuint8)((u32ColourData & 0x1f0000) >> 16); // 5->5 bits
109 colour.blue = (PVRTuint8)(((u32ColourData & 0xf0000) >> 15) | ((u32ColourData & 0xf0000) >> 19)); // 4->5 bits
132 Pixel128S hP = {(PVRTint32)P.red,(PVRTint32)P.green,(PVRTint32)P.blue,(PVRTint32)P.alpha};
133 Pixel128S hQ = {(PVRTint32)Q.red,(PVRTint32)Q.green,(PVRTint32)Q.blue,(PVRTint32)Q.alpha};
134 Pixel128S hR = {(PVRTint32)R.red,(PVRTint32)R.green,(PVRTint32)R.blue,(PVRTint32)R.alpha};
135 Pixel128S hS = {(PVRTint32)S.red,(PVRTint32)S.green,(PVRTint32)S.blue,(PVRTint3
[all...]
/external/libpng/contrib/gregbook/
H A Dreadpng.c156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) argument
175 * and blue values, regardless of color_type: */
186 *blue = pBackground->blue >> 8;
189 *red = *green = *blue = pBackground->gray? 255 : 0;
191 *red = *green = *blue = (255/3) * pBackground->gray;
193 *red = *green = *blue = (255/15) * pBackground->gray;
197 *blue = (uch)pBackground->blue;

Completed in 786 milliseconds

1234567891011>>