mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
unused argument
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
56ec675114
commit
edd13a1ae6
@ -313,7 +313,7 @@ unsigned XImage::ToPNG(UINT8** Data, UINTN& OutSize)
|
|||||||
* scale = 1 correspond to fill the rect with the image
|
* scale = 1 correspond to fill the rect with the image
|
||||||
* scale = 0.5 will reduce image
|
* scale = 0.5 will reduce image
|
||||||
*/
|
*/
|
||||||
unsigned XImage::FromSVG(const CHAR8 *SVGData, UINTN FileDataLength, float scale)
|
unsigned XImage::FromSVG(const CHAR8 *SVGData, float scale)
|
||||||
{
|
{
|
||||||
NSVGimage *SVGimage;
|
NSVGimage *SVGimage;
|
||||||
NSVGparser* p;
|
NSVGparser* p;
|
||||||
|
@ -85,7 +85,7 @@ public:
|
|||||||
void FlipRB(bool WantAlpha);
|
void FlipRB(bool WantAlpha);
|
||||||
unsigned FromPNG(const UINT8 * Data, UINTN Lenght);
|
unsigned FromPNG(const UINT8 * Data, UINTN Lenght);
|
||||||
unsigned ToPNG(UINT8** Data, UINTN& OutSize);
|
unsigned ToPNG(UINT8** Data, UINTN& OutSize);
|
||||||
unsigned FromSVG(const CHAR8 *SVGData, UINTN SVGDataLength, float scale);
|
unsigned FromSVG(const CHAR8 *SVGData, float scale);
|
||||||
void GetArea(const EG_RECT& Rect);
|
void GetArea(const EG_RECT& Rect);
|
||||||
void GetArea(INTN x, INTN y, UINTN W, UINTN H);
|
void GetArea(INTN x, INTN y, UINTN W, UINTN H);
|
||||||
void Draw(INTN x, INTN y, float scale);
|
void Draw(INTN x, INTN y, float scale);
|
||||||
|
Loading…
Reference in New Issue
Block a user