Home
last modified time | relevance | path

Searched defs:cubicTo (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgShape.h195 void cubicTo(float cx1, float cy1, float cx2, float cy2, float x, float y) in cubicTo() function
DtvgShape.cpp123 Result Shape::cubicTo(float cx1, float cy1, float cx2, float cy2, float x, float y) noexcept in cubicTo() function in Shape