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

  /external/skia/include/core/
SkDevice.h 343 friend class DeviceImageFilterProxy;
  /external/skia/src/core/
SkCanvas.cpp 904 class DeviceImageFilterProxy : public SkImageFilter::Proxy {
906 DeviceImageFilterProxy(SkDevice* device) : fDevice(device) {}
917 SkDevice* DeviceImageFilterProxy::createDevice(int w, int h) {
922 bool DeviceImageFilterProxy::filterImage(SkImageFilter* filter,
945 DeviceImageFilterProxy proxy(dstDev);
    [all...]

Completed in 79 milliseconds