Expose trapezoids

git-svn-id: svn://10.0.0.236/trunk@27025 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1999-04-10 17:30:57 +00:00
parent ef48a43f8b
commit 5185e0d192
2 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,10 @@ public:
return count;
}
const nsBandTrapezoid* GetTrapezoid(PRInt32 aIndex) const {
return &mData[aIndex];
}
// Get the number of floaters that are impacting the current
// band. Note that this value is relative to the current translation
// in the space manager which means that some floaters may be hidden

View File

@ -45,6 +45,10 @@ public:
return count;
}
const nsBandTrapezoid* GetTrapezoid(PRInt32 aIndex) const {
return &mData[aIndex];
}
// Get the number of floaters that are impacting the current
// band. Note that this value is relative to the current translation
// in the space manager which means that some floaters may be hidden