Home
last modified time | relevance | path

Searched refs:mnHeight (Results 51 – 75 of 137) sorted by relevance

123456

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx65 nSrcHeight = static_cast<Os2SalGraphics*>(pSrcGraphics)->mnHeight; in copyBits()
70 nSrcHeight = mnHeight; in copyBits()
430 ImplDrawBitmap( mhPS, mnHeight, in drawBitmap()
461 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rTransparentBitmap, FALSE, ROP_SRCAND ); in drawBitmap()
462 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rSalBitmap, FALSE, ROP_SRCPAINT ); in drawBitmap()
598 ImplDrawBitmap( hPS, mnHeight, aPosAry, rSalBitmap, FALSE, 0x00B8L ); in drawMask()
H A Dsalvd.cxx121 pVirGraphics->mnHeight = nDY; in CreateVirtualDevice()
196 mpGraphics->mnHeight = nDY; in SetSize()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx109 nHash += rFontSelData.mnHeight; in operator ()()
131 if( (rA.mnHeight != rB.mnHeight) in operator ()()
145 && ((rA.mnHeight != rB.mnWidth) || (rA.mnWidth != 0)) ) in operator ()()
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.cxx327 rSize.Width(), rSize.Height(), rData.mnWidth, rData.mnHeight ); in createBitmapSurface()
329 if ( rData.mnWidth == rSize.Width() && rData.mnHeight == rSize.Height() ) in createBitmapSurface()
334 … return SurfaceSharedPtr(new QuartzSurface(rContext, 0, 0, rData.mnWidth, rData.mnHeight)); in createBitmapSurface()
H A Dcairo_xlib_cairo.cxx175 rData.mnWidth, rData.mnHeight ), in X11Surface()
337 rSize.Width(), rSize.Height(), rData.mnWidth, rData.mnHeight ); in createBitmapSurface()
338 if ( rData.mnWidth == rSize.Width() && rData.mnHeight == rSize.Height() ) in createBitmapSurface()
H A Dcairo_win32_cairo.cxx272 rSize.Width(), rSize.Height(), rData.mnWidth, rData.mnHeight ); in createBitmapSurface()
274 if ( rData.mnWidth == rSize.Width() && rData.mnHeight == rSize.Height() ) in createBitmapSurface()
H A Dcairo_os2_cairo.cxx296 rSize.Width(), rSize.Height(), rData.mnWidth, rData.mnHeight ); in createBitmapSurface()
298 if ( rData.mnWidth == rSize.Width() && rData.mnHeight == rSize.Height() ) in createBitmapSurface()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1256 xImage = pSalBmp->CreateCroppedImage( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1263 … xImage = pSalBmp->CreateWithMask( *pMaskBmp, 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1265 xImage = pSalBmp->CreateCroppedImage( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1272 … xImage = pSalBmp->CreateWithMask( *pMaskBmp, 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1274 xImage = pSalBmp->CreateCroppedImage( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1280 xImage = pSalBmp->CreateColorMask( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight, nTransColor ); in CreateCGImage()
/trunk/main/sc/source/filter/excel/
H A Dxlpage.cxx42 long mnHeight; /// Paper height in twips. member
207 aSize = Size( pEntry->mnWidth, pEntry->mnHeight ); in GetScPaperSize()
232 long nHDiff = Abs( pEntry->mnHeight - nHeight ); in SetScPaperSize()
H A Dxlstyle.cxx185 mnHeight = 0; in Clear()
300 mnHeight = static_cast< sal_uInt16 >( ::std::min( nTwips, static_cast<sal_Int32>(0x7FFFL) ) ); in SetScHeight()
385 return static_cast< float >( mnHeight / TWIPS_PER_POINT ); in GetApiHeight()
450 mnHeight = static_cast< sal_uInt16 >( ::std::min( fPoint * TWIPS_PER_POINT + 0.5, 32767.0 ) ); in SetApiHeight()
521 (rLeft.mnHeight == rRight.mnHeight) && in operator ==()
H A Dxeescher.cxx487 mnHeight( 0 ), in XclExpTbxControlObj()
509 mnHeight = xShape->getSize().Height; in XclExpTbxControlObj()
510 if( mnHeight <= 0 ) in XclExpTbxControlObj()
590 if( (aFontData.maName.Len() > 0) && (aFontData.mnHeight > 0) ) in XclExpTbxControlObj()
804 mnLineCount = static_cast< sal_uInt16 >( mnHeight / nLineHeight ); in WriteSubRecs()
H A Dxistyle.cxx227 maData.mnHeight = static_cast< sal_uInt16 >( nHeight ); in ReadCFFontBlock()
284 sal_Int32 nHeight = maData.mnHeight; in FillToItemSet()
348 rStrm >> maData.mnHeight >> nFlags; in ReadFontData2()
363 rStrm >> maData.mnHeight >> nFlags; in ReadFontData5()
453 aCtrlFontData.mnHeight = 160; in XclImpFontBuffer()
458 aCtrlFontData.mnHeight = 160; in XclImpFontBuffer()
474 aAppFontData.mnHeight = 200; in Initialize()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx772 mnHeight(0), in ImplFontData()
815 if( mnHeight < rOther.mnHeight ) in CompareWithSize()
817 else if( mnHeight > rOther.mnHeight ) in CompareWithSize()
925 if( rFSD.mnHeight == mnHeight ) in IsBetterMatch()
935 int nHeightDiff = (rFSD.mnHeight - mnHeight) * 1000; in IsBetterMatch()
937 if( rFSD.mnHeight ) in IsBetterMatch()
2184 mnHeight( rSize.Height() ), in ImplFontSelectData()
2207 if( mnHeight < 0 ) in ImplFontSelectData()
2208 mnHeight = -mnHeight; in ImplFontSelectData()
2219 mnHeight( rSize.Height() ), in ImplFontSelectData()
[all …]
/trunk/main/oox/source/ole/
H A Dolehelper.cxx118 mnHeight( 0 ), in StdFontInfo()
128 mnHeight( nHeight ), in StdFontInfo()
204 …FontInfo.mnCharSet >> orFontInfo.mnFlags >> orFontInfo.mnWeight >> orFontInfo.mnHeight >> nNameLen; in importStdFont()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx319 pRendererPaneStyle->mpBottomCallout->mnHeight in getCalloutOffset()
741 if (rpBitmap->mnWidth<=0 || rpBitmap->mnHeight<=0) in PaintBitmap()
752 sal_Int32 nH = rpBitmap->mnHeight; in PaintBitmap()
770 nY = rBox.Y - rpBitmap->mnHeight + rpBitmap->mnYOffset; in PaintBitmap()
821 0, double(nH)/rpBitmap->mnHeight, nY), in PaintBitmap()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx189 !pEntry?-1:pEntry->mnWidth, !pEntry?-1:pEntry->mnHeight, in setFont()
255 maFontSelData.mnHeight, maFontOptions ); in HandleFontOptions()
558 int nWidth = rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in DrawCairoAAFontString()
565 rCairo.matrix_scale(&m, nWidth, rFSD.mnHeight); in DrawCairoAAFontString()
671 const int nY2 = nY1 + pRawBitmap->mnHeight; in DrawServerAAForcedString()
822 && (nY1 <= nYmax) && (int(nY1 + pRawBitmap->mnHeight) > nYmin) ) in DrawServerAAForcedString()
828 int y = pRawBitmap->mnHeight; in DrawServerAAForcedString()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx76 size_t mnHeight; member
88 { return (nCol < mnWidth) && (nRow < mnHeight); } in IsValidPos()
113 inline size_t GetMirrorRow( size_t nRow ) const { return mnHeight - nRow - 1; } in GetMirrorRow()
/trunk/main/vcl/inc/
H A Dilstbox.hxx67 long mnHeight; member
73 mnHeight( 0 ) in ImplEntryType()
82 mnHeight( 0 ) in ImplEntryType()
91 mnHeight( 0 ) in ImplEntryType()
H A Dsalwtype.hxx215 long mnHeight; // Cursor-Height in Pixel member
305 long mnHeight; member
/trunk/main/vcl/os2/source/window/
H A Dsalobj.cxx168 pSysObj->mnHeight = (short)SHORT2FROMMP( nMP2 ); in SalSysObjWndProc()
400 mnHeight = 0; in Os2SalObject()
480 nX, mnHeight-(nY+nHeight), nWidth, nHeight, in UnionClipRegion()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx270 , mnHeight( 0 ) in AquaSalGraphics()
1144 …{ CGContextTranslateCTM( xCopyContext, 0, +mnHeight ); CGContextScaleCTM( xCopyContext, +1, -1 ); } in copyBits()
1212 aSrcPoint.y = (nSrcY + nSrcHeight) - mnHeight; in copyArea()
1318 || (nY < 0) || (nY >= mnHeight)) in getPixel()
1340 nY = mnHeight - nY; in getPixel()
1834 pReqFont->mnHeight, in SetFont()
2371 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in SetXORMode()
2398 RefreshRect( 0, 0, mnWidth, mnHeight ); // TODO: refresh minimal changerect in ApplyXorContext()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx186 double mnHeight; member in slideshow::internal::__anonaa1c5ceb0111::ShapeOfGroup
204 mnHeight = aTmpRect.Height; in ShapeOfGroup()
247 return basegfx::B2DRectangle( posX, posY, posX + mnWidth, posY + mnHeight ); in getBounds()
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx847 sal_uInt16 mnHeight; /// Default height for unspecified rows. member
902 inline sal_uInt16 GetHeight() const { return mnHeight; } in GetHeight()
956 sal_uInt16 mnHeight; /// Row height in twips. member in XclExpRow
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx171 aBmpData.mnHeight = aBmpSize.Height(); in bitmapFromVCLBitmapEx()
172 … aBmpData.mpBitmapData.reset( new sal_uInt8[ 4*aBmpData.mnWidth*aBmpData.mnHeight ] ); in bitmapFromVCLBitmapEx()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1046 return pBuffer->mpBits + ( pBuffer->mnHeight - nRow - 1 ) * pBuffer->mnScanlineSize; in getRow()
1070 for( nY = 0; nY < pBitmap->mnHeight; nY++ ) in bitmapToPixbuf()
1623 resizeWindow( pState->mnWidth, pState->mnHeight ); in SetWindowState()
1635 Size( pState->mnWidth, pState->mnHeight ) ); in SetWindowState()
1644 long nHeight = pState->mnHeight; in SetWindowState()
1661 SetPosSize( nX, nY, pState->mnWidth, pState->mnHeight, nPosSizeFlags ); in SetWindowState()
1698 pState->mnHeight = m_aRestorePosSize.GetHeight(); in GetWindowState()
1714 pState->mnHeight = maGeometry.nHeight; in GetWindowState()
3352 aArea.height = aPosEvent.mnHeight; in updateIMSpotLocation()

Completed in 1754 milliseconds

123456