Searched refs:DebugLayerManager (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/tools/debugger/ |
D | DebugLayerManager.cpp | 22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() 39 void DebugLayerManager::storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, in storeSkPicture() 69 void DebugLayerManager::drawLayerEventTo(SkSurface* surface, const int nodeId, const int frame) { in drawLayerEventTo() 75 sk_sp<SkImage> DebugLayerManager::getLayerAsImage(const int nodeId, const int frame) { in getLayerAsImage() 115 DebugLayerManager::DrawEventSummary DebugLayerManager::event(int nodeId, int frame) const { in event() 124 std::vector<DebugLayerManager::LayerSummary> DebugLayerManager::summarizeLayers(int frame) const { in summarizeLayers() 159 std::vector<int> DebugLayerManager::listNodesForFrame(int frame) const { in listNodesForFrame() 169 std::vector<int> DebugLayerManager::listFramesForNode(int nodeId) const { in listFramesForNode() 179 DebugCanvas* DebugLayerManager::getEventDebugCanvas(int nodeId, int frame) { in getEventDebugCanvas() 184 void DebugLayerManager::setOverdrawViz(bool overdrawViz) { in setOverdrawViz() [all …]
|
D | DebugLayerManager.h | 37 class DebugLayerManager { 39 DebugLayerManager() {} in DebugLayerManager() function 127 const std::vector<DebugLayerManager::LayerKey>& getKeys() const { return keys; } in getKeys()
|
D | DebugCanvas.h | 28 class DebugLayerManager; variable 48 void setLayerManagerAndFrame(DebugLayerManager* lm, int frame) { in setLayerManagerAndFrame() 223 DebugLayerManager* fLayerManager = nullptr;
|
D | DrawCommand.h | 26 class DebugLayerManager; variable 333 DrawImageRectLayerCommand(DebugLayerManager* layerManager, 346 DebugLayerManager* fLayerManager;
|
D | DrawCommand.cpp | 1327 DrawImageRectLayerCommand::DrawImageRectLayerCommand(DebugLayerManager* layerManager, in DrawImageRectLayerCommand()
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 408 fLayerManager = std::make_unique<DebugLayerManager>(); in loadMultiFrame() 466 std::unique_ptr<DebugLayerManager> fLayerManager; 584 register_vector<DebugLayerManager::LayerSummary>("VectorLayerSummary"); in EMSCRIPTEN_BINDINGS() 585 value_object<DebugLayerManager::LayerSummary>("LayerSummary") in EMSCRIPTEN_BINDINGS() 586 .field("nodeId", &DebugLayerManager::LayerSummary::nodeId) in EMSCRIPTEN_BINDINGS() 587 .field("frameOfLastUpdate", &DebugLayerManager::LayerSummary::frameOfLastUpdate) in EMSCRIPTEN_BINDINGS() 588 .field("fullRedraw", &DebugLayerManager::LayerSummary::fullRedraw) in EMSCRIPTEN_BINDINGS() 589 .field("layerWidth", &DebugLayerManager::LayerSummary::layerWidth) in EMSCRIPTEN_BINDINGS() 590 .field("layerHeight", &DebugLayerManager::LayerSummary::layerHeight); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/tests/ |
D | DebugLayerManagerTest.cpp | 42 DebugLayerManager dlm; in test_basic()
|
/third_party/skia/ |
D | BUILD.gn | 2005 "tools/debugger/DebugLayerManager.cpp", 2505 "tools/debugger/DebugLayerManager.cpp", 2506 "tools/debugger/DebugLayerManager.h", 3040 "tools/debugger/DebugLayerManager.cpp", 3531 "tools/debugger/DebugLayerManager.cpp", 3694 "tools/debugger/DebugLayerManager.cpp", 3741 "tools/debugger/DebugLayerManager.cpp", 3784 "tools/debugger/DebugLayerManager.cpp", 3819 "tools/debugger/DebugLayerManager.cpp", 3845 "tools/debugger/DebugLayerManager.cpp", [all …]
|