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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user