| 617 | return m_data->m_width; |
| 618 | } |
| 619 | int SimpleOpenGL2Renderer::getScreenHeight() |
| 620 | { |
| 621 | return m_data->m_height; |
| 622 | } |
| 623 | |
| 624 | void SimpleOpenGL2Renderer::drawLine(const double from[4], const double to[4], const double color[4], double lineWidth) |
| 625 | { |
no outgoing calls
no test coverage detected