BPicture: add missing WriteSetBlendingMode method.

Actual blending mode writing is still disabled for now. According to
previous commit messages it cause problems with BView::Begin/EndLayer
API.

Change-Id: Ib3c58b05a949e556e9f14a57822b20cd259e12d4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8559
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
X512
2025-03-23 10:30:14 +00:00
committed by Adrien Destugues
parent eb853f8901
commit c02537f91b
3 changed files with 23 additions and 6 deletions
@@ -42,6 +42,8 @@ public:
const join_mode& join,
const float& miterLimit);
status_t WriteSetFillRule(int32 fillRule);
status_t WriteSetBlendingMode(source_alpha srcAlpha,
alpha_function alphaFunc);
status_t WriteSetScale(const float& scale);
status_t WriteSetTransform(BAffineTransform transform);
status_t WriteTranslateBy(double x, double y);