Home
last modified time | relevance | path

Searched refs:rCellBox (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1207 geometry::RealRectangle2D rCellBox (rLine.maCellBoxes[ in GetCharacterBounds() local
1210 double nLeft = nX + rCellBox.X1; in GetCharacterBounds()
1211 double nRight = nX + rCellBox.X2; in GetCharacterBounds()
1218 double nTop (nY + rCellBox.Y1); in GetCharacterBounds()
1219 double nBottom (nY + rCellBox.Y2); in GetCharacterBounds()
1222 nTop = nTop - rCellBox.Y1 - mnAscent; in GetCharacterBounds()
1232 nTop = nTop - rCellBox.Y1 - mnAscent; in GetCharacterBounds()

Completed in 34 milliseconds