This commit is contained in:
smontagu%netscape.com 2001-11-12 21:40:03 +00:00
Родитель 34888b4517
Коммит 910530de2f
2 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -92,13 +92,13 @@ public:
* @param aRenderingContext the rendering context
* @param aTextRect contains the coordinates to render the string
*/
nsresult nsBidiPresUtils::RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
nsresult RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
private:
/**

Просмотреть файл

@ -92,13 +92,13 @@ public:
* @param aRenderingContext the rendering context
* @param aTextRect contains the coordinates to render the string
*/
nsresult nsBidiPresUtils::RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
nsresult RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
private:
/**