shooting_get_lens_to_focal_plane_width 1342 core/gui.c             if (conf.subj_dist_override_value < shooting_get_lens_to_focal_plane_width())
shooting_get_lens_to_focal_plane_width 1343 core/gui.c                 conf.subj_dist_override_value = shooting_get_lens_to_focal_plane_width();
shooting_get_lens_to_focal_plane_width 1103 core/shooting.c         return (conf.subj_dist_override_value < shooting_get_lens_to_focal_plane_width()?0:(conf.subj_dist_override_value - shooting_get_lens_to_focal_plane_width()));
shooting_get_lens_to_focal_plane_width 1182 core/shooting.c   return (shooting_get_lens_to_focal_plane_width() == 0)?1:0;
shooting_get_lens_to_focal_plane_width 1423 core/shooting.c                 s+=shooting_get_lens_to_focal_plane_width();
shooting_get_lens_to_focal_plane_width  139 include/shooting.h extern int shooting_get_lens_to_focal_plane_width();