Home
last modified time | relevance | path

Searched refs:createDevice (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/effects/
DSkTestImageFilters.cpp45 SkBaseDevice* dev = proxy->createDevice(dstW, dstH); in onFilterImage()
60 SkBaseDevice* dev = proxy->createDevice(src.width(), src.height()); in onFilterImage()
DSkPictureImageFilter.cpp112 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); in onFilterImage()
154 …SkAutoTUnref<SkBaseDevice> localDevice(proxy->createDevice(localIBounds.width(), localIBounds.heig… in drawPictureAtLocalResolution()
DSkRectShaderImageFilter.cpp61 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), in onFilterImage()
DSkColorFilterImageFilter.cpp73 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); in onFilterImage()
DSkBitmapSource.cpp71 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstIRect.width(), dstIRect.height())); in onFilterImage()
DSkTileImageFilter.cpp62 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(w, h)); in onFilterImage()
DSkOffsetImageFilter.cpp49 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
DSkMergeImageFilter.cpp73 SkAutoTUnref<SkBaseDevice> dst(proxy->createDevice(bounds.width(), bounds.height())); in onFilterImage()
DSkDropShadowImageFilter.cpp70 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); in onFilterImage()
DSkXfermodeImageFilter.cpp78 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); in onFilterImage()
/external/skia/src/core/
DSkDeviceImageFilterProxy.h23 SkBaseDevice* createDevice(int w, int h) override { in createDevice() function
DSkMatrixImageFilter.cpp74 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstBounds.width(), dstBounds.height())); in onFilterImage()
DSkImageFilter.cpp330 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds->width(), bounds->height())); in applyCropRect()
/external/skia/include/core/
DSkImageFilter.h84 virtual SkBaseDevice* createDevice(int width, int height) = 0;
/external/skia/gm/
Dimagefiltersgraph.cpp54 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); in onFilterImage()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1311 },createDevice:function (parent, name, input, output) { method
1406 var stdin = FS.createDevice(devFolder, 'stdin', input);
1407 var stdout = FS.createDevice(devFolder, 'stdout', null, output);
1408 var stderr = FS.createDevice(devFolder, 'stderr', null, error);
1409 FS.createDevice(devFolder, 'tty', input, output);
1410 FS.createDevice(devFolder, 'null', function(){}, function(){});
4349 …createLazyFile;Module["FS_createLink"] = FS.createLink;Module["FS_createDevice"] = FS.createDevice;