Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp152 auto inc = 1.0f / static_cast<float>(GRADIENT_STOP_SIZE); in _updateColorTable() local
556 float inc = (fill->linear.dx) * (GRADIENT_STOP_SIZE - 1); in fillLinear() local
630 float inc = (fill->linear.dx) * (GRADIENT_STOP_SIZE - 1); in fillLinear() local
672 float inc = (fill->linear.dx) * (GRADIENT_STOP_SIZE - 1); in fillLinear() local
719 float inc = (fill->linear.dx) * (GRADIENT_STOP_SIZE - 1); in fillLinear() local
759 float inc = (fill->linear.dx) * (GRADIENT_STOP_SIZE - 1); in fillLinear() local
DtvgSwRaster.cpp300 int32_t inc = (n / 2) + 1; in _interpDownScaler() local