Lines Matching refs:Property
46 template<typename Property, typename NumType>
54 … } else if (auto prop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result()
61 template<typename Property>
67 if (auto prop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result()
81 template<typename Property>
87 if (auto color = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result()
104 template<typename Property>
110 if (auto colorStop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result()
117 template<typename Property>
123 if (auto pathset = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result()
159 …template<typename Property, typename NumType> bool result(TVG_UNUSED float, TVG_UNUSED NumType&, T… in result()
160 …template<typename Property> bool result(TVG_UNUSED float, TVG_UNUSED Point&, LottieExpression*) { … in result()
161 …template<typename Property> bool result(TVG_UNUSED float, TVG_UNUSED RGB24&, TVG_UNUSED LottieExpr… in result()
162 …template<typename Property> bool result(TVG_UNUSED float, TVG_UNUSED Fill*, TVG_UNUSED LottieExpre… in result()
163 …template<typename Property> bool result(TVG_UNUSED float, TVG_UNUSED Array<PathCommand>&, TVG_UNUS… in result()