Lines Matching refs:det

49 …onst SwFill* fill, uint32_t x, uint32_t y, float& b, float& deltaB, float& det, float& deltaDet, f…  in _calculateCoefficients()  argument
63 det = b * b + (rr - radial->fr * radial->fr) * radial->invA; in _calculateCoefficients()
395 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local
396 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial()
400 *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, alpha(cmp)); in fillRadial()
401 det += deltaDet; in fillRadial()
407 … *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
408 det += deltaDet; in fillRadial()
430 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local
431 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial()
434 *dst = op(_pixel(fill, sqrtf(det) - b), *dst, a); in fillRadial()
435 det += deltaDet; in fillRadial()
457 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local
458 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial()
461 auto src = MULTIPLY(a, A(_pixel(fill, sqrtf(det) - b))); in fillRadial()
463 det += deltaDet; in fillRadial()
486 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local
487 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial()
490 auto src = MULTIPLY(A(_pixel(fill, sqrtf(det))), a); in fillRadial()
526 float b, deltaB, det, deltaDet, deltaDeltaDet; in fillRadial() local
527 _calculateCoefficients(fill, x, y, b, deltaB, det, deltaDet, deltaDeltaDet); in fillRadial()
530 auto tmp = op(_pixel(fill, sqrtf(det) - b), *dst, 255); in fillRadial()
532 det += deltaDet; in fillRadial()
538 auto tmp = op(_pixel(fill, sqrtf(det) - b), *dst, 255); in fillRadial()
541 det += deltaDet; in fillRadial()