Lines Matching refs:alpha
371 …int32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cmp, SwAlpha alpha, uint8_t csize, ui… in fillRadial() argument
382 *dst = opBlendNormal(_pixel(fill, x0), *dst, alpha(cmp)); in fillRadial()
389 *dst = opBlendNormal(_pixel(fill, x0), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
400 *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, alpha(cmp)); in fillRadial()
407 … *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
550 …int32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cmp, SwAlpha alpha, uint8_t csize, ui… in fillLinear() argument
562 *dst = opBlendNormal(color, *dst, alpha(cmp)); in fillLinear()
576 *dst = opBlendNormal(_fixedPixel(fill, t2), *dst, alpha(cmp)); in fillLinear()
583 *dst = opBlendNormal(_pixel(fill, t / GRADIENT_STOP_SIZE), *dst, alpha(cmp)); in fillLinear()
593 *dst = opBlendNormal(color, *dst, MULTIPLY(alpha(cmp), opacity)); in fillLinear()
607 *dst = opBlendNormal(_fixedPixel(fill, t2), *dst, MULTIPLY(alpha(cmp), opacity)); in fillLinear()
614 … *dst = opBlendNormal(_pixel(fill, t / GRADIENT_STOP_SIZE), *dst, MULTIPLY(opacity, alpha(cmp))); in fillLinear()