Home
last modified time | relevance | path

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

/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1158 XTrapezoid& rTrap = aTrapVector[ i ] ; in drawFilledTrapezoids() local
1162 rTrap.left.p1.y = rTrap.right.p1.y = rTrap.top = XDoubleToFixed( fY1 ); in drawFilledTrapezoids()
1164 rTrap.left.p2.y = rTrap.right.p2.y = rTrap.bottom = XDoubleToFixed( fY2 ); in drawFilledTrapezoids()
1168 rTrap.left.p1.x = XDoubleToFixed( fXL1 ); in drawFilledTrapezoids()
1170 rTrap.right.p1.x = XDoubleToFixed( fXR1 ); in drawFilledTrapezoids()
1172 rTrap.left.p2.x = XDoubleToFixed( fXL2 ); in drawFilledTrapezoids()
1174 rTrap.right.p2.x = XDoubleToFixed( fXR2 ); in drawFilledTrapezoids()
/aoo41x/main/vcl/aqua/source/gdi/
H A Datslayout.cxx636 const ATSTrapezoid& rTrap = aTrapezoidVector[i]; in GetTextWidth() local
637 if( (i == 0) || (nLeftBound < rTrap.lowerLeft.x) ) in GetTextWidth()
638 nLeftBound = rTrap.lowerLeft.x; in GetTextWidth()
639 if( (i == 0) || (nRightBound > rTrap.lowerRight.x) ) in GetTextWidth()
640 nRightBound = rTrap.lowerRight.x; in GetTextWidth()

Completed in 22 milliseconds