• Home
  • Raw
  • Download

Lines Matching refs:skottie

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