Searched refs:backgroundColor (Results 1 - 25 of 40) sorted by relevance

12

/external/proguard/src/proguard/gui/splash/
H A DBufferedSprite.java36 private final Color backgroundColor; field in class:BufferedSprite
79 * @param backgroundColor the background color that is used for the buffer.
89 Color backgroundColor,
97 this.backgroundColor = backgroundColor;
113 if (backgroundColor != null)
122 bufferGraphics.setColor(backgroundColor);
86 BufferedSprite(int bufferX, int bufferY, Image bufferImage, Color backgroundColor, Sprite sprite, VariableInt x, VariableInt y) argument
/external/pdfium/fxbarcode/
H A DBC_Writer.cpp46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) { argument
47 m_backgroundColor = backgroundColor;
H A Dcbc_codebase.cpp53 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) { argument
54 m_pBCWriter->SetBackgroundColor(backgroundColor);
H A DBC_Writer.h24 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
H A Dcbc_codebase.h38 void SetBackgroundColor(FX_ARGB backgroundColor);
/external/skia/gm/
H A Dgm.h122 SkColor backgroundColor)
124 if (backgroundColor != SK_ColorWHITE) {
125 this->setBGColor(backgroundColor);
119 SimpleGM(const SkString& name, void (*drawProc)(SkCanvas*), const SkISize& size, SkColor backgroundColor) argument
H A Dlcdblendmodes.cpp81 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { argument
115 backgroundPaint.setColor(backgroundColor);
/external/skqp/gm/
H A Dgm.h122 SkColor backgroundColor)
124 if (backgroundColor != SK_ColorWHITE) {
125 this->setBGColor(backgroundColor);
119 SimpleGM(const SkString& name, void (*drawProc)(SkCanvas*), const SkISize& size, SkColor backgroundColor) argument
H A Dlcdblendmodes.cpp81 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { argument
115 backgroundPaint.setColor(backgroundColor);
/external/ImageMagick/Magick++/tests/
H A Dattributes.cpp153 // backgroundColor
157 if ( image.backgroundColor() != ColorRGB("white") )
160 cout << "Line: " << __LINE__ << ", backgroundColor default ("
161 << string(image.backgroundColor())
166 image.backgroundColor("blue");
167 if ( !image.backgroundColor().isValid() )
170 cout << "Line: " << __LINE__ << ", backgroundColor ("
171 << string(image.backgroundColor())
175 if ( string(image.backgroundColor()) != "#0000FF" &&
176 string(image.backgroundColor()) !
[all...]
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDStatsView.m31 self.backgroundColor = [UIColor colorWithWhite:0 alpha:.6];
H A DARDVideoCallView.m53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor];
64 _hangupButton.backgroundColor = [UIColor redColor];
H A DARDMainView.m177 _startCallButton.backgroundColor = [UIColor blueColor];
194 self.backgroundColor = [UIColor whiteColor];
/external/ImageMagick/Magick++/lib/Magick++/
H A DMontage.h29 void backgroundColor(const Color &backgroundColor_);
30 Color backgroundColor(void) const;
H A DOptions.h50 void backgroundColor(const Color &color_);
51 Color backgroundColor(void) const;
H A DImage.h126 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/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.m45 self.window.backgroundColor = [UIColor whiteColor];
/external/walt/ios/WALT/
H A DScreenResponseController.m130 self.flasherView.backgroundColor = [UIColor whiteColor];
167 self.flasherView.backgroundColor =
168 ([self.flasherView.backgroundColor isEqual:[UIColor blackColor]] ?
/external/ImageMagick/Magick++/demo/
H A Ddemo.cpp48 model.backgroundColor( "black" );
189 example.backgroundColor( "#000000FF" );
431 example.backgroundColor( "#000000FF" );
460 example.backgroundColor( "#000000FF" );
478 montageOpts.backgroundColor( "#ffffff" );
/external/ImageMagick/Magick++/lib/
H A DMontage.cpp40 void Magick::Montage::backgroundColor(const Magick::Color &backgroundColor_) function in class:Magick::Montage
45 Magick::Color Magick::Montage::backgroundColor(void) const function in class:Magick::Montage
H A DOptions.cpp86 void Magick::Options::backgroundColor(const Color &color_) function in class:Magick::Options
91 Magick::Color Magick::Options::backgroundColor(void) const function in class:Magick::Options
/external/adhd/scripts/volume_tuning/
H A Dvolume.js67 var backgroundColor = 'black';
80 ctx.fillStyle = backgroundColor;
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
H A DDetectorActivity.java212 final int backgroundColor = Color.argb(100, 0, 0, 0);
213 canvas.drawColor(backgroundColor);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java70 private int backgroundColor; field in class:ShadowView
268 backgroundColor = color;
278 return backgroundColor;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderViewportLayerArrayTests.cpp372 tcu::Vec4 backgroundColor(0.0f, 0.0f, 0.0f, 1.0f);
406 expectedPixels.push_back(std::make_pair(center, backgroundColor));

Completed in 619 milliseconds

12