Searched defs:det (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwFill.cpp | 49 …s(const SwFill* fill, uint32_t x, uint32_t y, float& b, float& deltaB, float& det, float& deltaDet… in _calculateCoefficients() 395 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local 430 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local 457 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local 486 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local 526 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local
|
D | tvgMath.cpp | 122 auto det = m->e11 * (m->e22 * m->e33 - m->e32 * m->e23) - in inverse() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 421 …int32_t det = lv_sqr(b >> 4) - (a4 * (c >> 4)); /* b^2 shifted down by 2*4=8, 4ac shifted down… in lv_gradient_radial_get_line() local
|