MCPcopy Create free account
hub / github.com/KLayout/klayout / draw_box_properties_impl

Method draw_box_properties_impl

src/laybasic/laybasic/layRedrawThreadWorker.cc:1143–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143void
1144RedrawThreadWorker::draw_box_properties_impl (bool drawing_context, db::cell_index_type ci, const db::CplxTrans &trans, const std::vector<db::Box> &vp, int level, bool for_ghosts)
1145{
1146 if (! m_text_visible) {
1147 return;
1148 }
1149
1150 draw_box_properties_impl (drawing_context, ci, trans, vp, level, 0, for_ghosts);
1151}
1152
1153void
1154RedrawThreadWorker::draw_box_properties_impl (bool drawing_context, db::cell_index_type ci, const db::CplxTrans &trans, const std::vector<db::Box> &vp, int level, db::properties_id_type prop_id, bool for_ghosts)

Callers

nothing calls this directly

Calls 15

maxFunction · 0.85
safe_transformed_boxFunction · 0.85
leftMethod · 0.80
bottomMethod · 0.80
topMethod · 0.80
rightMethod · 0.80
objectMethod · 0.80
yMethod · 0.80
BoxClass · 0.50
emptyMethod · 0.45
cellMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected