Searched defs:cubicTo (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgShape.h | 195 void cubicTo(float cx1, float cy1, float cx2, float cy2, float x, float y) in cubicTo() function
|
D | tvgShape.cpp | 123 Result Shape::cubicTo(float cx1, float cy1, float cx2, float cy2, float x, float y) noexcept in cubicTo() function in Shape
|