Lines Matching refs:skottie

13 #include "modules/skottie/include/Skottie.h"
14 #include "modules/skottie/include/SkottieProperty.h"
15 #include "modules/skottie/src/text/SkottieShaper.h"
26 using namespace skottie;
137 std::unique_ptr<skottie::ColorPropertyHandle> handle;
142 std::unique_ptr<skottie::OpacityPropertyHandle> handle;
147 std::unique_ptr<skottie::TextPropertyHandle> handle;
152 std::unique_ptr<skottie::TransformPropertyHandle> handle;
254 auto animation = skottie::Animation::Builder()
285 REPORTER_ASSERT(reporter, transforms[0].handle->get() == skottie::TransformPropertyValue({
294 REPORTER_ASSERT(reporter, transforms[1].handle->get() == skottie::TransformPropertyValue({
303 REPORTER_ASSERT(reporter, transforms[2].handle->get() == skottie::TransformPropertyValue({
315 REPORTER_ASSERT(reporter, texts[0].handle->get() == skottie::TextPropertyValue({
387 auto animation = skottie::Animation::Builder()
428 static SkRect ComputeShapeResultBounds(const skottie::Shaper::Result& res) {
470 const skottie::Shaper::TextDesc desc = {
527 skottie::Shaper::VAlign align;
530 { skottie::Shaper::VAlign::kVisualTop , 0.0f },
531 { skottie::Shaper::VAlign::kVisualCenter, 0.5f },
541 const skottie::Shaper::TextDesc desc = {
582 skottie::Shaper::TextDesc desc = {
610 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box,
675 skottie::Shaper::TextDesc desc = {
704 const auto shape_result = skottie::Shaper::Shape(SkString("foo\U000DFFFFbar"),
786 ? static_cast<uint32_t>(skottie::Animation::Builder::kDeferImageLoading)
789 skottie::Animation::Builder(flags)