HomeSort by relevance Sort by last modified time
    Searched refs:Color (Results 326 - 350 of 420) sorted by null

<<11121314151617

  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 26 import org.eclipse.swt.graphics.Color;
347 notice.setForeground(new Color(currentDisplay, 255, 0, 0));
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 49 class Color;
  /external/webkit/WebCore/page/
Frame.h 108 void createView(const IntSize&, const Color&, bool, const IntSize &, bool,
FrameView.cpp 124 , m_baseBackgroundColor(Color::white)
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 452 // FIXME: Where do we get the border color from?
453 Color borderColor(127, 157, 185);
780 gc->fillRect(r, Color::white, DeviceColorSpace);
801 Color backColor, textColor;
810 // If we have a transparent background, make sure it has a color to blend
813 gc->fillRect(rowRect, Color::white, DeviceColorSpace);
    [all...]
ScrollbarThemeChromiumMac.mm 420 drawingContext->setStrokeColor(Color(0xCC, 0xAA, 0x00, 0xFF), DeviceColorSpace);
421 drawingContext->setFillColor(Color(0xFF, 0xDD, 0x00, 0xFF), DeviceColorSpace);
  /external/webkit/WebCore/platform/graphics/
Image.cpp 78 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op)
80 if (color.alpha() <= 0)
84 ctxt->setCompositeOperation(!color.hasAlpha() && op == CompositeSourceOver ? CompositeCopy : op);
85 ctxt->fillRect(dstRect, color, styleColorSpace);
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 34 #include "Color.h"
139 Color shadowColor;
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 106 Color shadowColor;
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 102 fillPaintServerSolid->setColor(style->color());
104 fillPaintServerSolid->setColor(fill->color());
106 if (!fillPaintServerSolid->color().isValid())
112 static_cast<SVGPaintServerSolid*>(fillPaintServer)->setColor(Color::black);
143 strokePaintServerSolid->setColor(style->color());
145 strokePaintServerSolid->setColor(stroke->color());
147 if (!strokePaintServerSolid->color().isValid())
SVGPaintServerGradient.cpp 239 Color color(0, 0, 0);
240 context->setStrokeColor(color, style->colorSpace());
  /external/webkit/WebKit/win/
WebNodeHighlight.cpp 35 #include <WebCore/Color.h>
  /frameworks/base/graphics/java/android/graphics/
Color.java 25 * The Color class defines methods for creating and converting color ints.
28 * stored solely in the alpha component, and not in the color components. The
36 public class Color {
51 * Return the alpha component of a color int. This is the same as saying
52 * color >>> 24
54 public static int alpha(int color) {
55 return color >>> 24;
59 * Return the red component of a color int. This is the same as saying
60 * (color >> 16) & 0xF
208 long color = Long.parseLong(colorString.substring(1), 16); local
217 Integer color = sColorNameMap.get(colorString.toLowerCase(Locale.US)); local
    [all...]
  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 693 void InlineFlowBox::paintFillLayers(const RenderObject::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, int h, CompositeOperator op)
701 void InlineFlowBox::paintFillLayer(const RenderObject::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty, int w, int h, CompositeOperator op)
    [all...]
RenderImage.cpp 379 context->setStrokeColor(Color::lightGray, style()->colorSpace());
380 context->setFillColor(Color::transparent, style()->colorSpace());
410 context->setFillColor(style()->color(), style()->colorSpace());
RenderListBox.cpp 315 Color textColor = element->renderStyle() ? element->renderStyle()->color() : style()->color();
319 // Honor the foreground color for disabled items
351 Color backColor;
RenderListMarker.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 63 import org.eclipse.swt.graphics.Color;
161 /** CanvasSelection border color. Do not dispose, it's a system color. */
162 private Color mSelectionFgColor;
180 /** Hover border color. Must be disposed, it's NOT a system color. */
181 private Color mHoverFgColor;
183 /** Outline color. Do not dispose, it's a system color. */
184 private Color mOutlineColor
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 31 import android.graphics.Color;
600 // showing the blank page will make the picture filled with background color
605 // default color is white
606 assertBitmapFillWithColor(b, Color.WHITE);
608 mWebView.setBackgroundColor(Color.CYAN);
613 assertBitmapFillWithColor(b, Color.WHITE);
617 assertBitmapFillWithColor(b, Color.CYAN);
668 mWebView.setBackgroundColor(Color.CYAN);
697 assertBitmapFillWithColor(b, Color.CYAN);
699 mWebView.setBackgroundColor(Color.WHITE)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 26 import android.graphics.Color;
175 BackgroundColorSpan bgColorSpan = new BackgroundColorSpan(Color.GREEN);
186 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor());
220 BackgroundColorSpan bgColorSpan = new BackgroundColorSpan(Color.GREEN);
232 assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).getBackgroundColor());
610 BackgroundColorSpan bgColorSpan = new BackgroundColorSpan(Color.GREEN);
    [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 119 CASE_DRAW_NEW(Color);
274 CASE_GET_DRAW_INFO(Color);
441 DRAW_NAME("color", SkType_Color),
SkDrawPaint.cpp 48 SK_MEMBER(color, Color),
77 SkDrawPaint::SkDrawPaint() : antiAlias(-1), color(NULL), fakeBold(-1), filterBitmap(-1),
90 delete color;
110 SkDrawColor* tempColor = color;
111 color = NULL;
113 color = tempColor;
114 tempColor = (SkDrawColor*) color->deepCopy(maker);
210 if (fOwnsColor && maker.resolveID(color, original->color) == false
    [all...]
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 528 const IntRect& rect, const Color& color, bool fillContentArea,
531 // Fallback to white when |color| is invalid.
532 RGBA32 backgroundColor = color.isValid() ? color.rgb() : Color::white;
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 408 // Make the font color red if this is an input file that can't be read.
412 jarNameLabel.setForeground(Color.red);
  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.cpp 301 context->fillRect(cornerRect, Color::white, DeviceColorSpace);

Completed in 1136 milliseconds

<<11121314151617