mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Implement GetIsRowOrderTopToBottom(); declare mIsTopToBottom member variable
This commit is contained in:
parent
7ae2664dc2
commit
778190028f
@ -38,6 +38,7 @@ public:
|
||||
virtual PRInt32 GetWidth() { return mWidth; }
|
||||
virtual PRUint8* GetBits() ; //{ return mImageBits; }
|
||||
virtual void* GetBitInfo() { return nsnull; }
|
||||
virutal PRBool GetIsRowOrderTopToBottom() { return mIsTopToBottom; }
|
||||
virtual PRInt32 GetLineStride() {return mRowBytes; }
|
||||
NS_IMETHOD Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface, PRInt32 aX, PRInt32 aY, PRInt32 aWidth, PRInt32 aHeight);
|
||||
NS_IMETHOD Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface, PRInt32 aSX, PRInt32 aSY, PRInt32 aSWidth, PRInt32 aSHeight,
|
||||
@ -90,6 +91,7 @@ private:
|
||||
|
||||
// alpha layer members
|
||||
BitMap *mAlphaPix; // the alpha level pixel map
|
||||
PRBook mIsTopToBottom;
|
||||
PRUint8 *mAlphaBits; // the bits to set for the mask
|
||||
PRInt32 mARowBytes; // rowbytes for the alpha layer
|
||||
PRInt8 mAlphaDepth; // alpha layer depth
|
||||
|
Loading…
x
Reference in New Issue
Block a user