Searched refs:storeSkPicture (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | DebugLayerManagerTest.cpp | 43 dlm.storeSkPicture(node, 0, picture1, dirtyRectFull); in test_basic() 44 dlm.storeSkPicture(node, 10, picture2, dirtyRectPartial); in test_basic()
|
/external/skia/tools/debugger/ |
D | DebugLayerManager.h | 44 void storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, SkIRect dirty);
|
D | DebugLayerManager.cpp | 39 void DebugLayerManager::storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, in storeSkPicture() function in DebugLayerManager
|
D | DebugCanvas.cpp | 478 fLayerManager->storeSkPicture(fnextDrawPictureLayerId, fFrame, sk_ref_sp(picture), in onDrawPicture()
|