Home
last modified time | relevance | path

Searched refs:get_gc (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/games/construo/construo-0.2.3/src/
H A Dworldview_zoom_tool.cpp44 …float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (input_context->get_mouse_x … in draw_foreground()
45 …float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y (input_context->get_mouse_y … in draw_foreground()
59 click_pos.x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x); in on_primary_button_press()
60 click_pos.y = WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y); in on_primary_button_press()
68 float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x); in on_primary_button_release()
69 float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y); in on_primary_button_release()
71 WorldViewComponent::instance()->get_gc()->zoom_to((int)Math::min(x, click_pos.x), in on_primary_button_release()
80 WorldViewComponent::instance()->get_gc()->zoom_out(x, y); in on_secondary_button_press()
H A Dworldview_insert_tool.cpp41 …float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x(input_context->get_mouse_x()… in draw_background()
42 …float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y(input_context->get_mouse_y()… in draw_background()
58 …Vector2d click_pos = WorldViewComponent::instance()->get_gc()->screen_to_world(input_context->get_… in draw_foreground()
83 …float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x(input_context->get_mouse_x (… in draw_foreground()
84 …float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y(input_context->get_mouse_y (… in draw_foreground()
104 float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x); in on_primary_button_press()
105 float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y); in on_primary_button_press()
199 float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x); in on_delete_press()
200 float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y); in on_delete_press()
229 float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x); in on_fix_press()
[all …]
H A Dworldview_collider_tool.cpp40 …Vector2d mouse_pos = WorldViewComponent::instance()->get_gc()->screen_to_world(input_context->get_… in draw_background()
65 = WorldViewComponent::instance()->get_gc()->screen_to_world(input_context->get_mouse_pos ()); in draw_foreground()
77 …click_pos = WorldViewComponent::instance()->get_gc()->screen_to_world(input_context->get_mouse_pos… in on_primary_button_press()
100 …Vector2d pos2 = WorldViewComponent::instance()->get_gc()->screen_to_world(input_context->get_mouse… in on_primary_button_release()
121 Vector2d current_pos = WorldViewComponent::instance()->get_gc()->screen_to_world(Vector2d(x,y)); in on_mouse_move()
132 …to_delete_collider = get_collider(WorldViewComponent::instance()->get_gc()->screen_to_world(Vector… in on_secondary_button_press()
141 == get_collider(WorldViewComponent::instance()->get_gc()->screen_to_world(Vector2d(x, y)))) in on_secondary_button_release()
H A Dworldview_select_tool.cpp52 …float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (input_context->get_mouse_x … in draw_foreground()
125 float x = WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x); in on_primary_button_press()
126 float y = WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y); in on_primary_button_press()
184 … WorldViewComponent::instance()->get_gc()->screen_to_world (Vector2d(x,y))); in on_primary_button_release()
212 …click_pos = WorldViewComponent::instance()->get_gc()->screen_to_world(Vector2d(screen_x, screen_y)… in on_secondary_button_press()
301 Vector2d new_pos(WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x), in on_mouse_move()
302 … WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y)); in on_mouse_move()
356 Vector2d new_pos(WorldViewComponent::instance()->get_gc()->screen_to_world_x (screen_x), in on_mouse_move()
357 WorldViewComponent::instance()->get_gc()->screen_to_world_y (screen_y)); in on_mouse_move()
385 click_pos = WorldViewComponent::instance()->get_gc()->screen_to_world(Vector2d(x, y)); in on_scale_press()
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_gc.c692 zend_object_get_gc_t get_gc; in gc_scan_black() local
696 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_scan_black()
702 ht = get_gc(&tmp, &zv, &n); in gc_scan_black()
814 zend_object_get_gc_t get_gc; in gc_mark_grey() local
818 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_mark_grey()
824 ht = get_gc(&tmp, &zv, &n); in gc_mark_grey()
1011 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_scan()
1172 zend_object_get_gc_t get_gc; in gc_collect_white() local
1176 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_collect_white()
1191 ht = get_gc(&tmp, &zv, &n); in gc_collect_white()
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_gc.c692 zend_object_get_gc_t get_gc; in gc_scan_black() local
696 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_scan_black()
702 ht = get_gc(&tmp, &zv, &n); in gc_scan_black()
814 zend_object_get_gc_t get_gc; in gc_mark_grey() local
818 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_mark_grey()
824 ht = get_gc(&tmp, &zv, &n); in gc_mark_grey()
1011 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_scan()
1172 zend_object_get_gc_t get_gc; in gc_collect_white() local
1176 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_collect_white()
1191 ht = get_gc(&tmp, &zv, &n); in gc_collect_white()
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A Dk_csdk.c218 Gc * get_gc(){ in get_gc() function
228 get_gc(); in os_set_pixel()
234 get_gc(); in os_fill_rect()
243 get_gc(); in os_get_pixel()
261 get_gc(); in nspire_draw_string()
280 get_gc(); in os_draw_string()
287 get_gc(); in os_draw_string_small()
295 get_gc(); in os_draw_string_medium()
303 get_gc(); in statuslinemsg()
332 get_gc(); in sync_screen()
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/readConcern/
H A Dbug1598-002.phpt2 PHPC-1598: ReadConcern get_gc should delegate to zend_std_get_properties
7 * This will leak if get_gc returns internally cached properties (from our
H A Dbug1598-001.phpt2 PHPC-1598: ReadConcern get_gc should not invoke get_properties
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/readPreference/
H A Dbug1598-002.phpt2 PHPC-1598: ReadPreference get_gc should delegate to zend_std_get_properties
7 * ReadPreference. This will leak if get_gc returns internally cached properties
H A Dbug1598-001.phpt2 PHPC-1598: ReadPreference get_gc should not invoke get_properties
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/writeConcern/
H A Dbug1598-002.phpt2 PHPC-1598: WriteConcern get_gc should delegate to zend_std_get_properties
7 * WriteConcern. This will leak if get_gc returns internally cached properties
/dports/games/xsc/xsc-1.6/
H A Dthing.h55 GC get_gc(void) const;
110 Thing::get_gc(void) const in get_gc() function
H A Dbuzzer.C155 set_gc(castle->get_gc(i)); in move()
187 set_gc(castle->get_gc(i - 1)); in upgrade()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_iterators.c74 if (iter->funcs->get_gc) { in iter_wrapper_get_gc()
75 return iter->funcs->get_gc(iter, table, n); in iter_wrapper_get_gc()
H A Dzend_iterators.h56 HashTable *(*get_gc)(zend_object_iterator *iter, zval **table, int *n); member
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_iterators.c74 if (iter->funcs->get_gc) { in iter_wrapper_get_gc()
75 return iter->funcs->get_gc(iter, table, n); in iter_wrapper_get_gc()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_iterators.c74 if (iter->funcs->get_gc) { in iter_wrapper_get_gc()
75 return iter->funcs->get_gc(iter, table, n); in iter_wrapper_get_gc()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_iterators.c74 if (iter->funcs->get_gc) { in iter_wrapper_get_gc()
75 return iter->funcs->get_gc(iter, table, n); in iter_wrapper_get_gc()
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/bson/
H A Dbug1598-002.phpt2 PHPC-1598: BSON type get_gc should delegate to zend_std_get_properties
15 // MaxKey and MinKey don't have get_properties or get_gc handlers, but we'll test them anyway
29 * object. This will leak if get_gc returns internally cached properties
H A Dbug1598-001.phpt2 PHPC-1598: BSON type get_gc should not invoke get_properties
15 // MaxKey and MinKey don't have get_properties or get_gc handlers, but we'll test them anyway
/dports/devel/pecl-ev/ev-1.1.5/tests/
H A D14_get_gc.phpt2 Check for get_gc property handler
/dports/net/c3270/suite3270-4.0/x3270/
H A Dscreen.c392 static GC get_gc(struct sstate *s, int color);
2059 get_gc(ss, INVERT_COLOR(0)), in render_blanks()
2602 dgc = get_gc(ss, INVERT_COLOR(color)); in render_text()
2603 cleargc = get_gc(ss, color); in render_text()
2613 dgc = get_gc(ss, INVERT_COLOR(color)); in render_text()
2614 cleargc = get_gc(ss, color); in render_text()
2618 dgc = get_gc(ss, color); in render_text()
2619 cleargc = get_gc(ss, INVERT_COLOR(color)); in render_text()
3315 return get_gc(ss, char_color(baddr)); in cursor_gc()
3911 get_gc(struct sstate *s, int color) in get_gc() function
[all …]
/dports/x11/x3270/suite3270-4.0/x3270/
H A Dscreen.c392 static GC get_gc(struct sstate *s, int color);
2059 get_gc(ss, INVERT_COLOR(0)), in render_blanks()
2602 dgc = get_gc(ss, INVERT_COLOR(color)); in render_text()
2603 cleargc = get_gc(ss, color); in render_text()
2613 dgc = get_gc(ss, INVERT_COLOR(color)); in render_text()
2614 cleargc = get_gc(ss, color); in render_text()
2618 dgc = get_gc(ss, color); in render_text()
2619 cleargc = get_gc(ss, INVERT_COLOR(color)); in render_text()
3315 return get_gc(ss, char_color(baddr)); in cursor_gc()
3911 get_gc(struct sstate *s, int color) in get_gc() function
[all …]
/dports/devel/pecl-event/event-3.0.6/tests/
H A D11-gc-cycles.phpt2 Check for get_gc property handler

12345678910>>...14