Home
last modified time | relevance | path

Searched refs:TexginePath (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path.cpp21 std::shared_ptr<RSPath> TexginePath::GetPath() const in GetPath()
26 void TexginePath::SetPath(const std::shared_ptr<RSPath> path) in SetPath()
31 TexginePath &TexginePath::AddOval(const TexgineRect &oval, TexginePathDirection dir) in AddOval()
39 TexginePath &TexginePath::MoveTo(const TexginePoint &p) in MoveTo()
47 TexginePath &TexginePath::QuadTo(const TexginePoint &p1, const TexginePoint &p2) in QuadTo()
57 TexginePath &TexginePath
[all...]
H A Dtexgine_path.h38 class TexginePath { class
41 * @brief Returns the SkPath that user sets to TexginePath or TexginePath`s own SkPath
46 * @brief Sets SkPath to TexginePath
57 TexginePath &AddOval(const TexgineRect &oval, TexginePathDirection dir = TexginePathDirection::K_CW);
64 TexginePath &MoveTo(const TexginePoint &p);
71 TexginePath &QuadTo(const TexginePoint &p1, const TexginePoint &p2);
77 TexginePath &LineTo(const TexginePoint &p);
H A Dtexgine_path_1d_path_effect.h44 static std::shared_ptr<TexginePathEffect> Make(const TexginePath& path, float advance, float phase, Style style);
H A Dtexgine_path_1d_path_effect.cpp21 std::shared_ptr<TexginePathEffect> TexginePath1DPathEffect::Make(const TexginePath &path, in Make()

Completed in 1 milliseconds