HomeSort by relevance Sort by last modified time
    Searched full:solidcolor (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/graphics/
Image.cpp 110 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
150 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
Image.h 175 virtual Color solidColor() const { return Color(); }
BitmapImage.h 249 virtual Color solidColor() const { return m_solidColor; }
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 222 QBrush solidColor;
239 solidColor = QBrush(Qt::black);
636 m_data->solidColor.setColor(c);
639 p->fillRect(rect, m_data->solidColor);
    [all...]
ImageQt.cpp 174 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 103 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 806 final JPanel solidColor = new JPanel(new BorderLayout());
807 solidColor.setBackground(Color.BLACK);
808 solidColor.add(label);
821 solidColor.setBackground(Color.WHITE);
833 solidColor.setBackground(Color.BLACK);
850 panel.add(solidColor);
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 108 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op);
  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 95 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 166 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
  /external/webkit/WebCore/
ChangeLog-2006-12-31     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 667 milliseconds