Lines Matching defs:evt
70 auto& evt = fDraws[{frame, nodeId}];
71 evt.debugCanvas->drawTo(surface->getCanvas(), evt.command);
116 auto* evt = fDraws.find({frame, nodeId});
117 if (!evt) { return {}; }
119 true, evt->debugCanvas->getSize(),
120 evt->layerBounds.width(), evt->layerBounds.height()
130 auto* evt = fDraws.find(key);
131 if (!evt) { continue; }
142 item.fullRedraw = evt->fullRedraw;
147 key.nodeId, lastUpdate, evt->fullRedraw,
148 evt->layerBounds.width(), evt->layerBounds.height()
180 auto& evt = fDraws[{frame, nodeId}];
181 return evt.debugCanvas.get();
186 auto& evt = fDraws[key];
187 evt.debugCanvas->setOverdrawViz(overdrawViz);
193 auto& evt = fDraws[key];
194 evt.debugCanvas->setClipVizColor(clipVizColor);
200 auto& evt = fDraws[key];
201 evt.debugCanvas->setDrawGpuOpBounds(drawGpuOpBounds);