Home
last modified time | relevance | path

Searched refs:Gif_ImageCount (Results 1 – 18 of 18) sorted by relevance

/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dxmj3ts.cc29 for (int i = 0; i < Gif_ImageCount(_gfs); i++) { in ~Xmj3Tileset()
171 Vector<short> genericity(Gif_ImageCount(_gfs), NPICTURES + 1); in initialize_images()
173 for (int imagei = 0; imagei < Gif_ImageCount(_gfs); imagei++) { in initialize_images()
188 _images.assign(Gif_ImageCount(_gfs), None); in initialize_images()
189 _masks.assign(Gif_ImageCount(_gfs), None); in initialize_images()
H A Dgmjts.cc52 if (_gfs == 0 || Gif_ImageCount(_gfs) != 1) { in check_images()
H A Dkdets.cc69 if (_gfs == 0 || Gif_ImageCount(_gfs) != 1) { in check_images()
H A Dmain.cc422 if (gfs && !tileset && Gif_ImageCount(gfs) > 1) in load_tileset()
497 if (gfs && Gif_ImageCount(gfs) == 0) { in load_background()
H A Dkmjts.cc57 if (_gfs == 0 || Gif_ImageCount(_gfs) != 1) { in check_images()
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dsupport.c514 frame_spec_1 = frame_spec_2 = Gif_ImageCount(input) + strtol(c, &c, 10); in parse_frame_spec()
517 Gif_ImageCount(input)) : 0; in parse_frame_spec()
527 frame_spec_2 = Gif_ImageCount(input) + strtol(c, &c, 10); in parse_frame_spec()
529 frame_spec_2 = Gif_ImageCount(input) - 1; in parse_frame_spec()
551 && frame_spec_2 < Gif_ImageCount(input)) in parse_frame_spec()
564 Gif_ImageCount(input)); in parse_frame_spec()
H A Dgifview.c437 viewer->nim = Gif_ImageCount(gfs); in new_viewer()
513 if (!gfs || Gif_ImageCount(gfs) == 0) { in get_input_stream()
929 if ((!viewer->animating && Gif_ImageCount(viewer->gfs) > 1) in view_frame()
984 viewer->can_animate = Gif_ImageCount(viewer->gfs) > 1; in input_stream_done()
H A Dgif.h76 #define Gif_ImageCount(gfs) ((gfs)->nimages) macro
H A Dgifsicle.c507 if (!gfs || (Gif_ImageCount(gfs) == 0 && gfs->errors > 0)) { in input_stream()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dsupport.c583 frame_spec_1 = frame_spec_2 = Gif_ImageCount(input) + strtol(c, &c, 10); in parse_frame_spec()
592 frame_spec_2 = Gif_ImageCount(input) + strtol(c, &c, 10); in parse_frame_spec()
594 frame_spec_2 = Gif_ImageCount(input) - 1; in parse_frame_spec()
615 if (frame_spec_1 >= 0 && frame_spec_1 < Gif_ImageCount(input) in parse_frame_spec()
616 && frame_spec_2 >= 0 && frame_spec_2 < Gif_ImageCount(input)) in parse_frame_spec()
621 …lp_OptionError(clp, "frame %<#%s%> out of range, image has %d frames", arg, Gif_ImageCount(input)); in parse_frame_spec()
H A Dgifsicle.c743 if ((!gfs || (Gif_ImageCount(gfs) == 0 && gfs->errors > 0)) in input_stream()
750 if (!gfs || (Gif_ImageCount(gfs) == 0 && gfs->errors > 0)) { in input_stream()
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dsupport.c583 frame_spec_1 = frame_spec_2 = Gif_ImageCount(input) + strtol(c, &c, 10); in parse_frame_spec()
592 frame_spec_2 = Gif_ImageCount(input) + strtol(c, &c, 10); in parse_frame_spec()
594 frame_spec_2 = Gif_ImageCount(input) - 1; in parse_frame_spec()
615 if (frame_spec_1 >= 0 && frame_spec_1 < Gif_ImageCount(input) in parse_frame_spec()
616 && frame_spec_2 >= 0 && frame_spec_2 < Gif_ImageCount(input)) in parse_frame_spec()
621 …lp_OptionError(clp, "frame %<#%s%> out of range, image has %d frames", arg, Gif_ImageCount(input)); in parse_frame_spec()
H A Dgifview.c471 viewer->nim = Gif_ImageCount(gfs); in new_viewer()
554 if (!gfs || Gif_ImageCount(gfs) == 0) { in get_input_stream()
1021 if ((!viewer->animating && Gif_ImageCount(viewer->gfs) > 1) in view_frame()
1077 viewer->can_animate = Gif_ImageCount(viewer->gfs) > 1; in input_stream_done()
H A Dgifsicle.c739 if ((!gfs || (Gif_ImageCount(gfs) == 0 && gfs->errors > 0)) in input_stream()
746 if (!gfs || (Gif_ImageCount(gfs) == 0 && gfs->errors > 0)) { in input_stream()
/dports/deskutils/xwrits/xwrits-2.26/include/lcdfgif/
H A Dgif.h68 #define Gif_ImageCount(gfs) ((gfs)->nimages) macro
/dports/games/xmahjongg/xmahjongg-3.7/include/lcdfgif/
H A Dgif.h73 #define Gif_ImageCount(gfs) ((gfs)->nimages) macro
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/include/lcdfgif/
H A Dgif.h71 #define Gif_ImageCount(gfs) ((gfs)->nimages) macro
/dports/graphics/gifsicle/gifsicle-1.93/include/lcdfgif/
H A Dgif.h71 #define Gif_ImageCount(gfs) ((gfs)->nimages) macro