/aoo4110/main/filter/source/graphicfilter/ipbm/ |
H A D | ipbm.cxx | 109 maBmp = Bitmap( Size( mnWidth, mnHeight ), 1 ); in ReadPBM() 171 mnMaxVal = mnWidth = mnHeight = 0; in ImplReadHeader() 220 else if ( ( nCount == 1 ) && mnHeight ) in ImplReadHeader() 241 mnHeight *= 10; in ImplReadHeader() 242 mnHeight += nDat; in ImplReadHeader() 272 while ( nHeight != mnHeight ) in ImplReadBody() 295 while ( nHeight != mnHeight ) in ImplReadBody() 314 while ( nHeight != mnHeight ) in ImplReadBody() 367 if ( ++nHeight == mnHeight ) in ImplReadBody() 396 if ( ++nHeight == mnHeight ) in ImplReadBody() [all …]
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 58 , mnHeight(0) in AquaSalBitmap() 92 mnHeight = nHeight; in Create() 113 mnHeight = rSize.Height(); in Create() 141 mnHeight = rSourceBitmap.mnHeight; in Create() 218 ConvertBitmapData( mnWidth, mnHeight, in CreateContext() 246 if( mnWidth && mnHeight ) in AllocateUserData() 515 aSrcBuf.mnHeight = aDstBuf.mnHeight = nHeight; in ConvertBitmapData() 521 aTwoRects.mnSrcHeight = aTwoRects.mnDestHeight = mnHeight; in ConvertBitmapData() 557 return Size( mnWidth, mnHeight ); in GetSize() 669 pBuffer->mnHeight = mnHeight; in AcquireBuffer() [all …]
|
H A D | salgdiutils.cxx | 102 mnHeight = CGBitmapContextGetHeight( mrContext ); in SetVirDevGraphics() 108 mnHeight = static_cast<int>(aSize.height); in SetVirDevGraphics() 119 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in SetVirDevGraphics() 187 if( (unsigned(mnWidth) != nWidth) || (unsigned(mnHeight) != nHeight) ) in CheckContext() 190 mnHeight = nHeight; in CheckContext() 222 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in CheckContext()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_rbmp.cxx | 184 mnYOffset = -(mnYOffset + mnHeight); in Rotate() 187 ImplRotate8_180( mpBits, mnWidth, mnHeight, mnScanlineSize-mnWidth ); in Rotate() 191 nNewHeight = mnHeight; in Rotate() 197 nNewWidth = mnHeight; in Rotate() 219 ImplRotate1_180( pBuf, mpBits + mnHeight * mnScanlineSize, in Rotate() 220 mnWidth, mnHeight, mnScanlineSize - (mnWidth + 7) / 8 ); in Rotate() 228 nNewWidth, nNewHeight, +mnScanlineSize, -1-mnHeight*mnScanlineSize, in Rotate() 241 ImplRotate8_90( pBuf, mpBits + mnScanlineSize * (mnHeight-1), in Rotate() 242 nNewWidth, nNewHeight, -mnScanlineSize, +1+mnHeight*mnScanlineSize, in Rotate() 245 ImplRotate1_90( pBuf, mpBits + mnScanlineSize * (mnHeight-1), in Rotate() [all …]
|
H A D | gcach_ftyp.cxx | 734 mnWidth = rFSD.mnHeight; in FreetypeServerFont() 735 mfStretch = (double)mnWidth / rFSD.mnHeight; in FreetypeServerFont() 859 && rFSD.mnHeight < 20) in FreetypeServerFont() 1508 rRawBitmap.mnHeight = rBitmapFT.rows; in GetGlyphBitmap1() 1540 for( int h = rRawBitmap.mnHeight; --h >= 0; ) in GetGlyphBitmap1() 1548 for( sal_uLong y=0; y < rRawBitmap.mnHeight; y++ ) in GetGlyphBitmap1() 1662 rRawBitmap.mnHeight = rBitmapFT.rows; in GetGlyphBitmap8() 1685 for( int y = rRawBitmap.mnHeight, x; --y >= 0 ; ) in GetGlyphBitmap8() 1695 for( int y = rRawBitmap.mnHeight, x; --y >= 0 ; ) in GetGlyphBitmap8() 1713 for( sal_uLong y=0; y < rRawBitmap.mnHeight; y++ ) in GetGlyphBitmap8() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pngwrite.cxx | 98 sal_uLong mnWidth, mnHeight; member in vcl::PNGWriterImpl 313 if ( mnWidth && mnHeight && mnBitsPerPixel && mbStatus ) in ImplWriteHeader() 426 for ( sal_uLong nY = 0; nY < mnHeight; nY++ ) in ImplWriteIDAT() 433 for ( nY = 0; nY < mnHeight; nY+=8 ) // pass 1 in ImplWriteIDAT() 437 for ( nY = 0; nY < mnHeight; nY+=8 ) // pass 2 in ImplWriteIDAT() 441 if ( mnHeight >= 5 ) // pass 3 in ImplWriteIDAT() 443 for ( nY = 4; nY < mnHeight; nY+=8 ) in ImplWriteIDAT() 452 if ( mnHeight >= 3 ) // pass 5 in ImplWriteIDAT() 454 for ( nY = 2; nY < mnHeight; nY+=4 ) in ImplWriteIDAT() 463 if ( mnHeight >= 2 ) // pass 7 in ImplWriteIDAT() [all …]
|
H A D | bmpfast.cxx | 435 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage() 448 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplCopyImage() 481 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplConvertToBitmap() 540 if( rSrc.mnWidth * rSrc.mnHeight >= 4000 ) in ImplConvertFromBitmap() 585 if( rSrc.mnHeight < rTR.mnSrcY + rTR.mnSrcHeight ) in ImplFastBitmapConversion() 591 if( rDst.mnHeight < rTR.mnDestY + rTR.mnDestHeight ) in ImplFastBitmapConversion() 660 if( rSrc.mnWidth * rSrc.mnHeight >= 4000 ) in ImplFastBitmapConversion() 691 if( rMskBuffer.mnHeight == 1 ) in ImplBlendToBitmap() 708 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplBlendToBitmap() 799 if( rSrc.mnWidth * rSrc.mnHeight >= 4000 ) in ImplBlendFromBitmap() [all …]
|
H A D | bmpacc.cxx | 107 const long nHeight = mpBuffer->mnHeight; in ImplCreate() 336 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback() 378 if(nDeltaY && nIndY >= 0 && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback() 386 …X && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback() 425 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback() 438 if(nX >= 0 && nY >= 0 && nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback() 470 …DBG_ASSERT( ( nY >= 0 ) && ( nY < mpBuffer->mnHeight ), "y-coordinate in destination out of range!… in CopyScanline() 492 …DBG_ASSERT( ( nY >= 0 ) && ( nY < mpBuffer->mnHeight ), "y-coordinate in destination out of range!… in CopyScanline() 558 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer() 564 for( long nY = 0L, nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); nY < nHeight; nY++ ) in CopyBuffer()
|
H A D | salmisc.cxx | 93 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplPALToPAL() 127 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplPALToTC() 204 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplTCToTC() 248 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplTCToPAL() 363 pDstBuffer->mnHeight = rTwoRect.mnDestHeight; in StretchAndConvert() 367 pDstBuffer->mpBits = new sal_uInt8[ pDstBuffer->mnScanlineSize * pDstBuffer->mnHeight ]; in StretchAndConvert() 413 pSrcScan = new Scanline[ rSrcBuffer.mnHeight ]; in StretchAndConvert() 465 pTmpScan = rSrcBuffer.mpBits + ( rSrcBuffer.mnHeight - 1 ) * rSrcBuffer.mnScanlineSize; in StretchAndConvert() 469 for( i = 0L; i < rSrcBuffer.mnHeight; i++, pTmpScan += nOffset ) in StretchAndConvert()
|
/aoo4110/main/filter/source/graphicfilter/eras/ |
H A D | eras.cxx | 44 sal_uLong mnWidth, mnHeight; member in RASWriter 85 xStatusIndicator->setValue( (sal_uInt16)( ( 100 * nYPos ) / mnHeight ) ); in ImplCallback() 147 mnHeight = mpAcc->Height(); in ImplWriteHeader() 154 if ( mbStatus && mnWidth && mnHeight && mnDepth ) in ImplWriteHeader() 156 *mpOStm << (sal_uInt32)0x59a66a95 << (sal_uInt32)mnWidth << (sal_uInt32)mnHeight in ImplWriteHeader() 158 << (sal_uInt32)(( ( ( ( mnWidth * mnDepth ) + 15 ) >> 4 ) << 1 ) * mnHeight) in ImplWriteHeader() 193 for ( y = 0; y < mnHeight; y++ ) in ImplWriteBody() 208 for ( y = 0; y < mnHeight; y++ ) in ImplWriteBody() 222 for ( y = 0; y < mnHeight; y++ ) in ImplWriteBody()
|
/aoo4110/main/svx/source/table/ |
H A D | tablerow.cxx | 61 , mnHeight( 0 ) in TableRow() 109 mnHeight = r.mnHeight; in operator =() 244 sal_Int32 nHeight = mnHeight; in setFastPropertyValue() 246 if( bOk && (mnHeight != nHeight) ) in setFastPropertyValue() 248 mnHeight = nHeight; in setFastPropertyValue() 249 mbOptimalHeight = mnHeight == 0; in setFastPropertyValue() 263 mnHeight = 0; in setFastPropertyValue() 317 case Property_Height: return Any( mnHeight ); in getFastPropertyValue()
|
/aoo4110/main/filter/source/graphicfilter/iras/ |
H A D | iras.cxx | 53 sal_uInt32 mnWidth, mnHeight; // Bildausmass in Pixeln member in RASReader 105 maBmp = Bitmap( Size( mnWidth, mnHeight ), mnDstBitsPerPix ); in ReadRAS() 182 *mpRAS >> mnWidth >> mnHeight >> mnDepth >> mnImageDatSize >> in ImplReadHeader() 185 if ( mnWidth == 0 || mnHeight == 0 ) in ImplReadHeader() 227 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody() 242 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody() 258 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody() 281 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xihelper.cxx | 279 mnHeight( 0 ), in XclImpHFPortionInfo() 479 mxFontData->mnHeight = nReadHeight * 20; in ParseString() 492 maInfos[ EXC_HF_LEFT ].mnHeight += GetMaxLineHeight( EXC_HF_LEFT ); in ParseString() 493 maInfos[ EXC_HF_CENTER ].mnHeight += GetMaxLineHeight( EXC_HF_CENTER ); in ParseString() 494 maInfos[ EXC_HF_RIGHT ].mnHeight += GetMaxLineHeight( EXC_HF_RIGHT ); in ParseString() 511 return ::std::max( maInfos[ EXC_HF_LEFT ].mnHeight, in GetTotalHeight() 512 ::std::max( maInfos[ EXC_HF_CENTER ].mnHeight, maInfos[ EXC_HF_RIGHT ].mnHeight ) ); in GetTotalHeight() 520 return (nMaxHt == 0) ? mxFontData->mnHeight : nMaxHt; in GetMaxLineHeight() 531 rnMaxHt = ::std::max( rnMaxHt, mxFontData->mnHeight ); in UpdateMaxLineHeight() 560 mxFontData->mnHeight = 200; in ResetFontData() [all …]
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.cxx | 378 mnBytesUsed -= pRawBitmap->mnScanlineSize * pRawBitmap->mnHeight; in RemovingGlyph() 406 bForceOk &= (rServerFont.GetFontSelData().mnHeight < 250); in ForcedAntialiasing() 431 int nHeight = rServerFont.GetFontSelData().mnHeight; in GetGlyphSet() 468 rGlyphData.SetSize( Size( nPixmapWidth, maRawBitmap.mnHeight ) ); in GetPixmap() 471 const sal_uLong nBytes = maRawBitmap.mnHeight * maRawBitmap.mnScanlineSize; in GetPixmap() 532 nPixmapWidth, maRawBitmap.mnHeight, 1, 0, 1 ); in GetPixmap() 571 mnBytesUsed += pNewBitmap->mnScanlineSize * pNewBitmap->mnHeight; in GetRawBitmap() 605 aGlyphInfo.height = maRawBitmap.mnHeight; in GetXRGlyph() 609 rGlyphData.SetSize( Size( maRawBitmap.mnWidth, maRawBitmap.mnHeight ) ); in GetXRGlyph() 620 const sal_uLong nBytes = maRawBitmap.mnScanlineSize * maRawBitmap.mnHeight; in GetXRGlyph()
|
/aoo4110/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 75 sal_uInt32 mnWidth, mnHeight, mnColors; member in TIFFWriter 264 mnHeight = mpAcc->Height(); in ImplWriteHeader() 266 if ( mnWidth && mnHeight && mnBitsPerPixel && mbStatus ) in ImplWriteHeader() 282 ImplWriteTag( ImageLength, 4, 1, mnHeight); in ImplWriteHeader() 306 ImplWriteTag( RowsPerStrip, 4, 1, mnHeight ); //0xffffffff ); in ImplWriteHeader() 308 ImplWriteTag( StripByteCounts, 4, 1, ( ( mnWidth * mnBitsPerPixel * mnHeight ) + 7 ) >> 3 ); in ImplWriteHeader() 379 for ( y = 0; y < mnHeight; y++, mnCurAllPictHeight++ ) in ImplWriteBody() 395 for ( y = 0; y < mnHeight; y++, mnCurAllPictHeight++ ) in ImplWriteBody() 408 for ( nShift = 0, y = 0; y < mnHeight; y++, mnCurAllPictHeight++ ) in ImplWriteBody() 427 for ( y = 0; y < mnHeight; y++, mnCurAllPictHeight++ ) in ImplWriteBody()
|
/aoo4110/main/filter/source/graphicfilter/epbm/ |
H A D | epbm.cxx | 47 sal_uLong mnWidth, mnHeight; // Bildausmass in Pixeln member in PBMWriter 126 mnHeight = mpAcc->Height(); in ImplWriteHeader() 127 if ( mnWidth && mnHeight ) in ImplWriteHeader() 136 ImplWriteNumber( mnHeight ); in ImplWriteHeader() 150 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() 168 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody()
|
/aoo4110/main/filter/source/graphicfilter/epgm/ |
H A D | epgm.cxx | 47 sal_uLong mnWidth, mnHeight; // Bildausmass in Pixeln member in PGMWriter 127 mnHeight = mpAcc->Height(); in ImplWriteHeader() 128 if ( mnWidth && mnHeight ) in ImplWriteHeader() 137 ImplWriteNumber( mnHeight ); in ImplWriteHeader() 154 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() 164 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody()
|
/aoo4110/main/filter/source/graphicfilter/eppm/ |
H A D | eppm.cxx | 47 sal_uLong mnWidth, mnHeight; // Bildausmass in Pixeln member in PPMWriter 127 mnHeight = mpAcc->Height(); in ImplWriteHeader() 128 if ( mnWidth && mnHeight ) in ImplWriteHeader() 137 ImplWriteNumber( mnHeight ); in ImplWriteHeader() 154 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() 167 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody()
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 123 mnHeight( nHeight ), in ArrayImpl() 133 maCells.resize( mnWidth * mnHeight ); in ArrayImpl() 135 maHeights.resize( mnHeight, 0L ); in ArrayImpl() 137 maYCoords.resize( mnHeight + 1, 0L ); in ArrayImpl() 372 Initialize( mxImpl->mnWidth, mxImpl->mnHeight ); in Clear() 382 return mxImpl->mnHeight; in GetRowCount() 940 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfX() 948 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfX() 974 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfY() 982 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfY() [all …]
|
/aoo4110/main/filter/source/graphicfilter/expm/ |
H A D | expm.cxx | 43 sal_uLong mnWidth, mnHeight; // Bildausmass in Pixeln member in XPMWriter 155 mnHeight = mpAcc->Height(); in ImplWriteHeader() 156 if ( mnWidth && mnHeight && mnColors ) in ImplWriteHeader() 161 ImplWriteNumber( mnHeight ); in ImplWriteHeader() 199 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() 201 ImplCallback( (sal_uInt16)( ( 100 * y ) / mnHeight ) ); // processing output in percent in ImplWriteBody()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 289 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pRGB->mnHeight; in ImplCreateGdiPlusBitmap() 303 && pRGB->mnHeight > 0 in ImplCreateGdiPlusBitmap() 307 const sal_uInt32 nH(pRGB->mnHeight); in ImplCreateGdiPlusBitmap() 388 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pRGB->mnHeight; in ImplCreateGdiPlusBitmap() 421 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pA->mnHeight; in ImplCreateGdiPlusBitmap() 437 && pRGB->mnHeight > 0 in ImplCreateGdiPlusBitmap() 439 && pRGB->mnHeight == pA->mnHeight in ImplCreateGdiPlusBitmap() 445 const sal_uInt32 nH(pRGB->mnHeight); in ImplCreateGdiPlusBitmap() 909 pBuffer->mnHeight = maSize.Height(); in AcquireBuffer() 1085 rData.mnHeight = rSize.Height(); in GetSystemData()
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salobj.cxx | 45 mnHeight( 20 ) in AquaSalObject() 163 mnHeight = nHeight; in SetPosSize() 171 NSRect aViewRect = { NSZeroPoint, NSMakeSize( mnWidth, mnHeight) }; in setClippedPosSize() 178 NSRect aClipViewRect = NSMakeRect( mnX, mnY, mnWidth, mnHeight); in setClippedPosSize() 188 aClipPt.y = mnHeight - mnClipHeight;; in setClippedPosSize()
|
/aoo4110/main/sc/inc/ |
H A D | attrib.hxx | 372 inline sal_uInt16 GetHeight() const { return mnHeight; } in GetHeight() 373 inline bool IsValid() const { return mnWidth || mnHeight; } in IsValid() 376 inline void SetHeight( sal_uInt16 nHeight ) { mnHeight = nHeight; } in SetHeight() 378 { mnWidth = nWidth; mnHeight = nHeight; } in Set() 379 inline void SetInvalid() { mnWidth = mnHeight = 0; } in SetInvalid() 392 sal_uInt16 mnHeight; member in ScPageScaleToItem
|
/aoo4110/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 119 sal_Int32 mnHeight; member 136 , mnHeight( 0 ) in ExportSettings() 545 pValues->Value >>= rSettings.mnHeight; in ParseSettings() 574 pDataValues->Value >>= rSettings.mnHeight; in ParseSettings() 583 pDataValues->Value >>= rSettings.mnHeight; in ParseSettings() 714 if ( rSettings.mnWidth > 0 && rSettings.mnHeight > 0 ) in GetGraphic() 717 nHeightPix = rSettings.mnHeight; in GetGraphic() 897 if( rSettings.mnWidth && rSettings.mnHeight && in GetGraphic() 899 ( rSettings.mnHeight != aSizePixel.Height() ) ) ) in GetGraphic() 903 aBmpEx.Scale( Size( rSettings.mnWidth, rSettings.mnHeight ), BMP_SCALE_LANCZOS ); in GetGraphic() [all …]
|
/aoo4110/main/vcl/source/window/ |
H A D | brdwin.cxx | 283 else if ( rPos.Y() >= pData->mnHeight-nSizeWidth ) in ImplHitTest() 292 else if ( rPos.Y() >= pData->mnHeight-nSizeWidth ) in ImplHitTest() 306 else if ( rPos.Y() >= pData->mnHeight-pData->mnBottomBorder ) in ImplHitTest() 1086 mnHeight = nHeight; in Init() 1151 …egion( (const Point&)Point(), Size( mnWidth < 10 ? 10 : mnWidth, mnHeight < 10 ? 10 : mnHeight ) ); in Init() 1162 if( mnWidth && mnHeight ) in Init() 1183 if( mnHeight < aBounds.GetHeight() ) in Init() 1344 Rectangle aCtrlRegion( aPoint, Size( mnWidth, mnHeight ) ); in DrawWindow() 1380 mpOutDev->DrawRect( Rectangle( 0, mnHeight-mnBottomBorder, mnWidth-1, mnHeight-1 ) ); in DrawWindow() 1403 Rectangle aInRect( aTmpPoint, Size( mnWidth, mnHeight ) ); in DrawWindow() [all …]
|