Definition at line 562 of file MotionMarkSlide.cpp.
◆ CanvasLinePathStage()
CanvasLinePathStage::CanvasLinePathStage |
( |
SkSize |
size | ) |
|
|
inline |
Definition at line 564 of file MotionMarkSlide.cpp.
567 }
Stage(SkSize size, int startingObjectCount, int objectIncrement)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ ~CanvasLinePathStage()
CanvasLinePathStage::~CanvasLinePathStage |
( |
| ) |
|
|
overridedefault |
◆ animate()
bool CanvasLinePathStage::animate |
( |
double |
| ) |
|
|
inlineoverridevirtual |
◆ createObject()
std::unique_ptr< MMObject > CanvasLinePathStage::createObject |
( |
| ) |
|
|
inlineoverridevirtual |
Implements Stage.
Definition at line 609 of file MotionMarkSlide.cpp.
609 {
612 } else {
616 }
617 }
std::unique_ptr< CanvasLinePoint > make_line_path(SkRandom *random, SkSize size, SkPoint *prev)
std::vector< std::unique_ptr< MMObject > > fObjects
◆ draw()
void CanvasLinePathStage::draw |
( |
SkCanvas * |
canvas | ) |
|
|
inlineoverridevirtual |
Reimplemented from Stage.
Definition at line 571 of file MotionMarkSlide.cpp.
571 {
573
576 paint.setAntiAlias(
true);
584 } else {
585 object->append(¤tPath);
586
589
594 }
595
597 object->toggleIsSplit();
598 }
599 }
600 }
602 }
constexpr SkColor SK_ColorWHITE
void clear(SkColor color)
void drawPath(const SkPath &path, const SkPaint &paint)
@ kStroke_Style
set to stroke geometry
SkPath & moveTo(SkScalar x, SkScalar y)
The documentation for this class was generated from the following file: