Lines Matching refs:opacity
129 … bool _updateColorTable(SwFill* fill, const Fill* fdata, const SwSurface* surface, uint8_t opacity) in _updateColorTable() argument
144 auto a = MULTIPLY(pColors->a, opacity); in _updateColorTable()
178 auto a2 = MULTIPLY(next->a, opacity); in _updateColorTable()
371 … uint32_t y, uint32_t x, uint32_t len, uint8_t* cmp, SwAlpha alpha, uint8_t csize, uint8_t opacity) in fillRadial() argument
379 if (opacity == 255) { in fillRadial()
389 *dst = opBlendNormal(_pixel(fill, x0), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
398 if (opacity == 255) { in fillRadial()
407 … *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
550 … uint32_t y, uint32_t x, uint32_t len, uint8_t* cmp, SwAlpha alpha, uint8_t csize, uint8_t opacity) in fillLinear() argument
558 if (opacity == 255) { 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()
828 …fill, const Fill* fdata, const Matrix& transform, SwSurface* surface, uint8_t opacity, bool ctable) in fillGenColorTable() argument
840 if (ctable) return _updateColorTable(fill, fdata, surface, opacity); in fillGenColorTable()