Searched refs:deltaB (Results 1 – 1 of 1) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwFill.cpp | 49 …oefficients(const SwFill* fill, uint32_t x, uint32_t y, float& b, float& deltaB, float& det, float… in _calculateCoefficients() argument 57 deltaB = (radial->a11 * radial->dx + radial->a21 * radial->dy) * radial->invA; in _calculateCoefficients() 64 deltaDet = 2.0f * b * deltaB + deltaB * deltaB + deltaRr + deltaDeltaRr * 0.5f; in _calculateCoefficients() 65 deltaDeltaDet = 2.0f * deltaB * deltaB + deltaDeltaRr; in _calculateCoefficients() 395 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local 396 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial() 403 b += deltaB; in fillRadial() 410 b += deltaB; in fillRadial() 430 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local 431 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial() [all …]
|