Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.h29 #define SPLINE_TABLE_SIZE 11 macro
40 static constexpr float SAMPLE_STEP_SIZE = 1.0f / float(SPLINE_TABLE_SIZE - 1);
41 float samples[SPLINE_TABLE_SIZE];
DtvgLottieInterpolator.cpp68 auto lastSample = &samples[SPLINE_TABLE_SIZE - 1]; in getTForX()
140 for (int i = 0; i < SPLINE_TABLE_SIZE; ++i) { in set()