Searched refs:beginShadowLayer (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DStillImageQt.cpp79 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst);
H A DContextShadowQt.cpp108 PlatformContext ContextShadow::beginShadowLayer(GraphicsContext* context, const FloatRect& layerArea) function in class:WebCore::ContextShadow
H A DFontQt.cpp157 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
199 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
216 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
H A DImageQt.cpp229 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst);
H A DGraphicsContextQt.cpp503 QPainter* shadowPainter = shadow->beginShadowLayer(this, platformPath.controlPointRect());
557 QPainter* shadowPainter = shadow->beginShadowLayer(this, boundingRect);
677 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0;
688 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0;
699 QPainter* shadowPainter = shadow->beginShadowLayer(this, normalizedRect);
731 QPainter* shadowPainter = shadow->beginShadowLayer(this, normalizedRect);
755 QPainter* shadowPainter = shadow->beginShadowLayer(this, rect);
/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.h91 // The pair beginShadowLayer and endShadowLayer creates a temporary image
93 // must be used only to draw between the call to beginShadowLayer and
101 // the clipping region, beginShadowLayer will return 0.
113 PlatformContext beginShadowLayer(GraphicsContext*, const FloatRect& layerArea);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp142 cairo_t* shadowContext = shadow->beginShadowLayer(context, dstRect);
H A DContextShadowCairo.cpp86 PlatformContext ContextShadow::beginShadowLayer(GraphicsContext* context, const FloatRect& layerArea) function in class:WebCore::ContextShadow
135 beginShadowLayer(context, shadowRect);
H A DFontCairo.cpp91 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, fontExtentsRect);
H A DGraphicsContextCairo.cpp170 cairo_t* shadowContext = shadow->beginShadowLayer(context, solidFigureExtents);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp248 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, extents);

Completed in 754 milliseconds