| 1141 | } |
| 1142 | |
| 1143 | void |
| 1144 | RedrawThreadWorker::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 | |
| 1153 | void |
| 1154 | RedrawThreadWorker::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) |
nothing calls this directly
no test coverage detected