Home
last modified time | relevance | path

Searched refs:DrawSkottie (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dskia_vector_animation.cc209 canvas->DrawSkottie(skottie(), gfx::Rect(size), t); in PaintFrame()
H A Dcanvas.h363 void DrawSkottie(scoped_refptr<cc::SkottieWrapper> skottie,
H A Dcanvas.cc430 void Canvas::DrawSkottie(scoped_refptr<cc::SkottieWrapper> skottie, in DrawSkottie() function in gfx::Canvas
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dskia_vector_animation.cc206 canvas->DrawSkottie(skottie(), gfx::Rect(size), t); in PaintFrame()
H A Dcanvas.h360 void DrawSkottie(scoped_refptr<cc::SkottieWrapper> skottie,
H A Dcanvas.cc394 void Canvas::DrawSkottie(scoped_refptr<cc::SkottieWrapper> skottie, in DrawSkottie() function in gfx::Canvas
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dsolid_color_analyzer.cc294 case PaintOpType::DrawSkottie: in DetermineIfSolidColor()
H A Dpaint_op_buffer.h90 DrawSkottie, enumerator
738 static constexpr PaintOpType kType = PaintOpType::DrawSkottie;
H A Dpaint_op_buffer_unittest.cc1732 case PaintOpType::DrawSkottie: in PushTestOps()
1785 GetParamType() != PaintOpType::DrawSkottie; in IsTypeSupported()
3371 ASSERT_TRUE(op->GetType() == PaintOpType::DrawSkottie); in TEST()
H A Dpaint_op_buffer.cc277 case PaintOpType::DrawSkottie: in PaintOpTypeToString()
2263 case PaintOpType::DrawSkottie: { in GetBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dsolid_color_analyzer.cc294 case PaintOpType::DrawSkottie: in DetermineIfSolidColor()
H A Dpaint_op_buffer.h98 DrawSkottie, enumerator
765 static constexpr PaintOpType kType = PaintOpType::DrawSkottie;
H A Dpaint_op_buffer_unittest.cc1737 case PaintOpType::DrawSkottie: in PushTestOps()
1790 GetParamType() != PaintOpType::DrawSkottie; in IsTypeSupported()
3423 ASSERT_TRUE(op->GetType() == PaintOpType::DrawSkottie); in TEST()
H A Dpaint_op_buffer.cc282 case PaintOpType::DrawSkottie: in PaintOpTypeToString()
2298 case PaintOpType::DrawSkottie: { in GetBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dpaint_op_helper.h148 case PaintOpType::DrawSkottie: { in ToString()