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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 144 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
183 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 176 virtual Color solidColor() const { return Color(); }
Image.cpp 111 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
151 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
BitmapImage.h 266 virtual Color solidColor() const { return m_solidColor; }
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 112 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 104 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 196 QBrush solidColor;
223 , solidColor(initialSolidColor)
268 // solidColor is initialized with the fillColor().
269 painter->setBrush(m_data->solidColor);
724 m_data->solidColor.setColor(color);
741 p->fillRect(normalizedRect, m_data->solidColor);
    [all...]
ImageQt.cpp 220 fillWithSolidColor(ctxt, normalizedDst, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 117 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, compositeOp);
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 96 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 827 final JPanel solidColor = new JPanel(new BorderLayout());
828 solidColor.setBackground(Color.BLACK);
829 solidColor.add(label);
842 solidColor.setBackground(Color.WHITE);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 179 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 220 milliseconds