mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12408 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
19a962a73d
commit
61315eb5c0
1 changed files with 2 additions and 2 deletions
|
|
@ -394,7 +394,7 @@ protected:
|
|||
int style);
|
||||
virtual void FillOp(const RGBA& color1, const RGBA& color2, const Xform2D& transsrc,
|
||||
int style);
|
||||
virtual void FillOp(const Pointf& f, const RGBA& color1,
|
||||
virtual void FillOp(const Pointf& f, const RGBA& color1,
|
||||
const Pointf& c, double r, const RGBA& color2,
|
||||
int style);
|
||||
virtual void FillOp(const Pointf& f, const RGBA& color1, const RGBA& color2,
|
||||
|
|
@ -407,7 +407,7 @@ protected:
|
|||
const Pointf& p2, const RGBA& color2,
|
||||
int style);
|
||||
virtual void StrokeOp(double width, const RGBA& color1, const RGBA& color2,
|
||||
const Xform2D& transsrc,
|
||||
const Xform2D& transsrc,
|
||||
int style);
|
||||
virtual void StrokeOp(double width, const Pointf& f, const RGBA& color1,
|
||||
const Pointf& c, double r, const RGBA& color2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue