Lines Matching refs:LottieExpression
32 struct LottieExpression;
47 bool result(float frameNo, NumType& out, LottieExpression* exp) in result()
62 bool result(float frameNo, Point& out, LottieExpression* exp) in result()
82 bool result(float frameNo, RGB24& out, LottieExpression* exp) in result()
105 bool result(float frameNo, Fill* fill, LottieExpression* exp) in result()
118 … LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, LottieExpression* exp) in result()
140 jerry_value_t evaluate(float frameNo, LottieExpression* exp);
143 void buildComp(LottieComposition* comp, float frameNo, LottieExpression* exp);
144 void buildComp(jerry_value_t context, float frameNo, LottieLayer* comp, LottieExpression* exp);
145 void buildGlobal(LottieExpression* exp);
159 …Type> bool result(TVG_UNUSED float, TVG_UNUSED NumType&, TVG_UNUSED LottieExpression*) { return fa… in result()
160 …template<typename Property> bool result(TVG_UNUSED float, TVG_UNUSED Point&, LottieExpression*) { … in result()
161 …operty> bool result(TVG_UNUSED float, TVG_UNUSED RGB24&, TVG_UNUSED LottieExpression*) { return fa… in result()
162 …roperty> bool result(TVG_UNUSED float, TVG_UNUSED Fill*, TVG_UNUSED LottieExpression*) { return fa… in result()
163 …ndnessModifier*, TVG_UNUSED const LottieOffsetModifier*, TVG_UNUSED LottieExpression*) { return fa… in result()