Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.cpp68 auto lastSample = &samples[SPLINE_TABLE_SIZE - 1]; in getTForX() local
70 for (; currentSample != lastSample && *currentSample <= aX; ++currentSample) { in getTForX()