Searched refs:SkDeviceImageFilterProxy (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkDeviceImageFilterProxy.h16 class SkDeviceImageFilterProxy : public SkImageFilter::Proxy { class in inherits:SkImageFilter::Proxy
18 SkDeviceImageFilterProxy(SkBaseDevice* device, const SkSurfaceProps& props) function in class:SkDeviceImageFilterProxy
H A DSkCanvas.cpp12 #include "SkDeviceImageFilterProxy.h"
1224 SkDeviceImageFilterProxy proxy(dstDev, fProps);
1276 SkDeviceImageFilterProxy proxy(iter.fDevice, fProps);
/external/skia/include/core/
H A DSkBitmapDevice.h135 friend class SkDeviceImageFilterProxy;
H A DSkDevice.h375 friend class SkDeviceImageFilterProxy;
/external/skia/src/gpu/
H A DGrLayerHoister.cpp13 #include "SkDeviceImageFilterProxy.h"
315 SkDeviceImageFilterProxy proxy(device, SkSurfaceProps(0, kUnknown_SkPixelGeometry));
H A DSkGpuDevice.cpp19 #include "SkDeviceImageFilterProxy.h"
1512 SkDeviceImageFilterProxy proxy(this, SkSurfaceProps(0, getLeakyProperties().pixelGeometry()));
/external/skia/tests/
H A DImageFilterTest.cpp16 #include "SkDeviceImageFilterProxy.h"
275 SkDeviceImageFilterProxy proxy(device, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
355 SkDeviceImageFilterProxy proxy(device, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
883 SkDeviceImageFilterProxy proxy(&device, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
1126 SkDeviceImageFilterProxy proxy(&device, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));

Completed in 95 milliseconds