Home
last modified time | relevance | path

Searched refs:get_frame_count (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/sound/
H A DstreamingSoundTest1-Runner.cpp56 check_equals(root->get_frame_count(), 8); in trymain()
69 while (root->get_current_frame() < root->get_frame_count() / 2 - 1) { in trymain()
80 while (root->get_current_frame() < root->get_frame_count() - 1) { in trymain()
H A DstreamingSoundTest2-Runner.cpp56 check_equals(root->get_frame_count(), 48); in trymain()
69 while (root->get_current_frame() < root->get_frame_count() - 1) { in trymain()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DDefineEditTextVariableNameTest-Runner.cpp47 check_equals(root->get_frame_count(), 14); in trymain()
61 for (unsigned f=root->get_current_frame(); f<root->get_frame_count()-1; ++f) in trymain()
70 check_equals(root->get_current_frame(), root->get_frame_count()-1); in trymain()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DSWFMovie.cpp55 nextframe, get_frame_count()); in construct()
73 get_frame_count()); in advance()
78 nextframe, get_frame_count()); in advance()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dsprite_frames_editor_plugin.cpp90 int fc = frames->get_frame_count(edited_anim); in _file_load_request()
166 if (sel < 0 && frames->get_frame_count(edited_anim)) in _delete_confirm_pressed()
228 from = frames->get_frame_count(edited_anim); in _empty_pressed()
253 from = frames->get_frame_count(edited_anim); in _empty2_pressed()
299 if (to_move < 0 || to_move >= frames->get_frame_count(edited_anim) - 1) in _down_pressed()
467 int fc = frames->get_frame_count(edited_anim); in _animation_remove()
546 if (sel >= frames->get_frame_count(edited_anim)) in _update_library()
547 sel = frames->get_frame_count(edited_anim) - 1; in _update_library()
548 else if (sel < 0 && frames->get_frame_count(edited_anim)) in _update_library()
551 for (int i = 0; i < frames->get_frame_count(edited_anim); i++) { in _update_library()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dsprite_frames_editor_plugin.cpp90 int fc = frames->get_frame_count(edited_anim); in _file_load_request()
166 if (sel < 0 && frames->get_frame_count(edited_anim)) in _delete_confirm_pressed()
228 from = frames->get_frame_count(edited_anim); in _empty_pressed()
253 from = frames->get_frame_count(edited_anim); in _empty2_pressed()
299 if (to_move < 0 || to_move >= frames->get_frame_count(edited_anim) - 1) in _down_pressed()
467 int fc = frames->get_frame_count(edited_anim); in _animation_remove()
546 if (sel >= frames->get_frame_count(edited_anim)) in _update_library()
547 sel = frames->get_frame_count(edited_anim) - 1; in _update_library()
548 else if (sel < 0 && frames->get_frame_count(edited_anim)) in _update_library()
551 for (int i = 0; i < frames->get_frame_count(edited_anim); i++) { in _update_library()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dsprite_frames_editor_plugin.cpp155 int fc = frames->get_frame_count(edited_anim); in _sheet_add_frames()
284 int fc = frames->get_frame_count(edited_anim); in _file_load_request()
363 from = frames->get_frame_count(edited_anim); in _empty_pressed()
388 from = frames->get_frame_count(edited_anim); in _empty2_pressed()
433 if (to_move < 0 || to_move >= frames->get_frame_count(edited_anim) - 1) in _down_pressed()
611 int fc = frames->get_frame_count(edited_anim); in _animation_remove_confirmed()
690 if (sel >= frames->get_frame_count(edited_anim)) in _update_library()
691 sel = frames->get_frame_count(edited_anim) - 1; in _update_library()
692 else if (sel < 0 && frames->get_frame_count(edited_anim)) in _update_library()
695 for (int i = 0; i < frames->get_frame_count(edited_anim); i++) { in _update_library()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dsprite_frames_editor_plugin.cpp155 int fc = frames->get_frame_count(edited_anim); in _sheet_add_frames()
284 int fc = frames->get_frame_count(edited_anim); in _file_load_request()
363 from = frames->get_frame_count(edited_anim); in _empty_pressed()
388 from = frames->get_frame_count(edited_anim); in _empty2_pressed()
433 if (to_move < 0 || to_move >= frames->get_frame_count(edited_anim) - 1) in _down_pressed()
611 int fc = frames->get_frame_count(edited_anim); in _animation_remove_confirmed()
690 if (sel >= frames->get_frame_count(edited_anim)) in _update_library()
691 sel = frames->get_frame_count(edited_anim) - 1; in _update_library()
692 else if (sel < 0 && frames->get_frame_count(edited_anim)) in _update_library()
695 for (int i = 0; i < frames->get_frame_count(edited_anim); i++) { in _update_library()
[all …]
/dports/games/bstone/bstone-1.1.9/src/
H A Dbstone_fizzle_fx.cpp57 const auto frame_count = get_frame_count(); in present()
139 int FizzleFX::get_frame_count() const in get_frame_count() function in bstone::FizzleFX
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Danimated_sprite.cpp68 …|| !frames->has_animation(animation) || frame < 0 || frame >= frames->get_frame_count(animation)) { in _edit_use_rect()
83 …|| !frames->has_animation(animation) || frame < 0 || frame >= frames->get_frame_count(animation)) { in _get_rect()
117 int SpriteFrames::get_frame_count(const StringName &p_anim) const { in get_frame_count() function in SpriteFrames
305 ClassDB::bind_method(D_METHOD("get_frame_count", "anim"), &SpriteFrames::get_frame_count); in _bind_methods()
363 if (frames->has_animation(animation) && frames->get_frame_count(animation) > 1) { in _validate_property()
364 property.hint_string = "0," + itos(frames->get_frame_count(animation) - 1) + ",1"; in _validate_property()
394 int fc = frames->get_frame_count(animation); in _notification()
503 int limit = frames->get_frame_count(animation); in set_frame()
614 set_frame(frames->get_frame_count(p_animation) - 1); in play()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Danimated_sprite.cpp68 …|| !frames->has_animation(animation) || frame < 0 || frame >= frames->get_frame_count(animation)) { in _edit_use_rect()
83 …|| !frames->has_animation(animation) || frame < 0 || frame >= frames->get_frame_count(animation)) { in _get_rect()
117 int SpriteFrames::get_frame_count(const StringName &p_anim) const { in get_frame_count() function in SpriteFrames
305 ClassDB::bind_method(D_METHOD("get_frame_count", "anim"), &SpriteFrames::get_frame_count); in _bind_methods()
363 if (frames->has_animation(animation) && frames->get_frame_count(animation) > 1) { in _validate_property()
364 property.hint_string = "0," + itos(frames->get_frame_count(animation) - 1) + ",1"; in _validate_property()
394 int fc = frames->get_frame_count(animation); in _notification()
503 int limit = frames->get_frame_count(animation); in set_frame()
614 set_frame(frames->get_frame_count(p_animation) - 1); in play()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DstackMapTable.hpp54 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
147 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Danimated_sprite.cpp49 int SpriteFrames::get_frame_count(const StringName &p_anim) const { in get_frame_count() function in SpriteFrames
223 ObjectTypeDB::bind_method(_MD("get_frame_count", "anim"), &SpriteFrames::get_frame_count); in _bind_methods()
298 property.hint_string = "0," + itos(frames->get_frame_count(animation) - 1) + ",1"; in _validate_property()
329 int fc = frames->get_frame_count(animation); in _notification()
442 int limit = frames->get_frame_count(animation); in set_frame()
521 …|| !frames->has_animation(animation) || frame < 0 || frame >= frames->get_frame_count(animation)) { in get_item_rect()
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Danimated_sprite.cpp49 int SpriteFrames::get_frame_count(const StringName &p_anim) const { in get_frame_count() function in SpriteFrames
223 ObjectTypeDB::bind_method(_MD("get_frame_count", "anim"), &SpriteFrames::get_frame_count); in _bind_methods()
298 property.hint_string = "0," + itos(frames->get_frame_count(animation) - 1) + ",1"; in _validate_property()
329 int fc = frames->get_frame_count(animation); in _notification()
442 int limit = frames->get_frame_count(animation); in set_frame()
521 …|| !frames->has_animation(animation) || frame < 0 || frame >= frames->get_frame_count(animation)) { in get_item_rect()
/dports/audio/exaile/exaile-4.1.1/plugins/cd/
H A D__init__.py113 def get_frame_count(self): member in _CDTrack
142 offset = track.get_frame_count()
145 frame_end = track.get_frame_count()
/dports/emulators/fuse/fuse-1.6.0/
H A Dspectrum.c107 get_frame_count( void ) in get_frame_count() function
121 frame_count_name, get_frame_count, NULL ); in spectrum_init()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp71 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
175 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp71 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapTable
175 inline int32_t get_frame_count() const { return _frame_count; } in get_frame_count() function in StackMapReader

12345678910