Home
last modified time | relevance | path

Searched defs:nodeId (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/m133/tools/debugger/
DDebugLayerManager.cpp29 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand()
49 void DebugLayerManager::storeSkPicture(int nodeId, in storeSkPicture()
81 void DebugLayerManager::drawLayerEventTo(SkSurface* surface, const int nodeId, const int frame) { in drawLayerEventTo()
86 sk_sp<SkImage> DebugLayerManager::getLayerAsImage(const int nodeId, const int frame) { in getLayerAsImage()
126 DebugLayerManager::DrawEventSummary DebugLayerManager::event(int nodeId, int frame) const { in event()
190 DebugCanvas* DebugLayerManager::getEventDebugCanvas(int nodeId, int frame) { in getEventDebugCanvas()
DDebugLayerManager.h97 int nodeId; member
127 int nodeId; // the render node id of the layer which was drawn to. member
/third_party/skia/tools/debugger/
DDebugLayerManager.cpp22 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()
179 DebugCanvas* DebugLayerManager::getEventDebugCanvas(int nodeId, int frame) { in getEventDebugCanvas()
DDebugLayerManager.h89 int nodeId; member
119 int nodeId; // the render node id of the layer which was drawn to. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection()
45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection()
/third_party/openhitls/bsl/err/src/
Davl.c170 BSL_AvlTree *BSL_AVL_InsertNode(BSL_AvlTree *root, uint64_t nodeId, BSL_AvlTree *node) in BSL_AVL_InsertNode()
195 BSL_AvlTree *BSL_AVL_SearchNode(BSL_AvlTree *root, uint64_t nodeId) in BSL_AVL_SearchNode()
241 BSL_AvlTree *BSL_AVL_DeleteNode(BSL_AvlTree *root, uint64_t nodeId, BSL_AVL_DATA_FREE_FUNC func) in BSL_AVL_DeleteNode()
Davl.h35 uint64_t nodeId; member
/third_party/skia/src/pdf/
DSkPDFTag.cpp145 for (int nodeId : nodeIds) { in appendNodeIdArray() local
163 for (int nodeId : node.fAdditionalNodeIds) { in Copy() local
190 int SkPDFTagTree::createMarkIdForNodeId(int nodeId, unsigned pageIndex) { in createMarkIdForNodeId()
210 int SkPDFTagTree::createStructParentKeyForNodeId(int nodeId, unsigned pageIndex) { in createStructParentKeyForNodeId()
301 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pag… in addNodeAnnotation()
353 int nodeId = fParentTreeAnnotationNodeIds[j]; in makeStructTreeRoot() local
DSkPDFTag.h41 int nodeId; member
DSkPDFDocument.cpp529 int SkPDFDocument::createMarkIdForNodeId(int nodeId) { in createMarkIdForNodeId()
533 int SkPDFDocument::createStructParentKeyForNodeId(int nodeId) { in createStructParentKeyForNodeId()
/third_party/jsframework/runtime/vdom/
DNode.ts115 public get nodeId() { method in Node
119 public set nodeId(newNodeId: string) { method in Node
/third_party/skia/src/gpu/
DGrSurfaceProxyPriv.h75 uint64_t nodeId; variable
DGrSurface.h93 virtual void updateNodeId(uint64_t nodeId) {} in updateNodeId()
DGrSurfaceProxy.cpp54 void RecordNodeId(uint64_t nodeId) {} in RecordNodeId()
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVulkanTracker.cpp46 void ParallelDebug::RecordNodeId(uint64_t nodeId) in RecordNodeId()
DGrVkTexture.cpp248 void GrVkTexture::updateNodeId(uint64_t nodeId) { in updateNodeId()
DGrVkImage.cpp702 void GrVkImage::updateNodeId(uint64_t nodeId) { in updateNodeId()
/third_party/skia/src/gpu/vk/
DGrVulkanTracker.cpp46 void ParallelDebug::RecordNodeId(uint64_t nodeId) in RecordNodeId()
DGrVkTexture.cpp204 void GrVkTexture::updateNodeId(uint64_t nodeId) { in updateNodeId()
DGrVkImage.cpp659 void GrVkImage::updateNodeId(uint64_t nodeId) { in updateNodeId()
/third_party/skia/m133/src/gpu/ganesh/
DGrSurface.h119 virtual void updateNodeId(uint64_t nodeId) {} in updateNodeId()
DGrSurfaceProxy.cpp63 void RecordNodeId(uint64_t nodeId) {} in RecordNodeId()
/third_party/skia/m133/modules/canvaskit/
Ddebugger_bindings.cpp348 void setInspectedLayer(int nodeId) { in setInspectedLayer()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp326 void setInspectedLayer(int nodeId) { in setInspectedLayer()
/third_party/typescript/src/compiler/
Dbinder.ts89 const nodeId = getNodeId(node); constant

12