Searched refs:animatable (Results 1 – 3 of 3) sorted by relevance
53 if (!loader->animatable()) return Result::NonSupport; in frame()71 if (!loader->animatable()) return 0; in curFrame()82 if (!loader->animatable()) return 0; in totalFrame()93 if (!loader->animatable()) return 0; in duration()105 if (!loader->animatable()) return Result::NonSupport; in segment()117 if (!loader->animatable()) return Result::NonSupport; in segment()
60 virtual bool animatable() override { return true; } in animatable() function
90 virtual bool animatable() { return false; } //true if this loader supports animation. in animatable() function