Home
last modified time | relevance | path

Searched refs:LayerBoxes (Results 1 – 2 of 2) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A DlayoutViewer.h181 using LayerBoxes = std::map<odb::dbTechLayer*, Boxes>; variable
182 using CellBoxes = std::map<odb::dbMaster*, LayerBoxes>;
184 void boxesByLayer(odb::dbMaster* master, LayerBoxes& boxes);
H A DlayoutViewer.cpp572 void LayoutViewer::boxesByLayer(dbMaster* master, LayerBoxes& boxes) in boxesByLayer()
609 LayerBoxes& boxes = cell_boxes_[master]; in boxesByLayer()
613 LayerBoxes& boxes = it->second; in boxesByLayer()
823 LayerBoxes boxes; in drawBlock()