/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ |
D | CaptionStyleCompat.java | 94 public final int backgroundColor; field in CaptionStyleCompat 149 int backgroundColor, in CaptionStyleCompat() argument 155 this.backgroundColor = backgroundColor; in CaptionStyleCompat() 167 captionStyle.foregroundColor, captionStyle.backgroundColor, Color.TRANSPARENT, in createFromCaptionStyleV19() 177 captionStyle.hasBackgroundColor() ? captionStyle.backgroundColor : DEFAULT.backgroundColor, in createFromCaptionStyleV21()
|
/external/proguard/src/proguard/gui/splash/ |
D | BufferedSprite.java | 36 private final Color backgroundColor; field in BufferedSprite 89 Color backgroundColor, in BufferedSprite() argument 97 this.backgroundColor = backgroundColor; in BufferedSprite() 113 if (backgroundColor != null) in paint() 122 bufferGraphics.setColor(backgroundColor); in paint()
|
/external/clang/test/SemaObjC/ |
D | objcbridge-related-attribute.m | 16 - (NSColor *)backgroundColor; method 23 …textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') mu… 29 textField.backgroundColor = newColor; // expected-warning {{incompatible pointer types assigning}} 34 …newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted… 35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to … 39 newColor = textField.backgroundColor; // expected-warning {{incompatible pointer types assigning}} 40 return textField.backgroundColor; // expected-warning {{incompatible pointer types returning}}
|
D | arc-objcbridge-related-attribute.m | 16 - (NSColor *)backgroundColor; method 23 …textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') mu… 29 …textField.backgroundColor = newColor; // expected-warning {{incompatible pointer types assigning t… 34 …newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted… 35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to … 39 newColor = textField.backgroundColor; // expected-warning {{incompatible pointer types assigning}} 40 return textField.backgroundColor; // expected-warning {{incompatible pointer types returning}}
|
D | check-objcbridge-related-attribute-lookup.m | 17 - (NSColor *)backgroundColor; method 23 …textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') mu… 25 …newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted… 29 …textField.backgroundColor = newColor; // expected-error {{could not find Objective-C class 'XNSCol… 31 …newColor = textField.backgroundColor ; // expected-error {{could not find Objective-C class 'XNSCo… 36 …textField.backgroundColor = newColor; // expected-error {{'PNsColor' must be name of an Objective-… 38 …newColor = textField.backgroundColor; // expected-error {{'PNsColor' must be name of an Objective-…
|
/external/clang/test/FixIt/ |
D | fixit-objc-bridge-related-attr.m | 16 - (NSColor *)backgroundColor; method 20 textField.backgroundColor = newColor; 25 newColor = textField.backgroundColor; // [textField.backgroundColor CGColor] 26 return textField.backgroundColor;
|
D | fixit-objc-bridge-related-property.m | 15 - (NSColor *)backgroundColor; method 19 newColor = textField.backgroundColor; 20 return textField.backgroundColor;
|
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 157 if ( string(image.backgroundColor()) != string(ColorRGB("white")) ) in main() 161 << string(image.backgroundColor()) in main() 166 image.backgroundColor("blue"); in main() 167 if ( !image.backgroundColor().isValid() ) in main() 171 << string(image.backgroundColor()) in main() 175 if ( string(image.backgroundColor()) != "#0000FF" && in main() 176 string(image.backgroundColor()) != "#00000000FFFF" && in main() 177 string(image.backgroundColor()) != "#0000000000000000FFFFFFFF" && in main() 178 string(image.backgroundColor()) != "#00000000000000000000000000000000FFFFFFFFFFFFFFFF" ) in main() 182 << string(image.backgroundColor()) << ") is incorrect" in main() [all …]
|
/external/setupdesign/main/src/com/google/android/setupdesign/ |
D | GlifLayout.java | 136 ColorStateList backgroundColor = in init() local 138 setBackgroundBaseColor(backgroundColor); in init() 289 int backgroundColor = 0; in updateBackground() local 291 backgroundColor = backgroundBaseColor.getDefaultColor(); in updateBackground() 293 backgroundColor = primaryColor.getDefaultColor(); in updateBackground() 297 ? new GlifPatternDrawable(backgroundColor) in updateBackground() 298 : new ColorDrawable(backgroundColor); in updateBackground()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlStyle.java | 78 private int backgroundColor; field in TtmlStyle 178 return backgroundColor; in getBackgroundColor() 181 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() argument 182 this.backgroundColor = backgroundColor; in setBackgroundColor() 247 setBackgroundColor(ancestor.backgroundColor); in inherit()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttCssStyle.java | 89 private int backgroundColor; field in WebvttCssStyle 251 return backgroundColor; in getBackgroundColor() 254 public WebvttCssStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() argument 255 this.backgroundColor = backgroundColor; in setBackgroundColor()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | SubtitlePainter.java | 88 private int backgroundColor; field in SubtitlePainter 195 && this.backgroundColor == style.backgroundColor in draw() 225 this.backgroundColor = style.backgroundColor; in draw() 310 if (Color.alpha(backgroundColor) > 0) { in setupTextLayout() 314 new BackgroundColorSpan(backgroundColor), 0, cueText.length(), Spanned.SPAN_PRIORITY); in setupTextLayout() 317 new BackgroundColorSpan(backgroundColor), in setupTextLayout()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/ |
D | Cea708Decoder.java | 668 int backgroundColor = in handleSetPenColor() local 677 currentCueInfoBuilder.setPenColor(foregroundColor, backgroundColor, edgeColor); in handleSetPenColor() 920 private int backgroundColor; field in Cea708Decoder.CueInfoBuilder 951 backgroundColor = COLOR_SOLID_BLACK; in reset() 1067 public void setPenColor(int foregroundColor, int backgroundColor, int edgeColor) { in setPenColor() argument 1081 if (this.backgroundColor != backgroundColor) { in setPenColor() 1082 captionStringBuilder.setSpan(new BackgroundColorSpan(this.backgroundColor), in setPenColor() 1087 if (backgroundColor != COLOR_SOLID_BLACK) { in setPenColor() 1089 this.backgroundColor = backgroundColor; in setPenColor() 1164 spannableStringBuilder.setSpan(new BackgroundColorSpan(backgroundColor), in buildSpannableString()
|
/external/skqp/gm/ |
D | gm.h | 129 SkColor backgroundColor) in SimpleGM() argument 131 if (backgroundColor != SK_ColorWHITE) { in SimpleGM() 132 this->setBGColor(backgroundColor); in SimpleGM()
|
D | lcdblendmodes.cpp | 81 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument 115 backgroundPaint.setColor(backgroundColor); in drawColumn()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 29 void backgroundColor(const Color &backgroundColor_); 30 Color backgroundColor(void) const;
|
D | Options.h | 50 void backgroundColor(const Color &color_); 51 Color backgroundColor(void) const;
|
/external/perfetto/ui/src/frontend/ |
D | track_group_panel.ts | 52 private backgroundColor = '#ffffff'; // Updated from CSS later. property in TrackGroupPanel 148 this.backgroundColor = 171 ctx.fillStyle = this.backgroundColor;
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 54 model.backgroundColor( "black" ); in main() 197 example.backgroundColor( "#000000FF" ); in main() 439 example.backgroundColor( "#000000FF" ); in main() 468 example.backgroundColor( "#000000FF" ); in main() 485 montageOpts.backgroundColor( "#ffffff" ); in main()
|
/external/skia/modules/canvaskit/ |
D | paragraph_bindings.cpp | 37 SkColor backgroundColor; member 61 if (s.backgroundColor != 0) { in toTextStyle() 63 p.setColor(s.backgroundColor); in toTextStyle() 275 .field("backgroundColor", &SimpleTextStyle::backgroundColor) in EMSCRIPTEN_BINDINGS()
|
/external/skia/gm/ |
D | gm.h | 99 GM(SkColor backgroundColor = SK_ColorWHITE); 181 GpuGM(SkColor backgroundColor = SK_ColorWHITE) : GM(backgroundColor) {} in GM() argument
|
D | lcdblendmodes.cpp | 91 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument 125 backgroundPaint.setColor(backgroundColor); in drawColumn()
|
/external/walt/ios/WALT/ |
D | ScreenResponseController.m | 130 self.flasherView.backgroundColor = [UIColor whiteColor]; 167 self.flasherView.backgroundColor = 168 ([self.flasherView.backgroundColor isEqual:[UIColor blackColor]] ?
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 40 void Magick::Montage::backgroundColor(const Magick::Color &backgroundColor_) in backgroundColor() function in Magick::Montage 45 Magick::Color Magick::Montage::backgroundColor(void) const in backgroundColor() function in Magick::Montage
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
D | ARDVideoCallView.m | 53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor]; 64 _hangupButton.backgroundColor = [UIColor redColor];
|