Home
last modified time | relevance | path

Searched refs:aTR (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx68 …Point aTL(2, 1), aTR(42,1), aBL(2, 41), aBR(42, 41), aHL(2,21), aHR(42, 21), aVT(22,1), aVB(22, 41… in UpdateCellBorder() local
82 pBmpAcc->DrawLine( aTR,aBR ); in UpdateCellBorder()
84 pMskAcc->DrawLine( aTR,aBR ); in UpdateCellBorder()
88 pBmpAcc->DrawLine( aTL,aTR ); in UpdateCellBorder()
90 pMskAcc->DrawLine( aTL,aTR ); in UpdateCellBorder()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx2092 SalTwoRect aTR; in ImplBlend() local
2093 aTR.mnSrcX = aBmpRect.Left(); in ImplBlend()
2094 aTR.mnSrcY = aBmpRect.Top(); in ImplBlend()
2095 aTR.mnSrcWidth = aBmpRect.GetWidth(); in ImplBlend()
2096 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend()
2097 aTR.mnDestX = nOffX; in ImplBlend()
2098 aTR.mnDestY = nOffY; in ImplBlend()
2099 aTR.mnDestWidth = aOutSz.Width(); in ImplBlend()
2100 aTR.mnDestHeight= aOutSz.Height(); in ImplBlend()
2103 bFastBlend = ImplFastBitmapBlending( *pB,*pP,*pA, aTR ); in ImplBlend()
[all …]
/trunk/main/tools/source/generic/
H A Dpoly.cxx462 const Point aTR( aRect.Right() - nHorzRound, aRect.Top() + nVertRound ); in Polygon() local
474 ( pDstAry[ i ] = pSrcAry[ i ] ) += aTR; in Polygon()
H A Dline.cxx133 const Point aTL( rRect.TopLeft() ), aTR( rRect.TopRight() ); in Intersection() local
138 if( Intersection( Line( aTL, aTR ), *pCurIntersection ) ) in Intersection()
141 if( Intersection( Line( aTR, aBR ), *pCurIntersection ) ) in Intersection()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx217 Point aTR = aOuter.TopRight(); in GetTrackPosPixel() local
228 aPos = aRect.TopRight() - aTR; in GetTrackPosPixel()
231 aPos.X() = aRect.Right() - aTR.X(); in GetTrackPosPixel()

Completed in 44 milliseconds