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

  /external/skia/legacy/include/core/
SkDevice.h 343 friend class DeviceImageFilterProxy;
  /external/skia/legacy/src/core/
SkCanvas.cpp 905 class DeviceImageFilterProxy : public SkImageFilter::Proxy {
907 DeviceImageFilterProxy(SkDevice* device) : fDevice(device) {}
918 SkDevice* DeviceImageFilterProxy::createDevice(int w, int h) {
923 bool DeviceImageFilterProxy::filterImage(SkImageFilter* filter,
946 DeviceImageFilterProxy proxy(dstDev);
    [all...]

Completed in 275 milliseconds