Lines Matching defs:SimpleSlottableTextProperty
58 struct SimpleSlottableTextProperty { struct
59 sk_sp<SkTypeface> typeface;
60 std::string text;
62 float textSize;
63 float minTextSize;
64 float maxTextSize;
65 float strokeWidth;
66 float lineHeight;
67 float lineShift;
68 float ascent;
69 float maxLines;
71 para::TextAlign horizAlign;
72 skottie::Shaper::VAlign vertAlign;
73 skottie::Shaper::ResizePolicy resize;
74 SkUnicode::LineBreakType lineBreak;
75 para::TextDirection direction;
76 SkPaint::Join strokeJoin;
78 WASMPointerF32 boundingBoxPtr;
79 WASMPointerF32 fillColorPtr;
80 WASMPointerF32 strokeColorPtr;
82 operator skottie::TextPropertyValue() const { in operator skottie::TextPropertyValue()