Home
last modified time | relevance | path

Searched refs:scaleR (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgMath.h126 static inline void scaleR(Matrix* m, float x, float y) in scaleR() function
DtvgLottieBuilder.cpp139 scaleR(&matrix, scale.x * 0.01f, scale.y * 0.01f); in _updateTransform()