Home
last modified time | relevance | path

Searched defs:dbShape (Results 1 – 3 of 3) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbShape.h88 dbShape() : _type(SEGMENT), _layer(NULL), _via(NULL) {} in dbShape() function
90 dbShape(dbVia* via, const Rect& r) in dbShape() function
95 dbShape(dbTechVia* via, const Rect& r) in dbShape() function
100 dbShape(dbTechLayer* layer, const Rect& r) in dbShape() function
105 dbShape(dbTechVia* via, dbTechLayer* layer, const Rect& r) in dbShape() function
110 dbShape(dbVia* via, dbTechLayer* layer, const Rect& r) in dbShape() function
464 virtual bool nextBoxShape(dbBox*, dbShape&) { return true; } in nextBoxShape() argument
467 virtual bool nextWireShape(dbWire*, int, dbShape&) { return true; } in nextWireShape() argument
H A DdbUtil.h56 class dbShape; variable
H A Ddb.h58 class dbShape; variable