Home
last modified time | relevance | path

Searched refs:pathCommands (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgShape.cpp78 uint32_t Shape::pathCommands(const PathCommand** cmds) const noexcept in pathCommands() function in Shape
Dthorvg.h1126 uint32_t pathCommands(const PathCommand** cmds) const noexcept;
DtvgCapi.cpp354 *cnt = reinterpret_cast<const Shape*>(paint)->pathCommands((const PathCommand**)cmds); in tvg_shape_get_path_commands()