Home
last modified time | relevance | path

Searched refs:is_animation (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scpui/
H A DRocketRenderingInterface.cpp90 if (geom->texture->is_animation) { in RenderCompiledGeometry()
147 tex->is_animation = true; in LoadTexture()
153 if (!tex->is_animation) { in LoadTexture()
203 if (tex->is_animation) { in ReleaseTexture()
222 if (get_texture(texture)->is_animation) { in RenderGeometry()
281 …Assertion(get_texture(handle)->is_animation, "Tried to use advanceAnimation with a non-animation!"… in advanceAnimation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/metrics/
H A Dframe_sequence_metrics.cc411 const bool is_animation = in CanReportHistogram() local
414 return is_animation || IsInteractionType(sequence_type) || in CanReportHistogram()
445 const bool is_animation = in ReportDroppedFramePercentHistogram() local
451 if (is_animation) { in ReportDroppedFramePercentHistogram()
478 if (is_animation || is_interaction) { in ReportDroppedFramePercentHistogram()
516 const bool is_animation = in ReportMissedDeadlineFramePercentHistogram() local
520 if (is_animation) { in ReportMissedDeadlineFramePercentHistogram()
541 if (is_animation || is_interaction) { in ReportMissedDeadlineFramePercentHistogram()
/dports/games/dMagnetic/dMagnetic_0.32/src/engine/linea/
H A Dgfx2loader.c36 tVM68k_bool is_animation; member
95 pGFX2->is_animation=0; in gfx2loader_loadproperties()
115 pGFX2->is_animation=1; in gfx2loader_loadproperties()
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dchafa.c1351 gboolean is_animation = FALSE; in run_magickwand() local
1421 is_animation = MagickGetNumberImages (wand) > 1 ? TRUE : FALSE; in run_magickwand()
1423 if (is_animation) in run_magickwand()
1552 if (is_animation) in run_magickwand()
1586 return is_animation; in run_magickwand()
1596 gboolean is_animation = FALSE; in run_gif() local
1712 if (is_animation) in run_gif()
1748 return is_animation; in run_gif()
1754 gboolean is_animation; in run() local
1759 return is_animation; in run()
[all …]
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dtty.c158 int is_animation) in sixel_tty_scroll() argument
211 if (is_animation) { in sixel_tty_scroll()
301 (void) is_animation; in sixel_tty_scroll()
H A Dtty.h33 int is_animation);
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dimage_tools.py110 if is_animation(src):
120 if is_animation(src):
361 def is_animation(pixbuf): function
365 if is_animation(pixbuf):
374 if is_animation(pixbuf):
402 if is_animation(pixbuf):
486 if is_animation(pixbuf):
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_opengl.c148 bool is_animation; member
720 const bool is_animation = RNA_boolean_get(op->ptr, "animation"); in screen_opengl_render_init() local
724 const eImageFormatDepth color_depth = (is_animation) ? scene->r.im_format.depth : in screen_opengl_render_init()
755 if (!is_animation && is_write_still && BKE_imtype_is_movie(scene->r.im_format.imtype)) { in screen_opengl_render_init()
794 oglrender->write_still = is_write_still && !is_animation; in screen_opengl_render_init()
795 oglrender->is_animation = is_animation; in screen_opengl_render_init()
854 if (is_animation) { in screen_opengl_render_init()
887 if (oglrender->is_animation) { in screen_opengl_render_end()
1279 const bool is_animation = RNA_boolean_get(op->ptr, "animation"); in screen_opengl_render_exec() local
1285 if (!is_animation) { /* same as invoke */ in screen_opengl_render_exec()
H A Drender_internal.c313 const bool is_animation = RNA_boolean_get(op->ptr, "animation"); in screen_render_exec() local
325 if (!is_animation && is_write_still && BKE_imtype_is_movie(scene->r.im_format.imtype)) { in screen_render_exec()
350 if (is_animation) { in screen_render_exec()
890 const bool is_animation = RNA_boolean_get(op->ptr, "animation"); in screen_render_invoke() local
915 if (!is_animation && is_write_still && BKE_imtype_is_movie(scene->r.im_format.imtype)) { in screen_render_invoke()
966 rj->anim = is_animation; in screen_render_invoke()
967 rj->write_still = is_write_still && !is_animation; in screen_render_invoke()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
341 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
444 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
467 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
599 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
618 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
642 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/www/firefox/firefox-99.0/media/libwebp/src/demux/
H A Ddemux.c313 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
345 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
448 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
473 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
605 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
624 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
648 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/demux/
H A Ddemux.c307 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
334 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
437 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
460 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
592 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
611 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
635 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/graphics/webp/libwebp-1.2.1/src/demux/
H A Ddemux.c313 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
345 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
448 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
473 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
605 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
624 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
648 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
341 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
444 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
467 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
599 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
618 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
642 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
341 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
444 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
467 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
599 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
618 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
642 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/demux/
H A Ddemux.c309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
341 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
444 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
467 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
599 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
618 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
642 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()

123