Home
last modified time | relevance | path

Searched defs:shadowPainter (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DStillImageQt.cpp79 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst); in draw() local
DGraphicsContextQt.cpp503 … 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
DFontQt.cpp157 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
DImageQt.cpp229 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst); in draw() local