/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/libnl/lib/route/qdisc/ |
D | red.c | 44 struct rtnl_red *red = data; in red_msg_parser() local 60 red->qr_limit = opts->limit; in red_msg_parser() 61 red->qr_qth_min = opts->qth_min; in red_msg_parser() 62 red->qr_qth_max = opts->qth_max; in red_msg_parser() 63 red->qr_flags = opts->flags; in red_msg_parser() 64 red->qr_wlog = opts->Wlog; in red_msg_parser() 65 red->qr_plog = opts->Plog; in red_msg_parser() 66 red->qr_scell_log = opts->Scell_log; in red_msg_parser() 68 red->qr_mask = (RED_ATTR_LIMIT | RED_ATTR_QTH_MIN | RED_ATTR_QTH_MAX | in red_msg_parser() 78 struct rtnl_red *red = data; in red_dump_line() local [all …]
|
/external/python/cpython2/Demo/newmetaclasses/ |
D | Enum.py | 94 red = 1 variable in _test.Color 98 print Color.red 100 print repr(Color.red) 101 print Color.red == Color.red 102 print Color.red == Color.blue 103 print Color.red == 1 104 print Color.red == 2 114 print ExtendedColor.red 116 print Color.red == ExtendedColor.red 125 print MergedColor.red [all …]
|
/external/ImageMagick/MagickCore/ |
D | gem.c | 89 const double luma,double *red,double *green,double *blue) in ConvertHCLToRGB() argument 103 assert(red != (double *) NULL); in ConvertHCLToRGB() 148 *red=QuantumRange*(r+m); in ConvertHCLToRGB() 182 const double luma,double *red,double *green,double *blue) in ConvertHCLpToRGB() argument 197 assert(red != (double *) NULL); in ConvertHCLpToRGB() 254 *red=QuantumRange*(z*r+m); in ConvertHCLpToRGB() 287 const double brightness,double *red,double *green,double *blue) in ConvertHSBToRGB() argument 299 assert(red != (double *) NULL); in ConvertHSBToRGB() 304 *red=QuantumRange*brightness; in ConvertHSBToRGB() 305 *green=(*red); 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() 210 static inline void ConvertRGBToCMY(const double red,const double green, in ConvertRGBToCMY() argument 213 *cyan=QuantumScale*(QuantumRange-red); in ConvertRGBToCMY() 218 static void ConvertRGBToAdobe98(const double red,const double green, in ConvertRGBToAdobe98() argument 226 ConvertRGBToXYZ(red,green,blue,&X,&Y,&Z); in ConvertRGBToAdobe98() [all …]
|
D | gem-private.h | 95 static inline void ConvertAdobe98ToXYZ(const double red,const double green, in ConvertAdobe98ToXYZ() argument 109 r=QuantumScale*DecodePixelGamma(red); in ConvertAdobe98ToXYZ() 117 static inline void ConvertDisplayP3ToXYZ(const double red,const double green, in ConvertDisplayP3ToXYZ() argument 131 r=QuantumScale*DecodePixelGamma(red); in ConvertDisplayP3ToXYZ() 200 static inline void ConvertProPhotoToXYZ(const double red,const double green, in ConvertProPhotoToXYZ() argument 214 r=QuantumScale*DecodePixelGamma(red); in ConvertProPhotoToXYZ() 222 static inline void ConvertRGBToXYZ(const double red,const double green, in ConvertRGBToXYZ() argument 236 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ() 245 const double Z,double *red,double *green,double *blue) in ConvertXYZToAdobe98() argument 252 assert(red != (double *) NULL); in ConvertXYZToAdobe98() [all …]
|
D | colorspace-private.h | 32 pixel->red=((QuantumRange-(QuantumScale*pixel->red*(QuantumRange- in ConvertCMYKToRGB() 48 red, in ConvertRGBToCMYK() local 53 red=QuantumScale*pixel->red; in ConvertRGBToCMYK() 59 red=QuantumScale*DecodePixelGamma(pixel->red); in ConvertRGBToCMYK() 63 if ((fabs((double) red) < MagickEpsilon) && in ConvertRGBToCMYK() 70 cyan=(MagickRealType) (1.0-red); in ConvertRGBToCMYK() 82 pixel->red=QuantumRange*cyan; in ConvertRGBToCMYK()
|
D | enhance.c | 922 pixel.red=clut_map[ScaleQuantumToMap(ClampToQuantum( in ClutImage() 923 pixel.red))].red; in ClutImage() 1028 red, in ColorDecisionListImage() member 1088 color_correction.red.slope=1.0; in ColorDecisionListImage() 1089 color_correction.red.offset=0.0; in ColorDecisionListImage() 1090 color_correction.red.power=1.0; in ColorDecisionListImage() 1120 color_correction.red.slope=StringToDouble(token,(char **) NULL); in ColorDecisionListImage() 1152 color_correction.red.offset=StringToDouble(token, in ColorDecisionListImage() 1185 color_correction.red.power=StringToDouble(token,(char **) NULL); in ColorDecisionListImage() 1225 " color_correction.red.slope: %g",color_correction.red.slope); in ColorDecisionListImage() [all …]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | minmax_reduction.ll | 28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 31 %cmp3 = icmp sgt i32 %0, %max.red.08 32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08 39 ret i32 %max.red.0 57 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 60 %cmp3 = icmp slt i32 %max.red.08, %0 61 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08 68 ret i32 %max.red.0 85 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 88 %cmp3 = icmp slt i32 %0, %max.red.08 [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | minmax_reduction.ll | 28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 31 %cmp3 = icmp sgt i32 %0, %max.red.08 32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08 39 ret i32 %max.red.0 57 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 60 %cmp3 = icmp slt i32 %max.red.08, %0 61 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08 68 ret i32 %max.red.0 85 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 88 %cmp3 = icmp slt i32 %0, %max.red.08 [all …]
|
/external/ImageMagick/api_examples/ |
D | wand.c | 47 *red, /* red image wand */ in main() local 60 red = NewMagickWand(); in main() 61 MagickSetSize(red,100,100); in main() 62 status = MagickReadImage(red, "xc:red" ); in main() 64 ThrowWandException(red); in main() 88 MagickSetLastIterator(red); in main() 89 MagickAddImage(red,rose); in main() 101 MagickSetFirstIterator(red); in main() 102 output = MagickAppendImages(red,MagickFalse); in main() 103 red = DestroyMagickWand(red); /* finished with 'red' wand */ in main()
|
/external/skia/src/codec/ |
D | SkMaskSwizzler.cpp | 21 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_opaque() local 24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque() 38 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_opaque() local 41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque() 55 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_unpremul() local 59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul() 73 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_unpremul() local 77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul() 91 uint8_t red = masks->getRed(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 | 21 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_opaque() local 24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque() 38 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_opaque() local 41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque() 55 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_unpremul() local 59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul() 73 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_unpremul() local 77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul() 91 uint8_t red = masks->getRed(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 | 132 masks.red &= (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() 146 const MaskInfo red = process_mask(masks.red, bitsPerPixel); in CreateMasks() local 151 return new SkMasks(red, green, blue, alpha); in CreateMasks() 155 SkMasks::SkMasks(const MaskInfo& red, const MaskInfo& green, in SkMasks() argument 157 : fRed(red) in SkMasks()
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | partially-unroll-unconditional-latch.ll | 11 ; CHECK-NEXT: %red = phi i32 [ 0, %entry ], [ %red.next.3, %for.latch.3 ] 13 ; CHECK-NEXT: %red.next = add nuw nsw i32 10, %red 16 ; CHECK-NEXT: store i32 %red.next, i32* %ptr, align 4 20 ; CHECK-NEXT: %red.next.1 = add nuw nsw i32 10, %red.next 23 ; CHECK-NEXT: store i32 %red.next.1, i32* %ptr.1, align 4 30 ; CHECK-NEXT: %red.next.2 = add nuw nsw i32 10, %red.next.1 33 ; CHECK-NEXT: store i32 %red.next.2, i32* %ptr.2, align 4 37 ; CHECK-NEXT: %red.next.3 = add nuw nsw i32 10, %red.next.2 40 ; CHECK-NEXT: store i32 %red.next.3, i32* %ptr.3, align 4 51 %red = phi i32 [ 0, %entry ], [ %red.next, %for.latch ] [all …]
|
/external/angle/src/image_util/ |
D | imageformats.cpp | 20 dst->red = lum; in readColor() 28 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 38 dst->red = src->R; in readColor() 46 dst->red = gl::normalizedToFloat(src->R); in readColor() 54 dst->R = static_cast<uint8_t>(src->red); in writeColor() 59 dst->R = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 69 dst->red = 0.0f; in readColor() 88 dst->red = lum; in readColor() 96 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 109 dst->red = lum; in readColor() [all …]
|
/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 31 this->red = red; 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/python/cpython2/Demo/metaclasses/ |
D | Enum.py | 129 red = 1 variable in _test.Color 133 print Color.red 136 print Color.red == Color.red 137 print Color.red == Color.blue 138 print Color.red == 1 139 print Color.red == 2 149 print ExtendedColor.red 151 print Color.red == ExtendedColor.red 160 print MergedColor.red
|
/external/python/cpython3/Tools/pynche/ |
D | DetailsViewer.py | 190 red = self.__red + delta 191 tie.append(red) 193 red = self.__red 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 212 if red < 0: 213 red += 256 218 if red > 255: 219 red -= 256 [all …]
|
D | StripViewer.py | 63 def constant_red_generator(numchips, red, green, blue): argument 65 return list(zip([red] * numchips, seq, seq)) 68 def constant_green_generator(numchips, red, green, blue): argument 73 def constant_blue_generator(numchips, red, green, blue): argument 78 def constant_cyan_generator(numchips, red, green, blue): argument 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 90 return list(zip([red] * numchips, [green] * numchips, seq)) 248 red, green, blue = ColorDB.rrggbb_to_triplet(color) [all …]
|
/external/python/cpython2/Tools/pynche/ |
D | DetailsViewer.py | 190 red = self.__red + delta 191 tie.append(red) 193 red = self.__red 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 212 if red < 0: 213 red += 256 218 if red > 255: 219 red -= 256 [all …]
|
D | StripViewer.py | 63 def constant_red_generator(numchips, red, green, blue): argument 65 return map(None, [red] * numchips, seq, seq) 68 def constant_green_generator(numchips, red, green, blue): argument 73 def constant_blue_generator(numchips, red, green, blue): argument 78 def constant_cyan_generator(numchips, red, green, blue): argument 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 90 return map(None, [red] * numchips, [green] * numchips, seq) 248 red, green, blue = ColorDB.rrggbb_to_triplet(color) [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_rgtc.c | 318 GLubyte red; in fetch_red_rgtc1() local 319 util_format_unsigned_fetch_texel_rgtc(rowStride, map, i, j, &red, 1); in fetch_red_rgtc1() 320 texel[RCOMP] = UBYTE_TO_FLOAT(red); in fetch_red_rgtc1() 330 GLubyte red; in fetch_l_latc1() local 331 util_format_unsigned_fetch_texel_rgtc(rowStride, map, i, j, &red, 1); in fetch_l_latc1() 334 texel[BCOMP] = UBYTE_TO_FLOAT(red); in fetch_l_latc1() 342 GLbyte red; in fetch_signed_red_rgtc1() local 344 i, j, &red, 1); in fetch_signed_red_rgtc1() 345 texel[RCOMP] = BYTE_TO_FLOAT_TEX(red); in fetch_signed_red_rgtc1() 355 GLbyte red; in fetch_signed_l_latc1() local [all …]
|
/external/skia/resources/sksl/dslfp/ |
D | GrDSLFPTest_Ternary.fp | 7 half4 red = primaryColors ? colorRed : colorPurple; 11 return half4(t ? green.r : red.r, // true -> green.r 12 f ? red.g : green.g, // false -> green.g 13 (green.g == red.r) ? green.b : red.r, // true -> green.b 14 (green.a != red.a) ? red.g : green.a); // false -> green.a
|
/external/llvm-project/polly/test/DependenceInfo/ |
D | reduction_multiple_reductions_2.ll | 21 ; void f(int *restrict red) { 23 ; S0: *red = 42 + *red * 5; 25 ; S1: *red *= i; 27 ; S2: *red += i; 28 ; S3: *red = 42 + *red * 7; 34 define void @f(i32* noalias %red) { 47 %tmp = load i32, i32* %red, align 4 50 store i32 %add, i32* %red, align 4 62 %tmp3 = load i32, i32* %red, align 4 64 store i32 %mul4, i32* %red, align 4 [all …]
|