Home
last modified time | relevance | path

Searched refs:getLayerAsImage (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DDebugLayerManagerTest.cpp55 auto image = dlm.getLayerAsImage(node, i); in test_basic()
67 auto image = dlm.getLayerAsImage(node, i); in test_basic()
/third_party/skia/tools/debugger/
DDebugLayerManager.h75 sk_sp<SkImage> getLayerAsImage(const int nodeId, const int frame);
DDebugLayerManager.cpp75 sk_sp<SkImage> DebugLayerManager::getLayerAsImage(const int nodeId, const int frame) { in getLayerAsImage() function in DebugLayerManager
DDrawCommand.cpp1346 sk_sp<SkImage> snapshot = fLayerManager->getLayerAsImage(fNodeId, fFrame); in execute()