| 201 | } |
| 202 | |
| 203 | void GuiContext::drawInterfaceLine(Vec2F const& begin, Vec2F const end, Vec4B const& color, float lineWidth) { |
| 204 | drawLine(begin * interfaceScale(), end * interfaceScale(), color, lineWidth * interfaceScale()); |
| 205 | } |
| 206 | |
| 207 | void GuiContext::drawInterfacePolyLines(PolyF poly, Vec4B const& color, float lineWidth) { |
| 208 | poly.scale(interfaceScale()); |