Lines Matching refs:opacity
167 ret->pImpl->opacity = opacity; in duplicate()
212 if (opacity == 0) return true; in render()
228 if (cmp) renderer->beginComposite(cmp, compData->method, compData->target->pImpl->opacity); in render()
239 …derMethod* renderer, const Matrix& pm, Array<RenderData>& clips, uint8_t opacity, RenderUpdateFlag… in update() argument
267 …ask && a == 255 && PP(shape)->opacity == 255) || (method == CompositeMethod::InvAlphaMask && (a ==… in update()
298 opacity = MULTIPLY(opacity, this->opacity); in update()
303 PAINT_METHOD(rd, update(renderer, tr.cm, clips, opacity, newFlag, clipper)); in update()
381 opacity = 255; in reset()
497 Result Paint::opacity(uint8_t o) noexcept in opacity() function in Paint
499 if (pImpl->opacity == o) return Result::Success; in opacity()
501 pImpl->opacity = o; in opacity()
508 uint8_t Paint::opacity() const noexcept in opacity() function in Paint
510 return pImpl->opacity; in opacity()