Expose trapezoids
git-svn-id: svn://10.0.0.236/trunk@27025 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ef48a43f8b
commit
5185e0d192
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user