Searched refs:TextDoc (Results 1 – 3 of 3) sorted by relevance
61 case LottieProperty::Type::TextDoc: { in reset()100 case LottieProperty::Type::TextDoc: { in assign()
1192 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()
118 …ype : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDoc, Invalid }; enumerator