/external/ImageMagick/MagickCore/ |
D | gem.c | 89 const double luma,double *red,double *green,double *blue) in ConvertHCLToRGB() argument 105 assert(blue != (double *) NULL); in ConvertHCLToRGB() 150 *blue=QuantumRange*(b+m); in ConvertHCLToRGB() 182 const double luma,double *red,double *green,double *blue) in ConvertHCLpToRGB() argument 199 assert(blue != (double *) NULL); in ConvertHCLpToRGB() 256 *blue=QuantumRange*(z*b+m); in ConvertHCLpToRGB() 287 const double brightness,double *red,double *green,double *blue) in ConvertHSBToRGB() argument 301 assert(blue != (double *) NULL); in ConvertHSBToRGB() 306 *blue=(*red); in ConvertHSBToRGB() 321 *blue=QuantumRange*p; in ConvertHSBToRGB() [all …]
|
D | colorspace.c | 175 const double b,double *red,double *green,double *blue) in ConvertAdobe98ToRGB() argument 183 ConvertXYZToRGB(X,Y,Z,red,green,blue); in ConvertAdobe98ToRGB() 187 const double b,double *red,double *green,double *blue) in ConvertDisplayP3ToRGB() argument 195 ConvertXYZToRGB(X,Y,Z,red,green,blue); in ConvertDisplayP3ToRGB() 199 const double b,double *red,double *green,double *blue) in ConvertProPhotoToRGB() argument 207 ConvertXYZToRGB(X,Y,Z,red,green,blue); in ConvertProPhotoToRGB() 211 const double blue,double *cyan,double *magenta,double *yellow) in ConvertRGBToCMY() argument 215 *yellow=QuantumScale*(QuantumRange-blue); in ConvertRGBToCMY() 219 const double blue,double *r,double *g,double *b) in ConvertRGBToAdobe98() argument 226 ConvertRGBToXYZ(red,green,blue,&X,&Y,&Z); in ConvertRGBToAdobe98() [all …]
|
D | gem-private.h | 96 const double blue,double *X,double *Y,double *Z) in ConvertAdobe98ToXYZ() argument 111 b=QuantumScale*DecodePixelGamma(blue); in ConvertAdobe98ToXYZ() 118 const double blue,double *X,double *Y,double *Z) in ConvertDisplayP3ToXYZ() argument 133 b=QuantumScale*DecodePixelGamma(blue); in ConvertDisplayP3ToXYZ() 201 const double blue,double *X,double *Y,double *Z) in ConvertProPhotoToXYZ() argument 216 b=QuantumScale*DecodePixelGamma(blue); in ConvertProPhotoToXYZ() 223 const double blue,double *X,double *Y,double *Z) in ConvertRGBToXYZ() argument 238 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ() 245 const double Z,double *red,double *green,double *blue) in ConvertXYZToAdobe98() argument 254 assert(blue != (double *) NULL); in ConvertXYZToAdobe98() [all …]
|
D | colorspace-private.h | 36 pixel->blue=((QuantumRange-(QuantumScale*pixel->blue*(QuantumRange- in ConvertCMYKToRGB() 44 blue, in ConvertRGBToCMYK() local 55 blue=QuantumScale*pixel->blue; in ConvertRGBToCMYK() 61 blue=QuantumScale*DecodePixelGamma(pixel->blue); in ConvertRGBToCMYK() 65 (fabs((double) blue) < MagickEpsilon)) in ConvertRGBToCMYK() 72 yellow=(MagickRealType) (1.0-blue); in ConvertRGBToCMYK() 84 pixel->blue=QuantumRange*yellow; in ConvertRGBToCMYK()
|
D | segment.c | 145 blue; member 281 blue, in Classify() local 312 (void) memset(&blue,0,sizeof(blue)); in Classify() 318 blue.index=0; in Classify() 319 while (DefineRegion(extrema[Blue],&blue) != 0) in Classify() 344 cluster->blue=blue; in Classify() 363 cluster->blue=blue; in Classify() 391 pixel.blue=(double) ScaleQuantumToChar(GetPixelBlue(image,p)); in Classify() 397 (pixel.blue >= (double) (cluster->blue.left-SafeMargin)) && in Classify() 398 (pixel.blue <= (double) (cluster->blue.right+SafeMargin))) in Classify() [all …]
|
D | enhance.c | 930 pixel.blue=clut_map[ScaleQuantumToMap(ClampToQuantum( in ClutImage() 931 pixel.blue))].blue; in ClutImage() 1030 blue; in ColorDecisionListImage() member 1094 color_correction.blue.slope=1.0; in ColorDecisionListImage() 1095 color_correction.blue.offset=0.0; in ColorDecisionListImage() 1096 color_correction.blue.power=1.0; in ColorDecisionListImage() 1131 color_correction.blue.slope=StringToDouble(token, in ColorDecisionListImage() 1164 color_correction.blue.offset=StringToDouble(token, in ColorDecisionListImage() 1196 color_correction.blue.power=StringToDouble(token, in ColorDecisionListImage() 1237 " color_correction.blue.slope: %g",color_correction.blue.slope); in ColorDecisionListImage() [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | document_properties_expected.txt | 102 Alert: *** Setting properties to ["red", 0, "blue", 42] *** 103 Alert: this.ADBE = ["red", 0, "blue", 42]; yields red,0,blue,42 104 Alert: this.author = ["red", 0, "blue", 42]; yields red,0,blue,42 105 Alert: this.baseURL = ["red", 0, "blue", 42]; yields red,0,blue,42 106 Alert: this.bookmarkRoot = ["red", 0, "blue", 42]; yields red,0,blue,42 107 Alert: this.calculate = ["red", 0, "blue", 42]; yields red,0,blue,42 108 Alert: this.Collab = ["red", 0, "blue", 42]; yields red,0,blue,42 109 Alert: this.creationDate = ["red", 0, "blue", 42]; yields red,0,blue,42 110 Alert: this.creator = ["red", 0, "blue", 42]; yields red,0,blue,42 111 Alert: this.delay = ["red", 0, "blue", 42]; yields red,0,blue,42 [all …]
|
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/ |
D | InvocationTest.java | 107 Marker blue = MarkerFactory.getMarker("BLUE"); in testMarker() local 108 logger.debug(blue, "hello"); in testMarker() 109 logger.info(blue, "hello"); in testMarker() 110 logger.warn(blue, "hello"); in testMarker() 111 logger.error(blue, "hello"); in testMarker() 113 logger.debug(blue, "hello {}", "world"); in testMarker() 114 logger.info(blue, "hello {}", "world"); in testMarker() 115 logger.warn(blue, "hello {}", "world"); in testMarker() 116 logger.error(blue, "hello {}", "world"); in testMarker() 118 logger.debug(blue, "hello {} and {} ", "world", "universe"); in testMarker() [all …]
|
/external/slf4j/slf4j-jcl/src/test/java/org/slf4j/ |
D | InvocationTest.java | 101 Marker blue = MarkerFactory.getMarker("BLUE"); in testMarker() local 102 logger.debug(blue, "hello"); in testMarker() 103 logger.info(blue, "hello"); in testMarker() 104 logger.warn(blue, "hello"); in testMarker() 105 logger.error(blue, "hello"); in testMarker() 107 logger.debug(blue, "hello {}", "world"); in testMarker() 108 logger.info(blue, "hello {}", "world"); in testMarker() 109 logger.warn(blue, "hello {}", "world"); in testMarker() 110 logger.error(blue, "hello {}", "world"); in testMarker() 112 logger.debug(blue, "hello {} and {} ", "world", "universe"); in testMarker() [all …]
|
/external/slf4j/slf4j-nop/src/test/java/org/slf4j/ |
D | InvocationTest.java | 95 Marker blue = MarkerFactory.getMarker("BLUE"); in testMarker() local 96 logger.debug(blue, "hello"); in testMarker() 97 logger.info(blue, "hello"); in testMarker() 98 logger.warn(blue, "hello"); in testMarker() 99 logger.error(blue, "hello"); in testMarker() 101 logger.debug(blue, "hello {}", "world"); in testMarker() 102 logger.info(blue, "hello {}", "world"); in testMarker() 103 logger.warn(blue, "hello {}", "world"); in testMarker() 104 logger.error(blue, "hello {}", "world"); in testMarker() 106 logger.debug(blue, "hello {} and {} ", "world", "universe"); in testMarker() [all …]
|
/external/skia/src/codec/ |
D | SkMaskSwizzler.cpp | 23 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_opaque() local 24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque() 40 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_opaque() local 41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque() 57 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_unpremul() local 59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul() 75 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_unpremul() local 77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul() 93 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_premul() local 95 dstPtr[i] = premultiply_argb_as_rgba(alpha, red, green, blue); in swizzle_mask16_to_rgba_premul() [all …]
|
/external/skqp/src/codec/ |
D | SkMaskSwizzler.cpp | 23 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_opaque() local 24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque() 40 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_opaque() local 41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque() 57 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_unpremul() local 59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul() 75 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_unpremul() local 77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul() 93 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_premul() local 95 dstPtr[i] = premultiply_argb_as_rgba(alpha, red, green, blue); in swizzle_mask16_to_rgba_premul() [all …]
|
D | SkMasks.cpp | 134 masks.blue &= (1 << bitsPerPixel) - 1; in CreateMasks() 139 if (((masks.red & masks.green) | (masks.red & masks.blue) | in CreateMasks() 140 (masks.red & masks.alpha) | (masks.green & masks.blue) | in CreateMasks() 141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) { in CreateMasks() 148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); in CreateMasks() local 151 return new SkMasks(red, green, blue, alpha); in CreateMasks() 156 const MaskInfo& blue, const MaskInfo& alpha) in SkMasks() argument 159 , fBlue(blue) in SkMasks()
|
/external/webrtc/modules/desktop_capture/ |
D | rgba_color.cc | 28 RgbaColor::RgbaColor(uint8_t blue, uint8_t green, uint8_t red, uint8_t alpha) { in RgbaColor() argument 29 this->blue = blue; in RgbaColor() 35 RgbaColor::RgbaColor(uint8_t blue, uint8_t green, uint8_t red) in RgbaColor() argument 36 : RgbaColor(blue, green, red, 0xff) {} in RgbaColor() 45 return blue == right.blue && green == right.green && red == right.red && in operator ==() 55 return blue | (green << 8) | (red << 16) | (alpha << 24); in ToUInt32() 57 return (blue << 24) | (green << 16) | (red << 8) | alpha; in ToUInt32()
|
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/ |
D | InvocationTest.java | 123 Marker blue = MarkerFactory.getMarker("BLUE"); in testMarker() local 124 logger.trace(blue, "hello"); in testMarker() 125 logger.debug(blue, "hello"); in testMarker() 126 logger.info(blue, "hello"); in testMarker() 127 logger.warn(blue, "hello"); in testMarker() 128 logger.error(blue, "hello"); in testMarker() 130 logger.debug(blue, "hello {}", "world"); in testMarker() 131 logger.info(blue, "hello {}", "world"); in testMarker() 132 logger.warn(blue, "hello {}", "world"); in testMarker() 133 logger.error(blue, "hello {}", "world"); in testMarker() [all …]
|
/external/python/cpython3/Tools/pynche/ |
D | DetailsViewer.py | 200 blue = self.__blue + delta 201 tie.append(blue) 203 blue = self.__blue 207 if red < 0 or green < 0 or blue < 0 or \ 208 red > 255 or green > 255 or blue > 255: 210 red, green, blue = self.__red, self.__green, self.__blue 216 if blue < 0: 217 blue += 256 222 if blue > 255: 223 blue -= 256 [all …]
|
D | StripViewer.py | 63 def constant_red_generator(numchips, red, green, blue): argument 68 def constant_green_generator(numchips, red, green, blue): argument 73 def constant_blue_generator(numchips, red, green, blue): argument 75 return list(zip(seq, seq, [blue] * numchips)) 78 def constant_cyan_generator(numchips, red, green, blue): argument 80 return list(zip(seq, [green] * numchips, [blue] * numchips)) 83 def constant_magenta_generator(numchips, red, green, blue): argument 85 return list(zip([red] * numchips, seq, [blue] * numchips)) 88 def constant_yellow_generator(numchips, red, green, blue): argument 248 red, green, blue = ColorDB.rrggbb_to_triplet(color) [all …]
|
/external/python/cpython2/Tools/pynche/ |
D | DetailsViewer.py | 200 blue = self.__blue + delta 201 tie.append(blue) 203 blue = self.__blue 207 if red < 0 or green < 0 or blue < 0 or \ 208 red > 255 or green > 255 or blue > 255: 210 red, green, blue = self.__red, self.__green, self.__blue 216 if blue < 0: 217 blue += 256 222 if blue > 255: 223 blue -= 256 [all …]
|
D | StripViewer.py | 63 def constant_red_generator(numchips, red, green, blue): argument 68 def constant_green_generator(numchips, red, green, blue): argument 73 def constant_blue_generator(numchips, red, green, blue): argument 75 return map(None, seq, seq, [blue] * numchips) 78 def constant_cyan_generator(numchips, red, green, blue): argument 80 return map(None, seq, [green] * numchips, [blue] * numchips) 83 def constant_magenta_generator(numchips, red, green, blue): argument 85 return map(None, [red] * numchips, seq, [blue] * numchips) 88 def constant_yellow_generator(numchips, red, green, blue): argument 248 red, green, blue = ColorDB.rrggbb_to_triplet(color) [all …]
|
/external/angle/src/image_util/ |
D | imageformats.cpp | 22 dst->blue = lum; in readColor() 40 dst->blue = 0; in readColor() 48 dst->blue = 0.0f; in readColor() 71 dst->blue = 0.0f; in readColor() 90 dst->blue = lum; in readColor() 111 dst->blue = lum; in readColor() 131 dst->blue = 0; in readColor() 139 dst->blue = 0.0f; in readColor() 165 dst->blue = src->G; in readColor() 173 dst->blue = gl::normalizedToFloat(src->B); in readColor() [all …]
|
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/ |
D | InvocationTest.java | 128 Marker blue = MarkerFactory.getMarker("BLUE"); in testMarker() local 129 logger.debug(blue, "hello"); in testMarker() 130 logger.info(blue, "hello"); in testMarker() 131 logger.warn(blue, "hello"); in testMarker() 132 logger.error(blue, "hello"); in testMarker() 134 logger.debug(blue, "hello {}", "world"); in testMarker() 135 logger.info(blue, "hello {}", "world"); in testMarker() 136 logger.warn(blue, "hello {}", "world"); in testMarker() 137 logger.error(blue, "hello {}", "world"); in testMarker() 139 logger.debug(blue, "hello {} and {} ", "world", "universe"); in testMarker() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | keyboards.css | 6 border: 1px solid blue; 12 border: 1px solid blue; 19 border: 1px solid blue; 26 border: 1px solid blue; 32 border: 1px solid blue; 39 border: 1px solid blue; 47 border: 1px solid blue; 55 border: 1px solid blue; 63 border: 1px solid blue;
|
/external/skia/tools/doxygen/ |
D | customdoxygen.css | 4 --blue: rgb(0,114,178); 11 --light-blue: rgb(128,185,217); 19 --dark-blue: rgb(0,65,101); 30 color: var(--blue); 39 color: var(--dark-blue); 44 border: 1px solid var(--light-blue); 48 color: var(--blue); 52 color: var(--blue); 66 color: var(--blue); 70 color: var(--blue); [all …]
|
/external/python/cpython3/Tools/pynche/X/ |
D | rgb.txt | 34 240 248 255 alice blue 65 25 25 112 midnight blue 68 0 0 128 navy blue 70 100 149 237 cornflower blue 72 72 61 139 dark slate blue 74 106 90 205 slate blue 76 123 104 238 medium slate blue 78 132 112 255 light slate blue 80 0 0 205 medium blue 82 65 105 225 royal blue [all …]
|
/external/python/cpython2/Tools/pynche/X/ |
D | rgb.txt | 34 240 248 255 alice blue 65 25 25 112 midnight blue 68 0 0 128 navy blue 70 100 149 237 cornflower blue 72 72 61 139 dark slate blue 74 106 90 205 slate blue 76 123 104 238 medium slate blue 78 132 112 255 light slate blue 80 0 0 205 medium blue 82 65 105 225 royal blue [all …]
|