DrawLooperBuilder 1440 Source/core/html/canvas/CanvasRenderingContext2D.cpp DrawLooperBuilder::ShadowIgnoresTransforms); DrawLooperBuilder 69 Source/core/rendering/EllipsisBox.cpp OwnPtr<DrawLooperBuilder> drawLooperBuilder = DrawLooperBuilder::create(); DrawLooperBuilder 76 Source/core/rendering/EllipsisBox.cpp DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder::ShadowIgnoresAlpha); DrawLooperBuilder 399 Source/core/rendering/InlineTextBox.cpp OwnPtr<DrawLooperBuilder> drawLooperBuilder = DrawLooperBuilder::create(); DrawLooperBuilder 406 Source/core/rendering/InlineTextBox.cpp DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder::ShadowIgnoresAlpha); DrawLooperBuilder 480 Source/core/rendering/RenderBoxModelObject.cpp DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder::ShadowIgnoresAlpha); DrawLooperBuilder 2540 Source/core/rendering/RenderBoxModelObject.cpp OwnPtr<DrawLooperBuilder> drawLooperBuilder = DrawLooperBuilder::create(); DrawLooperBuilder 2542 Source/core/rendering/RenderBoxModelObject.cpp DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder::ShadowIgnoresAlpha); DrawLooperBuilder 626 Source/core/rendering/svg/SVGInlineTextBox.cpp OwnPtr<DrawLooperBuilder> drawLooperBuilder = DrawLooperBuilder::create(); DrawLooperBuilder 631 Source/core/rendering/svg/SVGInlineTextBox.cpp DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder::ShadowRespectsAlpha); DrawLooperBuilder 46 Source/platform/graphics/DrawLooperBuilder.cpp DrawLooperBuilder::DrawLooperBuilder() { } DrawLooperBuilder 48 Source/platform/graphics/DrawLooperBuilder.cpp DrawLooperBuilder::~DrawLooperBuilder() { } DrawLooperBuilder 50 Source/platform/graphics/DrawLooperBuilder.cpp PassOwnPtr<DrawLooperBuilder> DrawLooperBuilder::create() DrawLooperBuilder 52 Source/platform/graphics/DrawLooperBuilder.cpp return adoptPtr(new DrawLooperBuilder); DrawLooperBuilder 55 Source/platform/graphics/DrawLooperBuilder.cpp PassRefPtr<SkDrawLooper> DrawLooperBuilder::detachDrawLooper() DrawLooperBuilder 60 Source/platform/graphics/DrawLooperBuilder.cpp void DrawLooperBuilder::addUnmodifiedContent() DrawLooperBuilder 66 Source/platform/graphics/DrawLooperBuilder.cpp void DrawLooperBuilder::addShadow(const FloatSize& offset, float blur, const Color& color, DrawLooperBuilder 47 Source/platform/graphics/DrawLooperBuilder.h class PLATFORM_EXPORT DrawLooperBuilder FINAL { DrawLooperBuilder 50 Source/platform/graphics/DrawLooperBuilder.h WTF_MAKE_NONCOPYABLE(DrawLooperBuilder); DrawLooperBuilder 62 Source/platform/graphics/DrawLooperBuilder.h DrawLooperBuilder(); DrawLooperBuilder 63 Source/platform/graphics/DrawLooperBuilder.h ~DrawLooperBuilder(); DrawLooperBuilder 65 Source/platform/graphics/DrawLooperBuilder.h static PassOwnPtr<DrawLooperBuilder> create(); DrawLooperBuilder 295 Source/platform/graphics/GraphicsContext.cpp DrawLooperBuilder::ShadowTransformMode shadowTransformMode, DrawLooperBuilder 296 Source/platform/graphics/GraphicsContext.cpp DrawLooperBuilder::ShadowAlphaMode shadowAlphaMode) DrawLooperBuilder 306 Source/platform/graphics/GraphicsContext.cpp OwnPtr<DrawLooperBuilder> drawLooperBuilder = DrawLooperBuilder::create(); DrawLooperBuilder 312 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::setDrawLooper(PassOwnPtr<DrawLooperBuilder> drawLooperBuilder) DrawLooperBuilder 701 Source/platform/graphics/GraphicsContext.cpp OwnPtr<DrawLooperBuilder> drawLooperBuilder = DrawLooperBuilder::create(); DrawLooperBuilder 703 Source/platform/graphics/GraphicsContext.cpp DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder::ShadowIgnoresAlpha); DrawLooperBuilder 325 Source/platform/graphics/GraphicsContext.h DrawLooperBuilder::ShadowTransformMode = DrawLooperBuilder::ShadowRespectsTransforms, DrawLooperBuilder 326 Source/platform/graphics/GraphicsContext.h DrawLooperBuilder::ShadowAlphaMode = DrawLooperBuilder::ShadowRespectsAlpha); DrawLooperBuilder 332 Source/platform/graphics/GraphicsContext.h void setDrawLooper(PassOwnPtr<DrawLooperBuilder>);