Home
last modified time | relevance | path

Searched refs:p_self (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/include/gdnative/
H A Dstring.h92 godot_int GDAPI godot_string_length(const godot_string *p_self);
102 godot_array GDAPI godot_string_bigrams(const godot_string *p_self);
118 godot_int GDAPI godot_string_hex_to_int(const godot_string *p_self);
149 double GDAPI godot_string_to_double(const godot_string *p_self);
150 godot_real GDAPI godot_string_to_float(const godot_string *p_self);
151 godot_int GDAPI godot_string_to_int(const godot_string *p_self);
163 int64_t GDAPI godot_string_to_int64(const godot_string *p_self);
206 uint32_t GDAPI godot_string_hash(const godot_string *p_self);
207 uint64_t GDAPI godot_string_hash64(const godot_string *p_self);
217 godot_bool godot_string_empty(const godot_string *p_self);
[all …]
H A Dpool_arrays.h177 void GDAPI godot_pool_byte_array_invert(godot_pool_byte_array *p_self);
196 void GDAPI godot_pool_byte_array_destroy(godot_pool_byte_array *p_self);
210 void GDAPI godot_pool_int_array_invert(godot_pool_int_array *p_self);
229 void GDAPI godot_pool_int_array_destroy(godot_pool_int_array *p_self);
243 void GDAPI godot_pool_real_array_invert(godot_pool_real_array *p_self);
262 void GDAPI godot_pool_real_array_destroy(godot_pool_real_array *p_self);
276 void GDAPI godot_pool_string_array_invert(godot_pool_string_array *p_self);
295 void GDAPI godot_pool_string_array_destroy(godot_pool_string_array *p_self);
309 void GDAPI godot_pool_vector2_array_invert(godot_pool_vector2_array *p_self);
375 void GDAPI godot_pool_color_array_invert(godot_pool_color_array *p_self);
[all …]
H A Dvector2.h62 godot_string GDAPI godot_vector2_as_string(const godot_vector2 *p_self);
64 godot_vector2 GDAPI godot_vector2_normalized(const godot_vector2 *p_self);
66 godot_real GDAPI godot_vector2_length(const godot_vector2 *p_self);
68 godot_real GDAPI godot_vector2_angle(const godot_vector2 *p_self);
72 godot_bool GDAPI godot_vector2_is_normalized(const godot_vector2 *p_self);
92 godot_vector2 GDAPI godot_vector2_tangent(const godot_vector2 *p_self);
94 godot_vector2 GDAPI godot_vector2_floor(const godot_vector2 *p_self);
98 godot_real GDAPI godot_vector2_aspect(const godot_vector2 *p_self);
108 godot_vector2 GDAPI godot_vector2_abs(const godot_vector2 *p_self);
134 godot_real GDAPI godot_vector2_get_x(const godot_vector2 *p_self);
[all …]
H A Dvector3.h69 godot_string GDAPI godot_vector3_as_string(const godot_vector3 *p_self);
71 godot_int GDAPI godot_vector3_min_axis(const godot_vector3 *p_self);
73 godot_int GDAPI godot_vector3_max_axis(const godot_vector3 *p_self);
75 godot_real GDAPI godot_vector3_length(const godot_vector3 *p_self);
77 godot_real GDAPI godot_vector3_length_squared(const godot_vector3 *p_self);
79 godot_bool GDAPI godot_vector3_is_normalized(const godot_vector3 *p_self);
81 godot_vector3 GDAPI godot_vector3_normalized(const godot_vector3 *p_self);
83 godot_vector3 GDAPI godot_vector3_inverse(const godot_vector3 *p_self);
103 godot_vector3 GDAPI godot_vector3_abs(const godot_vector3 *p_self);
105 godot_vector3 GDAPI godot_vector3_floor(const godot_vector3 *p_self);
[all …]
H A Dcolor.h64 godot_real godot_color_get_r(const godot_color *p_self);
65 void godot_color_set_r(godot_color *p_self, const godot_real r);
67 godot_real godot_color_get_g(const godot_color *p_self);
68 void godot_color_set_g(godot_color *p_self, const godot_real g);
70 godot_real godot_color_get_b(const godot_color *p_self);
71 void godot_color_set_b(godot_color *p_self, const godot_real b);
73 godot_real godot_color_get_a(const godot_color *p_self);
76 godot_real godot_color_get_h(const godot_color *p_self);
77 godot_real godot_color_get_s(const godot_color *p_self);
78 godot_real godot_color_get_v(const godot_color *p_self);
[all …]
H A Darray.h83 void GDAPI godot_array_clear(godot_array *p_self);
87 godot_bool GDAPI godot_array_empty(const godot_array *p_self);
101 godot_int GDAPI godot_array_hash(const godot_array *p_self);
105 void GDAPI godot_array_invert(godot_array *p_self);
107 godot_variant GDAPI godot_array_pop_back(godot_array *p_self);
109 godot_variant GDAPI godot_array_pop_front(godot_array *p_self);
121 godot_int GDAPI godot_array_size(const godot_array *p_self);
123 void GDAPI godot_array_sort(godot_array *p_self);
131 void GDAPI godot_array_destroy(godot_array *p_self);
137 godot_variant GDAPI godot_array_max(const godot_array *p_self);
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/include/gdnative/
H A Dstring.h92 godot_int GDAPI godot_string_length(const godot_string *p_self);
102 godot_array GDAPI godot_string_bigrams(const godot_string *p_self);
118 godot_int GDAPI godot_string_hex_to_int(const godot_string *p_self);
149 double GDAPI godot_string_to_double(const godot_string *p_self);
150 godot_real GDAPI godot_string_to_float(const godot_string *p_self);
151 godot_int GDAPI godot_string_to_int(const godot_string *p_self);
163 int64_t GDAPI godot_string_to_int64(const godot_string *p_self);
206 uint32_t GDAPI godot_string_hash(const godot_string *p_self);
207 uint64_t GDAPI godot_string_hash64(const godot_string *p_self);
217 godot_bool godot_string_empty(const godot_string *p_self);
[all …]
H A Dpool_arrays.h177 void GDAPI godot_pool_byte_array_invert(godot_pool_byte_array *p_self);
196 void GDAPI godot_pool_byte_array_destroy(godot_pool_byte_array *p_self);
210 void GDAPI godot_pool_int_array_invert(godot_pool_int_array *p_self);
229 void GDAPI godot_pool_int_array_destroy(godot_pool_int_array *p_self);
243 void GDAPI godot_pool_real_array_invert(godot_pool_real_array *p_self);
262 void GDAPI godot_pool_real_array_destroy(godot_pool_real_array *p_self);
276 void GDAPI godot_pool_string_array_invert(godot_pool_string_array *p_self);
295 void GDAPI godot_pool_string_array_destroy(godot_pool_string_array *p_self);
309 void GDAPI godot_pool_vector2_array_invert(godot_pool_vector2_array *p_self);
375 void GDAPI godot_pool_color_array_invert(godot_pool_color_array *p_self);
[all …]
H A Dvector2.h62 godot_string GDAPI godot_vector2_as_string(const godot_vector2 *p_self);
64 godot_vector2 GDAPI godot_vector2_normalized(const godot_vector2 *p_self);
66 godot_real GDAPI godot_vector2_length(const godot_vector2 *p_self);
68 godot_real GDAPI godot_vector2_angle(const godot_vector2 *p_self);
72 godot_bool GDAPI godot_vector2_is_normalized(const godot_vector2 *p_self);
92 godot_vector2 GDAPI godot_vector2_tangent(const godot_vector2 *p_self);
94 godot_vector2 GDAPI godot_vector2_floor(const godot_vector2 *p_self);
98 godot_real GDAPI godot_vector2_aspect(const godot_vector2 *p_self);
108 godot_vector2 GDAPI godot_vector2_abs(const godot_vector2 *p_self);
134 godot_real GDAPI godot_vector2_get_x(const godot_vector2 *p_self);
[all …]
H A Dvector3.h69 godot_string GDAPI godot_vector3_as_string(const godot_vector3 *p_self);
71 godot_int GDAPI godot_vector3_min_axis(const godot_vector3 *p_self);
73 godot_int GDAPI godot_vector3_max_axis(const godot_vector3 *p_self);
75 godot_real GDAPI godot_vector3_length(const godot_vector3 *p_self);
77 godot_real GDAPI godot_vector3_length_squared(const godot_vector3 *p_self);
79 godot_bool GDAPI godot_vector3_is_normalized(const godot_vector3 *p_self);
81 godot_vector3 GDAPI godot_vector3_normalized(const godot_vector3 *p_self);
83 godot_vector3 GDAPI godot_vector3_inverse(const godot_vector3 *p_self);
103 godot_vector3 GDAPI godot_vector3_abs(const godot_vector3 *p_self);
105 godot_vector3 GDAPI godot_vector3_floor(const godot_vector3 *p_self);
[all …]
H A Dcolor.h64 godot_real godot_color_get_r(const godot_color *p_self);
65 void godot_color_set_r(godot_color *p_self, const godot_real r);
67 godot_real godot_color_get_g(const godot_color *p_self);
68 void godot_color_set_g(godot_color *p_self, const godot_real g);
70 godot_real godot_color_get_b(const godot_color *p_self);
71 void godot_color_set_b(godot_color *p_self, const godot_real b);
73 godot_real godot_color_get_a(const godot_color *p_self);
76 godot_real godot_color_get_h(const godot_color *p_self);
77 godot_real godot_color_get_s(const godot_color *p_self);
78 godot_real godot_color_get_v(const godot_color *p_self);
[all …]
H A Darray.h83 void GDAPI godot_array_clear(godot_array *p_self);
87 godot_bool GDAPI godot_array_empty(const godot_array *p_self);
101 godot_int GDAPI godot_array_hash(const godot_array *p_self);
105 void GDAPI godot_array_invert(godot_array *p_self);
107 godot_variant GDAPI godot_array_pop_back(godot_array *p_self);
109 godot_variant GDAPI godot_array_pop_front(godot_array *p_self);
121 godot_int GDAPI godot_array_size(const godot_array *p_self);
123 void GDAPI godot_array_sort(godot_array *p_self);
131 void GDAPI godot_array_destroy(godot_array *p_self);
137 godot_variant GDAPI godot_array_max(const godot_array *p_self);
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dcolor.cpp55 const Color *self = (const Color *)p_self; in godot_color_get_r()
60 Color *self = (Color *)p_self; in godot_color_set_r()
65 const Color *self = (const Color *)p_self; in godot_color_get_g()
70 Color *self = (Color *)p_self; in godot_color_set_g()
75 const Color *self = (const Color *)p_self; in godot_color_get_b()
80 Color *self = (Color *)p_self; in godot_color_set_b()
85 const Color *self = (const Color *)p_self; in godot_color_get_a()
90 Color *self = (Color *)p_self; in godot_color_set_a()
95 const Color *self = (const Color *)p_self; in godot_color_get_h()
100 const Color *self = (const Color *)p_self; in godot_color_get_s()
[all …]
H A Dvector2.cpp50 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_as_string()
57 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_normalized()
63 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_length()
68 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_angle()
73 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_length_squared()
78 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_is_normalized()
84 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_direction_to()
91 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_distance_to()
97 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_distance_squared_to()
293 Vector2 *self = (Vector2 *)p_self; in godot_vector2_set_x()
[all …]
H A Dvector3.cpp50 const Vector3 *self = (const Vector3 *)p_self; in godot_vector3_as_string()
56 const Vector3 *self = (const Vector3 *)p_self; in godot_vector3_min_axis()
240 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_add()
249 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_subtract()
258 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_multiply_vector()
267 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_multiply_scalar()
275 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_divide_vector()
284 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_divide_scalar()
290 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_equal()
296 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_less()
[all …]
H A Dstring.cpp82 String *self = (String *)p_self; in godot_string_operator_index()
87 const String *self = (const String *)p_self; in godot_string_operator_index_const()
92 const String *self = (const String *)p_self; in godot_string_wide_str()
97 const String *self = (const String *)p_self; in godot_string_operator_equal()
103 const String *self = (const String *)p_self; in godot_string_operator_less()
110 const String *self = (const String *)p_self; in godot_string_operator_plus()
117 String *self = (String *)p_self; in godot_string_destroy()
124 const String *self = (const String *)p_self; in godot_string_length()
944 String *self = (String *)p_self; in godot_string_erase()
979 String *self = (String *)p_self; in godot_string_parse_utf8()
[all …]
H A Daabb.cpp51 const AABB *self = (const AABB *)p_self; in godot_aabb_get_position()
58 AABB *self = (AABB *)p_self; in godot_aabb_set_position()
65 const AABB *self = (const AABB *)p_self; in godot_aabb_get_size()
72 AABB *self = (AABB *)p_self; in godot_aabb_set_size()
79 const AABB *self = (const AABB *)p_self; in godot_aabb_as_string()
85 const AABB *self = (const AABB *)p_self; in godot_aabb_get_area()
90 const AABB *self = (const AABB *)p_self; in godot_aabb_has_no_area()
95 const AABB *self = (const AABB *)p_self; in godot_aabb_has_no_surface()
100 const AABB *self = (const AABB *)p_self; in godot_aabb_intersects()
106 const AABB *self = (const AABB *)p_self; in godot_aabb_encloses()
[all …]
H A Dbasis.cpp64 const Basis *self = (const Basis *)p_self; in godot_basis_as_string()
71 const Basis *self = (const Basis *)p_self; in godot_basis_inverse()
78 const Basis *self = (const Basis *)p_self; in godot_basis_transposed()
85 const Basis *self = (const Basis *)p_self; in godot_basis_orthonormalized()
91 const Basis *self = (const Basis *)p_self; in godot_basis_determinant()
126 Basis *self = (Basis *)p_self; in godot_basis_set_quat()
132 Basis *self = (Basis *)p_self; in godot_basis_set_axis_angle_scale()
139 Basis *self = (Basis *)p_self; in godot_basis_set_euler_scale()
146 Basis *self = (Basis *)p_self; in godot_basis_set_quat_scale()
227 Basis *self = (Basis *)p_self; in godot_basis_set_axis()
[all …]
H A Dquat.cpp67 const Quat *self = (const Quat *)p_self; in godot_quat_get_x()
72 Quat *self = (Quat *)p_self; in godot_quat_set_x()
77 const Quat *self = (const Quat *)p_self; in godot_quat_get_y()
82 Quat *self = (Quat *)p_self; in godot_quat_set_y()
87 const Quat *self = (const Quat *)p_self; in godot_quat_get_z()
92 Quat *self = (Quat *)p_self; in godot_quat_set_z()
97 const Quat *self = (const Quat *)p_self; in godot_quat_get_w()
102 Quat *self = (Quat *)p_self; in godot_quat_set_w()
108 const Quat *self = (const Quat *)p_self; in godot_quat_as_string()
114 const Quat *self = (const Quat *)p_self; in godot_quat_length()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dcolor.cpp55 const Color *self = (const Color *)p_self; in godot_color_get_r()
60 Color *self = (Color *)p_self; in godot_color_set_r()
65 const Color *self = (const Color *)p_self; in godot_color_get_g()
70 Color *self = (Color *)p_self; in godot_color_set_g()
75 const Color *self = (const Color *)p_self; in godot_color_get_b()
80 Color *self = (Color *)p_self; in godot_color_set_b()
85 const Color *self = (const Color *)p_self; in godot_color_get_a()
90 Color *self = (Color *)p_self; in godot_color_set_a()
95 const Color *self = (const Color *)p_self; in godot_color_get_h()
100 const Color *self = (const Color *)p_self; in godot_color_get_s()
[all …]
H A Dvector2.cpp50 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_as_string()
57 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_normalized()
63 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_length()
68 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_angle()
73 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_length_squared()
78 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_is_normalized()
84 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_direction_to()
91 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_distance_to()
97 const Vector2 *self = (const Vector2 *)p_self; in godot_vector2_distance_squared_to()
293 Vector2 *self = (Vector2 *)p_self; in godot_vector2_set_x()
[all …]
H A Dvector3.cpp50 const Vector3 *self = (const Vector3 *)p_self; in godot_vector3_as_string()
56 const Vector3 *self = (const Vector3 *)p_self; in godot_vector3_min_axis()
240 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_add()
249 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_subtract()
258 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_multiply_vector()
267 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_multiply_scalar()
275 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_divide_vector()
284 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_divide_scalar()
290 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_equal()
296 Vector3 *self = (Vector3 *)p_self; in godot_vector3_operator_less()
[all …]
H A Dstring.cpp82 String *self = (String *)p_self; in godot_string_operator_index()
87 const String *self = (const String *)p_self; in godot_string_operator_index_const()
92 const String *self = (const String *)p_self; in godot_string_wide_str()
97 const String *self = (const String *)p_self; in godot_string_operator_equal()
103 const String *self = (const String *)p_self; in godot_string_operator_less()
110 const String *self = (const String *)p_self; in godot_string_operator_plus()
117 String *self = (String *)p_self; in godot_string_destroy()
124 const String *self = (const String *)p_self; in godot_string_length()
944 String *self = (String *)p_self; in godot_string_erase()
979 String *self = (String *)p_self; in godot_string_parse_utf8()
[all …]
H A Daabb.cpp51 const AABB *self = (const AABB *)p_self; in godot_aabb_get_position()
58 AABB *self = (AABB *)p_self; in godot_aabb_set_position()
65 const AABB *self = (const AABB *)p_self; in godot_aabb_get_size()
72 AABB *self = (AABB *)p_self; in godot_aabb_set_size()
79 const AABB *self = (const AABB *)p_self; in godot_aabb_as_string()
85 const AABB *self = (const AABB *)p_self; in godot_aabb_get_area()
90 const AABB *self = (const AABB *)p_self; in godot_aabb_has_no_area()
95 const AABB *self = (const AABB *)p_self; in godot_aabb_has_no_surface()
100 const AABB *self = (const AABB *)p_self; in godot_aabb_intersects()
106 const AABB *self = (const AABB *)p_self; in godot_aabb_encloses()
[all …]
H A Dbasis.cpp64 const Basis *self = (const Basis *)p_self; in godot_basis_as_string()
71 const Basis *self = (const Basis *)p_self; in godot_basis_inverse()
78 const Basis *self = (const Basis *)p_self; in godot_basis_transposed()
85 const Basis *self = (const Basis *)p_self; in godot_basis_orthonormalized()
91 const Basis *self = (const Basis *)p_self; in godot_basis_determinant()
126 Basis *self = (Basis *)p_self; in godot_basis_set_quat()
132 Basis *self = (Basis *)p_self; in godot_basis_set_axis_angle_scale()
139 Basis *self = (Basis *)p_self; in godot_basis_set_euler_scale()
146 Basis *self = (Basis *)p_self; in godot_basis_set_quat_scale()
227 Basis *self = (Basis *)p_self; in godot_basis_set_axis()
[all …]

12345678910