HomeSort by relevance Sort by last modified time
    Searched refs:endShadowLayer (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.cpp 83 shadow->endShadowLayer(ctxt);
ContextShadowQt.cpp 144 void ContextShadow::endShadowLayer(GraphicsContext* context)
FontQt.cpp 163 ctxShadow->endShadowLayer(ctx);
205 ctxShadow->endShadowLayer(ctx);
221 ctxShadow->endShadowLayer(ctx);
ImageQt.cpp 233 shadow->endShadowLayer(ctxt);
GraphicsContextQt.cpp 519 shadow->endShadowLayer(this);
570 shadow->endShadowLayer(this);
682 shadow->endShadowLayer(this);
693 shadow->endShadowLayer(this);
703 shadow->endShadowLayer(this);
735 shadow->endShadowLayer(this);
759 shadow->endShadowLayer(this);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.h 91 // The pair beginShadowLayer and endShadowLayer creates a temporary image
94 // endShadowLayer.
100 // clipping until endShadowLayer. If the shadow will be completely outside
109 // Once endShadowLayer is called, the temporary image will be drawn with the
114 void endShadowLayer(GraphicsContext*);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 148 shadow->endShadowLayer(context);
ContextShadowCairo.cpp 110 void ContextShadow::endShadowLayer(GraphicsContext* context)
147 endShadowLayer(context);
FontCairo.cpp 95 shadow->endShadowLayer(graphicsContext);
GraphicsContextCairo.cpp 184 shadow->endShadowLayer(context);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 256 // translation before calling endShadowLayer as well.
264 shadow->endShadowLayer(graphicsContext);

Completed in 435 milliseconds