Home
last modified time | relevance | path

Searched refs:parseSlotProperty (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.h76 …ieProperty::Type type = LottieProperty::Type::Invalid, typename T> void parseSlotProperty(T& prop);
DtvgLottieParser.cpp363 void LottieParser::parseSlotProperty(T& prop) in parseSlotProperty() function in LottieParser
1444parseSlotProperty<LottieProperty::Type::ColorStop>(static_cast<LottieGradient*>(obj)->colorStops); in apply()
1450 parseSlotProperty<LottieProperty::Type::Color>(static_cast<LottieSolid*>(obj)->color); in apply()
1456 parseSlotProperty<LottieProperty::Type::TextDoc>(static_cast<LottieText*>(obj)->doc); in apply()