Searched refs:solidColor (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DImage.cpp110 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
150 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
H A DBitmapImage.h249 virtual Color solidColor() const { return m_solidColor; } function in class:WebCore::BitmapImage
H A DImage.h175 virtual Color solidColor() const { return Color(); } function in class:WebCore::Image
/external/webkit/WebCore/platform/graphics/haiku/
H A DImageHaiku.cpp103 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
/external/webkit/WebCore/platform/graphics/qt/
H A DImageQt.cpp174 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
H A DGraphicsContextQt.cpp222 QBrush solidColor; member in class:WebCore::GraphicsContextPlatformPrivate
239 solidColor = QBrush(Qt::black);
636 m_data->solidColor.setColor(c);
639 p->fillRect(rect, m_data->solidColor);
1143 m_data->solidColor.setColor(color);
1144 m_data->p()->setBrush(m_data->solidColor);
/external/webkit/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp108 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op);
/external/webkit/WebCore/platform/graphics/wx/
H A DImageWx.cpp95 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
/external/webkit/WebCore/platform/graphics/cg/
H A DImageCG.cpp166 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);

Completed in 30 milliseconds