Searched refs:ImageFilter (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFilter.h13 typedef SkImageFilter ImageFilter; typedef in namespace:blink
15 PLATFORM_EXPORT FloatRect mapImageFilterRect(ImageFilter*, const FloatRect&);
H A DImageFilter.cpp6 #include "ImageFilter.h"
12 FloatRect mapImageFilterRect(ImageFilter* filter, const FloatRect& rect)
H A DGraphicsContext.h37 #include "platform/graphics/ImageFilter.h"
340 void beginLayer(float opacity, CompositeOperator, const FloatRect* = 0, ColorFilter = ColorFilterNone, ImageFilter* = 0);
H A DGraphicsContext.cpp453 void GraphicsContext::beginLayer(float opacity, CompositeOperator op, const FloatRect* bounds, ColorFilter colorFilter, ImageFilter* imageFilter)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilter.cpp133 RefPtr<ImageFilter> imageFilter = builder.build(filterData->builder->lastEffect(), ColorSpaceDeviceRGB);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFilterEffectRenderer.cpp356 RefPtr<ImageFilter> imageFilter = builder.build(filter->lastEffect().get(), ColorSpaceDeviceRGB);
/external/skia/tests/
H A DImageFilterTest.cpp131 DEF_TEST(ImageFilter, reporter) {
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2406 str->append("<dt>ImageFilter:</dt><dd>");
2653 F(ImageFilter);
2684 F_UNREF(ImageFilter, readImageFilter);
/external/skia/src/core/
H A DSkPaint.cpp2476 str->append("<dt>ImageFilter:</dt><dd>");
2727 F(ImageFilter);
2761 F_UNREF(ImageFilter, readImageFilter);
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp143 DEF_TEST(ImageFilter, reporter) {
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk321 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.darwin-arm64.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.darwin-mips.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.darwin-mips64.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.darwin-x86.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.darwin-x86_64.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.linux-arm.mk321 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.linux-arm64.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.linux-mips.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.linux-mips64.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.linux-x86.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
H A Dblink_platform.target.linux-x86_64.mk320 third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \

Completed in 1031 milliseconds