/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-…
|
D | arc-property-lifetime.m | 134 @property(nonatomic,copy) UIColor *backgroundColor; property 148 super.label.backgroundColor = 0;
|
/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 ( image.backgroundColor() != 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() 181 << string(image.backgroundColor()) << ") is incorrect" in main() 186 image.backgroundColor("#00AAFF"); in main() [all …]
|
/external/pdfium/xfa/fxbarcode/ |
D | cbc_codebase.cpp | 50 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() argument 52 m_pBCWriter->SetBackgroundColor(backgroundColor); in SetBackgroundColor()
|
D | BC_Writer.cpp | 46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() argument 47 m_backgroundColor = backgroundColor; in SetBackgroundColor()
|
D | BC_Writer.h | 23 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
|
D | cbc_codebase.h | 40 void SetBackgroundColor(FX_ARGB backgroundColor);
|
/external/skia/gm/ |
D | gm.h | 139 SkColor backgroundColor) in SimpleGM() argument 141 if (backgroundColor != SK_ColorWHITE) { in SimpleGM() 142 this->setBGColor(backgroundColor); in SimpleGM()
|
D | lcdblendmodes.cpp | 84 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument 118 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;
|
D | Image.h | 126 void backgroundColor(const Color &color_); 127 Color backgroundColor(void) const; 886 void extent(const Geometry &geometry_,const Color &backgroundColor); 887 void extent(const Geometry &geometry_,const Color &backgroundColor,
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 48 model.backgroundColor( "black" ); in main() 189 example.backgroundColor( "#000000FF" ); in main() 431 example.backgroundColor( "#000000FF" ); in main() 460 example.backgroundColor( "#000000FF" ); in main() 478 montageOpts.backgroundColor( "#ffffff" ); in main()
|
/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/protobuf/objectivec/Tests/iOSTestHarness/ |
D | AppDelegate.m | 16 self.window.backgroundColor = [UIColor whiteColor];
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
D | ARDVideoCallView.m | 53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor]; 64 _hangupButton.backgroundColor = [UIColor redColor];
|
D | ARDStatsView.m | 31 self.backgroundColor = [UIColor colorWithWhite:0 alpha:.6];
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-related-attribute.mm | 12 - (NSColor *)backgroundColor; method
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowView.java | 70 private int backgroundColor; field in ShadowView 268 backgroundColor = color; in setBackgroundColor() 278 return backgroundColor; in getBackgroundColor()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSAppDelegate.m | 45 self.window.backgroundColor = [UIColor whiteColor];
|