Home
last modified time | relevance | path

Searched refs:SkottieWrapper (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dskottie_wrapper.cc14 scoped_refptr<SkottieWrapper> SkottieWrapper::CreateSerializable( in CreateSerializable()
16 return base::WrapRefCounted<SkottieWrapper>( in CreateSerializable()
17 new SkottieWrapper(std::move(data))); in CreateSerializable()
21 scoped_refptr<SkottieWrapper> SkottieWrapper::CreateNonSerializable( in CreateNonSerializable()
23 return base::WrapRefCounted<SkottieWrapper>(new SkottieWrapper(data)); in CreateNonSerializable()
26 SkottieWrapper::SkottieWrapper(base::span<const uint8_t> data) in SkottieWrapper() function in cc::SkottieWrapper
32 SkottieWrapper::SkottieWrapper(std::vector<uint8_t> data) in SkottieWrapper() function in cc::SkottieWrapper
39 SkottieWrapper::~SkottieWrapper() = default;
41 void SkottieWrapper::Draw(SkCanvas* canvas, float t, const SkRect& rect) { in Draw()
47 base::span<const uint8_t> SkottieWrapper::raw_data() const { in raw_data()
H A Dskottie_wrapper.h23 class CC_PAINT_EXPORT SkottieWrapper
24 : public base::RefCountedThreadSafe<SkottieWrapper> {
28 static scoped_refptr<SkottieWrapper> CreateSerializable(
32 static scoped_refptr<SkottieWrapper> CreateNonSerializable(
35 SkottieWrapper(const SkottieWrapper&) = delete;
37 SkottieWrapper& operator=(const SkottieWrapper&) = delete;
54 friend class base::RefCountedThreadSafe<SkottieWrapper>;
56 explicit SkottieWrapper(base::span<const uint8_t> data);
57 explicit SkottieWrapper(std::vector<uint8_t> data);
59 ~SkottieWrapper();
H A Dskottie_transfer_cache_entry.h14 class SkottieWrapper; variable
22 scoped_refptr<SkottieWrapper> skottie);
32 scoped_refptr<SkottieWrapper> skottie_;
46 const scoped_refptr<SkottieWrapper>& skottie() const { return skottie_; } in skottie()
49 scoped_refptr<SkottieWrapper> skottie_;
H A Dskottie_transfer_cache_entry.cc14 scoped_refptr<SkottieWrapper> skottie) in ClientSkottieTransferCacheEntry()
44 skottie_ = SkottieWrapper::CreateNonSerializable(data); in Deserialize()
H A Dskottie_transfer_cache_entry_unittest.cc55 scoped_refptr<SkottieWrapper> skottie = in TEST()
56 SkottieWrapper::CreateSerializable(std::move(a_data)); in TEST()
H A Dpaint_canvas.h26 class SkottieWrapper; variable
158 virtual void drawSkottie(scoped_refptr<SkottieWrapper> skottie,
H A Dpaint_op_reader.h24 class SkottieWrapper; variable
81 void Read(scoped_refptr<SkottieWrapper>* skottie);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dskottie_wrapper.cc14 scoped_refptr<SkottieWrapper> SkottieWrapper::CreateSerializable( in CreateSerializable()
16 return base::WrapRefCounted<SkottieWrapper>( in CreateSerializable()
17 new SkottieWrapper(std::move(data))); in CreateSerializable()
21 scoped_refptr<SkottieWrapper> SkottieWrapper::CreateNonSerializable( in CreateNonSerializable()
23 return base::WrapRefCounted<SkottieWrapper>(new SkottieWrapper(data)); in CreateNonSerializable()
26 SkottieWrapper::SkottieWrapper(base::span<const uint8_t> data) in SkottieWrapper() function in cc::SkottieWrapper
32 SkottieWrapper::SkottieWrapper(std::vector<uint8_t> data) in SkottieWrapper() function in cc::SkottieWrapper
39 SkottieWrapper::~SkottieWrapper() = default;
41 void SkottieWrapper::Draw(SkCanvas* canvas, float t, const SkRect& rect) { in Draw()
47 base::span<const uint8_t> SkottieWrapper::raw_data() const { in raw_data()
H A Dskottie_wrapper.h23 class CC_PAINT_EXPORT SkottieWrapper
24 : public base::RefCountedThreadSafe<SkottieWrapper> {
28 static scoped_refptr<SkottieWrapper> CreateSerializable(
32 static scoped_refptr<SkottieWrapper> CreateNonSerializable(
35 SkottieWrapper(const SkottieWrapper&) = delete;
37 SkottieWrapper& operator=(const SkottieWrapper&) = delete;
54 friend class base::RefCountedThreadSafe<SkottieWrapper>;
56 explicit SkottieWrapper(base::span<const uint8_t> data);
57 explicit SkottieWrapper(std::vector<uint8_t> data);
59 ~SkottieWrapper();
H A Dskottie_transfer_cache_entry.h14 class SkottieWrapper; variable
22 scoped_refptr<SkottieWrapper> skottie);
32 scoped_refptr<SkottieWrapper> skottie_;
45 const scoped_refptr<SkottieWrapper>& skottie() const { return skottie_; } in skottie()
48 scoped_refptr<SkottieWrapper> skottie_;
H A Dskottie_transfer_cache_entry.cc12 scoped_refptr<SkottieWrapper> skottie) in ClientSkottieTransferCacheEntry()
42 skottie_ = SkottieWrapper::CreateNonSerializable(data); in Deserialize()
H A Dskottie_transfer_cache_entry_unittest.cc55 scoped_refptr<SkottieWrapper> skottie = in TEST()
56 SkottieWrapper::CreateSerializable(std::move(a_data)); in TEST()
H A Dpaint_canvas.h26 class SkottieWrapper; variable
163 virtual void drawSkottie(scoped_refptr<SkottieWrapper> skottie,
H A Dpaint_op_reader.h19 class SkottieWrapper; variable
75 void Read(scoped_refptr<SkottieWrapper>* skottie);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dskia_vector_animation.h20 class SkottieWrapper; variable
87 explicit SkiaVectorAnimation(scoped_refptr<cc::SkottieWrapper> skottie);
144 scoped_refptr<cc::SkottieWrapper> skottie() const { return skottie_; } in skottie()
237 scoped_refptr<cc::SkottieWrapper> skottie_;
H A Dcanvas.h24 class SkottieWrapper; variable
363 void DrawSkottie(scoped_refptr<cc::SkottieWrapper> skottie,
H A Dskia_vector_animation_unittest.cc105 skottie_ = cc::SkottieWrapper::CreateNonSerializable( in SetUp()
193 scoped_refptr<cc::SkottieWrapper> skottie_;
203 skottie_ = cc::SkottieWrapper::CreateNonSerializable( in TEST_F()
212 skottie_ = cc::SkottieWrapper::CreateNonSerializable( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dskia_vector_animation.h20 class SkottieWrapper; variable
87 explicit SkiaVectorAnimation(scoped_refptr<cc::SkottieWrapper> skottie);
144 scoped_refptr<cc::SkottieWrapper> skottie() const { return skottie_; } in skottie()
236 scoped_refptr<cc::SkottieWrapper> skottie_;
H A Dcanvas.h24 class SkottieWrapper; variable
360 void DrawSkottie(scoped_refptr<cc::SkottieWrapper> skottie,
H A Dskia_vector_animation_unittest.cc105 skottie_ = cc::SkottieWrapper::CreateNonSerializable( in SetUp()
191 scoped_refptr<cc::SkottieWrapper> skottie_;
201 skottie_ = cc::SkottieWrapper::CreateNonSerializable( in TEST_F()
209 skottie_ = cc::SkottieWrapper::CreateNonSerializable( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura_extra/
H A Dskia_vector_resource.cc28 using VectorAssetCache = std::map<int, scoped_refptr<cc::SkottieWrapper>>;
72 cc::SkottieWrapper::CreateSerializable(std::move(uncompressed_bytes)); in GetVectorAnimationNamed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura_extra/
H A Dskia_vector_resource.cc28 using VectorAssetCache = std::map<int, scoped_refptr<cc::SkottieWrapper>>;
72 cc::SkottieWrapper::CreateSerializable(std::move(uncompressed_bytes)); in GetVectorAnimationNamed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dskia_common.h30 class SkottieWrapper; variable
76 scoped_refptr<SkottieWrapper> CreateSkottie(const gfx::Size& size,
H A Dskia_common.cc210 scoped_refptr<SkottieWrapper> CreateSkottie(const gfx::Size& size, in CreateSkottie()
232 return SkottieWrapper::CreateNonSerializable( in CreateSkottie()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/test/
H A Dmock_paint_canvas.h14 class SkottieWrapper; variable
81 void(scoped_refptr<cc::SkottieWrapper> skottie,

12