HomeSort by relevance Sort by last modified time
    Searched refs:solidColor (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/
Image.h 175 virtual Color solidColor() const { return Color(); }
Image.cpp 110 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
150 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
BitmapImage.h 249 virtual Color solidColor() const { return m_solidColor; }
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 103 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 174 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
GraphicsContextQt.cpp 222 QBrush solidColor;
239 solidColor = QBrush(Qt::black);
636 m_data->solidColor.setColor(c);
639 p->fillRect(rect, m_data->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);
  /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/cg/
ImageCG.cpp 166 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 183 milliseconds