Searched defs:shadowPainter (Results 1 – 4 of 4) sorted by relevance
| /external/webkit/Source/WebCore/platform/graphics/qt/ |
| D | StillImageQt.cpp | 79 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst); in draw() local
|
| D | GraphicsContextQt.cpp | 503 … QPainter* shadowPainter = shadow->beginShadowLayer(this, platformPath.controlPointRect()); in fillPath() local 557 QPainter* shadowPainter = shadow->beginShadowLayer(this, boundingRect); in strokePath() local 677 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0; in fillRect() local 688 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0; in fillRect() local 699 QPainter* shadowPainter = shadow->beginShadowLayer(this, normalizedRect); in fillRect() local 731 QPainter* shadowPainter = shadow->beginShadowLayer(this, normalizedRect); in fillRect() local 755 QPainter* shadowPainter = shadow->beginShadowLayer(this, rect); in fillRoundedRect() local
|
| D | FontQt.cpp | 157 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); in drawTextCommon() local 199 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); in drawTextCommon() local 216 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); in drawTextCommon() local
|
| D | ImageQt.cpp | 229 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst); in draw() local
|