Home
last modified time | relevance | path

Searched refs:nDY (Results 1 – 25 of 62) sorted by last modified time

123

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3144 int nDY = aRect.bottom-aRect.top; in SnapShot() local
3146 HBITMAP hBmpBitmap = CreateCompatibleBitmap( hDC, nDX, nDY ); in SnapShot()
3150 bRet = BitBlt( hBmpDC, 0, 0, nDX, nDY, hDC, 0, 0, SRCCOPY ) ? TRUE : FALSE; in SnapShot()
4706 int nDY; in ImplHandleMinMax() local
4707 ImplSalCalcFullScreenSize( pFrame, nX, nY, nDX, nDY ); in ImplHandleMinMax()
4716 if ( pMinMax->ptMaxSize.y < nDY ) in ImplHandleMinMax()
4717 pMinMax->ptMaxSize.y = nDY; in ImplHandleMinMax()
4720 if ( pMinMax->ptMaxTrackSize.y < nDY ) in ImplHandleMinMax()
4721 pMinMax->ptMaxTrackSize.y = nDY; in ImplHandleMinMax()
4724 pMinMax->ptMinTrackSize.y = nDY; in ImplHandleMinMax()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx681 SalBitmap* WinSalGraphics::getBitmap( long nX, long nY, long nDX, long nDY ) in getBitmap() argument
688 nDY = labs( nDY ); in getBitmap()
691 HBITMAP hBmpBitmap = CreateCompatibleBitmap( hDC, nDX, nDY ); in getBitmap()
696 …bRet = BitBlt( hBmpDC, 0, 0, (int) nDX, (int) nDY, hDC, (int) nX, (int) nY, SRCCOPY ) ? TRUE : FAL… in getBitmap()
H A Dsalnativewidgets-luna.cxx1035 long nDY = ((rc.bottom - rc.top + 1) - aRect.GetHeight()) / 2; in ImplDrawNativeControl() local
1036 rc.top += nDY; in ImplDrawNativeControl()
H A Dsalvd.cxx39 static HBITMAP ImplCreateVirDevBitmap( HDC hDC, long nDX, long nDY, in ImplCreateVirDevBitmap() argument
46 hBitmap = CreateBitmap( (int)nDX, (int)nDY, 1, 1, NULL ); in ImplCreateVirDevBitmap()
56 aBitmapInfo.bmiHeader.biHeight = nDY; in ImplCreateVirDevBitmap()
79 long nDX, long nDY, in CreateVirtualDevice() argument
102 nDX, nDY, nBitCount ); in CreateVirtualDevice()
228 sal_Bool WinSalVirtualDevice::SetSize( long nDX, long nDY ) in SetSize() argument
234 HBITMAP hNewBmp = ImplCreateVirDevBitmap( getHDC(), nDX, nDY, in SetSize()
/aoo41x/main/vcl/unx/headless/
H A Dsvpinst.cxx262 long nDX, long nDY, in CreateVirtualDevice() argument
266 pNew->SetSize( nDX, nDY ); in CreateVirtualDevice()
H A Dsvpinst.hxx144 long nDX, long nDY,
H A Dsvppspgraphics.cxx333 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() argument
335 m_pPrinterGfx->DrawRect (Rectangle(Point(nX, nY), Size(nDX, nDY))); in drawRect()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx198 PrinterGfx::UnionClipRegion (sal_Int32 nX,sal_Int32 nY,sal_Int32 nDX,sal_Int32 nDY) in UnionClipRegion() argument
200 if( nDX && nDY ) in UnionClipRegion()
201 maClipRegion.push_back (Rectangle(Point(nX,nY ), Size(nDX,nDY))); in UnionClipRegion()
256 int nDX = -65536, nDY = 65536; in JoinVerticalClipRectangles() local
274 (double)nNewDY/(double)nNewDX == (double)nDY/(double)nDX ) in JoinVerticalClipRectangles()
283 nDY = 65536; in JoinVerticalClipRectangles()
297 (double)nNewDY/(double)nNewDX == (double)nDY/(double)nDX ) in JoinVerticalClipRectangles()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx399 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() argument
401 m_pPrinterGfx->DrawRect (Rectangle(Point(nX, nY), Size(nDX, nDY))); in drawRect()
H A Dsalgdi.cxx828 void X11SalGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() argument
835 nX, nY, nDX, nDY ); in drawRect()
842 nX, nY, nDX-1, nDY-1 ); in drawRect()
H A Dsalgdi2.cxx263 unsigned int &nDY, in Clip() argument
287 nDY -= aRect.y - nY; in Clip()
300 unsigned int &nDY, in Clip() argument
342 unsigned int &nDY, in SetMask() argument
379 nDX, nDY ); in SetMask()
1015 if ( nDY < 0 ) in getBitmap()
1017 nY += nDY; in getBitmap()
1018 nDY = -nDY; in getBitmap()
1040 nDY += nY; in getBitmap()
1053 nDY = nOrgDY; in getBitmap()
[all …]
H A Dsalvd.cxx44 long nDX, long nDY, in CreateVirtualDevice() argument
67 nDY = (long)h; in CreateVirtualDevice()
68 …if( !pVDev->Init( GetX11SalData()->GetDisplay(), nDX, nDY, nBitCount, nScreen, pData->hDrawable, p… in CreateVirtualDevice()
74 else if( !pVDev->Init( GetX11SalData()->GetDisplay(), nDX, nDY, nBitCount, in CreateVirtualDevice()
132 long nDX, long nDY, in Init() argument
160 nDY_ = nDY; in Init()
217 sal_Bool X11SalVirtualDevice::SetSize( long nDX, long nDY ) in SetSize() argument
229 nDY < 0 || nDY > 65535 ) in SetSize()
233 if( !nDY ) nDY = 1; in SetSize()
237 nDX, nDY, nDepth_ ); in SetSize()
[all …]
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx672 long nDY = pWin->mnDY; in ImplDrawBorder() local
684 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-1, nDY-2 ) ); in ImplDrawBorder()
686 pWin->DrawLine( Point( 0, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
702 pWin->DrawLine( Point( 0, 0 ), Point( 0, nDY-1 ) ); in ImplDrawBorder()
703 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-1, nDY-2 ) ); in ImplDrawBorder()
705 pWin->DrawLine( Point( 1, 1 ), Point( 1, nDY-3 ) ); in ImplDrawBorder()
706 pWin->DrawLine( Point( 0, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
713 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-2, nDY-2 ) ); in ImplDrawBorder()
716 pWin->DrawLine( Point( 0, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
726 pWin->DrawLine( Point( nDX-2, 0 ), Point( nDX-2, nDY-1 ) ); in ImplDrawBorder()
[all …]
H A Dsplitwin.cxx178 long nDY = pWin->mnDY; in ImplDrawBorder() local
184 Rectangle aRect( aTmpPoint, Size( nDX, nDY ) ); in ImplDrawBorder()
227 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-1, nDY-2 ) ); in ImplDrawBorder()
232 pWin->DrawLine( Point( 0, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
253 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-1, nDY-2 ) ); in ImplDrawBorder()
258 pWin->DrawLine( Point( 1, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
265 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-2, nDY-2 ) ); in ImplDrawBorder()
270 pWin->DrawLine( Point( 0, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
283 long nDY = pWin->mnDY; in ImplDrawBorderLine() local
302 …pWin->DrawLine( Point( 0, nDY-SPLITWIN_SPLITSIZEEXLN-1 ), Point( nDX-3, nDY-SPLITWIN_SPLITSIZEEXLN… in ImplDrawBorderLine()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dprint3.cxx1016 long nDY = (aPaperSize.Height() - aPageSize.aSize.Height()) / 2; in getFilteredPageFile() local
1017 …o_rMtf.Move( nDX, nDY, mpImplData->mpPrinter->ImplGetDPIX(), mpImplData->mpPrinter->ImplGetDPIY() … in getFilteredPageFile()
H A Dregionband.cxx490 const long nDY = labs( rEndPt.Y() - rStartPt.Y() ); in InsertLine() local
498 if ( nDX >= nDY ) in InsertLine()
500 const long nDYX = ( nDY - nDX ) << 1; in InsertLine()
501 const long nDY2 = nDY << 1; in InsertLine()
516 const long nDYX = ( nDX - nDY ) << 1; in InsertLine()
518 long nD = nDY2 - nDY; in InsertLine()
H A Dvirdev.cxx46 long nDX, long nDY, sal_uInt16 nBitCount, const SystemGraphicsData *pData ) in ImplInitVirDev() argument
54 if ( nDY < 1 ) in ImplInitVirDev()
55 nDY = 1; in ImplInitVirDev()
69 mpVirDev = pSVData->mpDefInst->CreateVirtualDevice( pGraphics, nDX, nDY, nBitCount, pData ); in ImplInitVirDev()
83 mnOutHeight = nDY; in ImplInitVirDev()
H A Dprint.cxx1143 sal_Int64 nDY = pSetupData->mnPaperHeight - rPaperInfo.getHeight(); in ImplFindPaperFormatForUserSize() local
1144 sal_Int64 nMatch = nDX*nDX + nDY*nDY; in ImplFindPaperFormatForUserSize()
1154 nDY = pSetupData->mnPaperHeight - rPaperInfo.getWidth(); in ImplFindPaperFormatForUserSize()
1155 nMatch = nDX*nDX + nDY*nDY; in ImplFindPaperFormatForUserSize()
H A Doutdev3.cxx4181 const long nDY = aPos.Y() - aStartPt.Y(); in ImplDrawTextLines() local
4183 nDist = FRound( nDist*cos(fRad) - nDY*sin(fRad) ); in ImplDrawTextLines()
H A Dimpvect.cxx68 struct ChainMove { long nDX; long nDY; }; member
445 nLastY += rMove.nDY; in ImplEndAdd()
524 aArr[ nPolyPos++ ].Y() = nLastY + rMoveInner.nDY; in ImplEndAdd()
552 nLastY += rMove.nDY; in ImplEndAdd()
631 aArr[ nPolyPos++ ].Y() = nLastY + rMoveOuter.nDY; in ImplEndAdd()
649 aArr[ ++i ] = Point( nLastX += rMove.nDX, nLastY += rMove.nDY ); in ImplEndAdd()
1152 nTryY = nActY + aImplMove[ nLastDir ].nDY; in ImplGetChain()
1169 nTryY = nActY + aImplMove[ nDir ].nDY; in ImplGetChain()
H A Dbmpacc3.cxx180 const long nDY = labs( rEnd.Y() - rStart.Y() ); in DrawLine() local
186 if ( nDX >= nDY ) in DrawLine()
203 const long nDYX = ( nDY - nDX ) << 1; in DrawLine()
204 const long nDY2 = nDY << 1; in DrawLine()
242 const long nDYX = ( nDX - nDY ) << 1; in DrawLine()
244 long nD = nDY2 - nDY; in DrawLine()
H A Dalpha.cxx113 sal_Bool AlphaMask::Expand( sal_uLong nDX, sal_uLong nDY, sal_uInt8* pInitTransparency ) in Expand() argument
120 return Bitmap::Expand( nDX, nDY, pInitTransparency ? &aColor : NULL ); in Expand()
H A Dbitmap.cxx1128 sal_Bool Bitmap::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor ) in Expand() argument
1132 if( nDX || nDY ) in Expand()
1137 const Size aNewSize( nWidth + nDX, nHeight + nDY ); in Expand()
1168 if( pInitColor && nDY ) in Expand()
H A Dbitmapex.cxx560 sal_Bool BitmapEx::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor, sal_Bool bExpandT… in Expand() argument
566 bRet = aBitmap.Expand( nDX, nDY, pInitColor ); in Expand()
571 aMask.Expand( nDX, nDY, &aColor ); in Expand()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx1408 const long nDY = aRectCenter.Y() - i_rPoint.Y(); in calcDistSquare() local
1409 return nDX*nDX + nDY*nDY; in calcDistSquare()

Completed in 243 milliseconds

123