| 849 | int frame_brightness_loc () const { return frame_brightness (false); } |
| 850 | int fill_brightness_loc () const { return fill_brightness (false); } |
| 851 | int dither_pattern_loc () const { return dither_pattern (false); } |
| 852 | int line_style_loc () const { return line_style (false); } |
| 853 | bool visible_loc () const { return visible (false); } |
| 854 | bool valid_loc () const { return valid (false); } |
nothing calls this directly
no test coverage detected