Home
last modified time | relevance | path

Searched refs:DebugLayerManager (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tools/debugger/
H A DDebugLayerManager.cpp8 #include "tools/debugger/DebugLayerManager.h"
22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand()
26 "DebugLayerManager.\n", frame, nodeId); in setCommand()
39 void DebugLayerManager::storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture,
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
[all...]
H A DDebugLayerManager.h37 class DebugLayerManager { class
39 DebugLayerManager() {} in DebugLayerManager() function in DebugLayerManager
127 const std::vector<DebugLayerManager::LayerKey>& getKeys() const { return keys; } in getKeys()
H A DDebugCanvas.h19 #include "tools/debugger/DebugLayerManager.h"
28 class DebugLayerManager;
39 * Provide a DebugLayerManager for mskp files containing layer information
48 void setLayerManagerAndFrame(DebugLayerManager* lm, int frame) { in setLayerManagerAndFrame()
223 DebugLayerManager* fLayerManager = nullptr;
H A DDrawCommand.h26 class DebugLayerManager;
333 DrawImageRectLayerCommand(DebugLayerManager* layerManager,
346 DebugLayerManager* fLayerManager;
H A DDrawCommand.cpp32 #include "tools/debugger/DebugLayerManager.h"
1327 DrawImageRectLayerCommand::DrawImageRectLayerCommand(DebugLayerManager* layerManager, in DrawImageRectLayerCommand()
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp24 #include "tools/debugger/DebugLayerManager.h"
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 in EMSCRIPTEN_BINDINGS()
[all...]
/third_party/skia/tests/
H A DDebugLayerManagerTest.cpp13 #include "tools/debugger/DebugLayerManager.h"
41 // create and exercise DebugLayerManager in test_basic()
42 DebugLayerManager dlm; in test_basic()

Completed in 12 milliseconds