| 346 | } |
| 347 | |
| 348 | void LayerCacher::CacheRuler(ref_ptr<dp::GraphicsContext> context, Position const & position, |
| 349 | ref_ptr<LayerRenderer> renderer, ref_ptr<dp::TextureManager> textures) |
| 350 | { |
| 351 | renderer->AddShapeRenderer(WIDGET_RULER, Ruler(position).Draw(context, textures)); |
| 352 | } |
| 353 | |
| 354 | void LayerCacher::CacheCopyright(ref_ptr<dp::GraphicsContext> context, Position const & position, |
| 355 | ref_ptr<LayerRenderer> renderer, ref_ptr<dp::TextureManager> textures) |
nothing calls this directly
no test coverage detected