mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Another small fix, to take out unnessasary code.
This commit is contained in:
parent
8b581cf6f0
commit
cd511096b1
@ -188,13 +188,6 @@ public:
|
||||
PRInt32 aDX, PRInt32 aDY, PRInt32 aDWidth, PRInt32 aDHeight) = 0;
|
||||
|
||||
|
||||
/**
|
||||
* Composite this image with the passed in image using the alpha mask
|
||||
* @param aTheImage The image to blend into this image
|
||||
* @param aULLocation The upper left coordinate to place the passed in image
|
||||
*/
|
||||
virtual void CompositeImage(nsIImage *aTheImage,nsPoint *aULLocation,nsBlendQuality aQuality) = 0;
|
||||
|
||||
/**
|
||||
* Build an alpha mask using this image
|
||||
* @param aTheMaskImage The image to build the mask from
|
||||
@ -202,13 +195,6 @@ public:
|
||||
*/
|
||||
virtual PRBool SetAlphaMask(nsIImage *aTheMask) = 0;
|
||||
|
||||
/**
|
||||
* Move the alpha mask to this absolute location
|
||||
* @param the horiztonal location
|
||||
* @param the vertical location
|
||||
*/
|
||||
virtual void MoveAlphaMask(PRInt32 aX, PRInt32 aY) = 0;
|
||||
|
||||
|
||||
/**
|
||||
* Set the alpha level for the image
|
||||
|
Loading…
x
Reference in New Issue
Block a user