|
gucoordinates
|
#include "custom_fakes.h"
Go to the source code of this file.
Macros | |
| #define | UNUSED(x) UNUSED_ ## x |
Variables | |
| const gu_relative_coordinate | pct_coord_to_rr_coord_custom_fake_result = { 10.0, 1000 } |
| const gu_percent_coordinate | rr_coord_to_pct_coord_custom_fake_result = { -0.4, -0.2 } |
| const gu_percent_coordinate | clamped_tolerance_rr_coord_to_pct_coord_custom_fake_result = { -0.2, -0.4 } |
| #define UNUSED | ( | x | ) | UNUSED_ ## x |
Definition at line 69 of file custom_fakes.c.
| gu_optional_percent_coordinate clamped_tolerance_rr_coord_to_pct_coord_custom_fake_false | ( | const gu_relative_coordinate | UNUSED_c, |
| const gu_camera_pivot | UNUSED_p, | ||
| const int | UNUSED_i, | ||
| const percent_d | UNUSED_t | ||
| ) |
Definition at line 108 of file custom_fakes.c.
References clamped_tolerance_rr_coord_to_pct_coord_custom_fake_result.
| gu_optional_percent_coordinate clamped_tolerance_rr_coord_to_pct_coord_custom_fake_true | ( | const gu_relative_coordinate | UNUSED_c, |
| const gu_camera_pivot | UNUSED_p, | ||
| const int | UNUSED_i, | ||
| const percent_d | UNUSED_t | ||
| ) |
Definition at line 101 of file custom_fakes.c.
References clamped_tolerance_rr_coord_to_pct_coord_custom_fake_result.
| gu_optional_relative_coordinate pct_coord_to_rr_coord_custom_fake_false | ( | const gu_percent_coordinate | UNUSED_c, |
| const gu_camera_pivot | UNUSED_p, | ||
| const int | UNUSED_i | ||
| ) |
Definition at line 80 of file custom_fakes.c.
References pct_coord_to_rr_coord_custom_fake_result.
| gu_optional_relative_coordinate pct_coord_to_rr_coord_custom_fake_true | ( | const gu_percent_coordinate | UNUSED_c, |
| const gu_camera_pivot | UNUSED_p, | ||
| const int | UNUSED_i | ||
| ) |
Definition at line 73 of file custom_fakes.c.
References pct_coord_to_rr_coord_custom_fake_result.
| gu_optional_percent_coordinate rr_coord_to_pct_coord_custom_fake_false | ( | const gu_relative_coordinate | UNUSED_c, |
| const gu_camera_pivot | UNUSED_p, | ||
| const int | UNUSED_i | ||
| ) |
Definition at line 94 of file custom_fakes.c.
References rr_coord_to_pct_coord_custom_fake_result.
| gu_optional_percent_coordinate rr_coord_to_pct_coord_custom_fake_true | ( | const gu_relative_coordinate | UNUSED_c, |
| const gu_camera_pivot | UNUSED_p, | ||
| const int | UNUSED_i | ||
| ) |
Definition at line 87 of file custom_fakes.c.
References rr_coord_to_pct_coord_custom_fake_result.
| const gu_percent_coordinate clamped_tolerance_rr_coord_to_pct_coord_custom_fake_result = { -0.2, -0.4 } |
Definition at line 63 of file custom_fakes.c.
Referenced by clamped_tolerance_rr_coord_to_pct_coord_custom_fake_false(), and clamped_tolerance_rr_coord_to_pct_coord_custom_fake_true().
| const gu_relative_coordinate pct_coord_to_rr_coord_custom_fake_result = { 10.0, 1000 } |
Definition at line 61 of file custom_fakes.c.
Referenced by pct_coord_to_rr_coord_custom_fake_false(), and pct_coord_to_rr_coord_custom_fake_true().
| const gu_percent_coordinate rr_coord_to_pct_coord_custom_fake_result = { -0.4, -0.2 } |
Definition at line 62 of file custom_fakes.c.
Referenced by rr_coord_to_pct_coord_custom_fake_false(), and rr_coord_to_pct_coord_custom_fake_true().