Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp198 bool Paint::Impl::translate(float x, float y) in translate() function in Paint::Impl
415 Result Paint::translate(float x, float y) noexcept in translate() function in Paint
DtvgMath.h139 static inline void translate(Matrix* m, float x, float y) in translate() function