Home
last modified time | relevance | path

Searched refs:isAnimatable (Results 1 – 13 of 13) sorted by relevance

/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/layout/demo/
H A DJGraphLayoutMorphingManager.java121 protected boolean isAnimatable(Object cell) { in isAnimatable() method in JGraphLayoutMorphingManager
146 if (!isAnimatable(cell)) in initialize()
244 if (isAnimatable(cell)) { in updateCell()
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/app/components/tab-nav/
H A Dindex.hbs11 class={{concat 'tab-nav' (if isAnimatable ' animatable' '')}}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/ui-v2/app/components/tab-nav/
H A Dindex.hbs4 class={{concat 'tab-nav' (if isAnimatable ' animatable' '')}}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/tab-nav/
H A Dindex.hbs11 class={{concat 'tab-nav' (if isAnimatable ' animatable' '')}}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/tab-nav/
H A Dindex.hbs11 class={{concat 'tab-nav' (if isAnimatable ' animatable' '')}}
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dttonecurveparam.h77 bool isAnimatable() const override { return true; }; in isAnimatable() function
H A Dtdoubleparam.h142 bool isAnimatable() const override { return true; } in isAnimatable() function
H A Dtparam.h114 virtual bool isAnimatable() const = 0;
H A Dtspectrumparam.h72 bool isAnimatable() const override { return true; } in isAnimatable() function
H A Dtparamset.h79 bool isAnimatable() const override { return true; } in isAnimatable() function
H A Dtnotanimatableparam.h161 bool isAnimatable() const override { return false; } in isAnimatable() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzbase/
H A Dtfxutil.cpp138 if (param->isAnimatable()) { in getKeyframeStatus()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dkeyframenavigator.cpp572 if (param->isAnimatable()) { in isFullKeyframe()
595 if (!param->isAnimatable()) continue; in toggle()