OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillWithSolidColor
(Results
1 - 9
of
9
) 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.cpp
79
void Image::
fillWithSolidColor
(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op)
111
fillWithSolidColor
(ctxt, destRect, solidColor(), styleColorSpace, op);
151
fillWithSolidColor
(ctxt, dstRect, solidColor(), styleColorSpace, op);
Image.h
164
static void
fillWithSolidColor
(GraphicsContext*, const FloatRect& dstRect, const Color&, ColorSpace styleColorSpace, CompositeOperator);
/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/
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);
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp
179
fillWithSolidColor
(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
Completed in 431 milliseconds