fix xlib bustage
git-svn-id: svn://10.0.0.236/trunk@68839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3741f796af
commit
cb5a3fc0b9
@ -96,6 +96,7 @@ public:
|
||||
NS_IMETHOD Destroy();
|
||||
|
||||
NS_IMETHOD GetXHeight(nscoord& aResult);
|
||||
NS_IMETHOD GetNormalLineHeight(nscoord &);
|
||||
NS_IMETHOD GetSuperscriptOffset(nscoord& aResult);
|
||||
NS_IMETHOD GetSubscriptOffset(nscoord& aResult);
|
||||
NS_IMETHOD GetStrikeout(nscoord& aOffset, nscoord& aSize);
|
||||
|
||||
@ -105,6 +105,7 @@ class nsRenderingContextXlib : public nsIRenderingContext
|
||||
NS_IMETHOD DrawStdLine(nscoord aX0, nscoord aY0, nscoord aX1, nscoord aY1);
|
||||
|
||||
NS_IMETHOD DrawPath(nsPathPoint aPointArray[], PRInt32 aNumPts);
|
||||
NS_IMETHOD FillPath(nsPathPoint aPointArray[], PRInt32 aNumPts);
|
||||
|
||||
NS_IMETHOD FillRect(const nsRect& aRect);
|
||||
NS_IMETHOD FillRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight);
|
||||
@ -114,6 +115,7 @@ class nsRenderingContextXlib : public nsIRenderingContext
|
||||
|
||||
NS_IMETHOD DrawPolygon(const nsPoint aPoints[], PRInt32 aNumPoints);
|
||||
NS_IMETHOD FillPolygon(const nsPoint aPoints[], PRInt32 aNumPoints);
|
||||
NS_IMETHOD FillStdPolygon(const nsPoint aPoints[], PRInt32 aNumPoints);
|
||||
|
||||
NS_IMETHOD DrawEllipse(const nsRect& aRect);
|
||||
NS_IMETHOD DrawEllipse(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user