offset from the left or from the right */
| 377 | |
| 378 | /* offset from the left or from the right */ |
| 379 | float get_center_offset() |
| 380 | { |
| 381 | return output->get_relative_geometry().width / 3.0; |
| 382 | } |
| 383 | |
| 384 | /* get the scale for non-focused views */ |
| 385 | float get_back_scale() |
nothing calls this directly
no test coverage detected