Home
last modified time | relevance | path

Searched refs:TextDoc (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.cpp61 case LottieProperty::Type::TextDoc: { in reset()
100 case LottieProperty::Type::TextDoc: { in assign()
DtvgLottieParser.cpp1192 if (KEY_AS("d")) parseProperty<LottieProperty::Type::TextDoc>(text->doc, text); in parseText()
1453 case LottieProperty::Type::TextDoc: { in apply()
1456 parseSlotProperty<LottieProperty::Type::TextDoc>(static_cast<LottieText*>(obj)->doc); in apply()
DtvgLottieProperty.h118 …ype : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDoc, Invalid }; enumerator