Home
last modified time | relevance | path

Searched refs:mnHeight (Results 1 – 25 of 137) sorted by relevance

123456

/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx109 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 …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx58 , 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 Dsalgdiutils.cxx102 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()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLine.java36 mnHeight = -1; in Line()
49 if (aRun.GetHeight() > mnHeight) in AddRun()
50 mnHeight = aRun.GetHeight(); in AddRun()
73 mnHeight = 0; in Format()
78 if (mnHeight < aRun.GetHeight()) in Format()
79 mnHeight = aRun.GetHeight(); in Format()
96 return mnHeight; in GetHeight()
112 return mnY + mnHeight; in GetBottom()
122 return mnY<=nBottom && mnY+mnHeight>nTop; in Overlaps()
130 return nY>=mnY && nY<mnY+mnHeight; in Contains()
[all …]
H A DRun.java42 mnHeight = -1; in Run()
57 mnHeight = aMetrics.getHeight(); in Format()
75 mnHeight = aG2.getFontMetrics().getHeight(); in Paint()
82 aG2.fillRect(nX,nY-mnHeight, mnWidth, mnHeight); in Paint()
138 return mnHeight; in GetHeight()
243 private int mnHeight; field in Run
H A DFormatter.java34 mnHeight = 0; in Formatter()
59 new Dimension(mnWidth,mnHeight), in FormatText()
81 if (aLine.GetBottom() > mnHeight) in FormatLines()
82 mnHeight = aLine.GetBottom(); in FormatLines()
92 private int mnHeight; field in Formatter
/trunk/main/vcl/source/glyphs/
H A Dgcach_rbmp.cxx184 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 Dgcach_ftyp.cxx734 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 …]
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx98 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 Dbmpfast.cxx435 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 Dbmpacc.cxx107 const long nHeight = mpBuffer->mnHeight; in ImplCreate()
345 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
387 if(nDeltaY && nIndY >= 0 && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
395 …X && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
434 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback()
447 if(nX >= 0 && nY >= 0 && nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback()
479 …DBG_ASSERT( ( nY >= 0 ) && ( nY < mpBuffer->mnHeight ), "y-coordinate in destination out of range!… in CopyScanline()
501 …DBG_ASSERT( ( nY >= 0 ) && ( nY < mpBuffer->mnHeight ), "y-coordinate in destination out of range!… in CopyScanline()
567 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer()
573 for( long nY = 0L, nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); nY < nHeight; nY++ ) in CopyBuffer()
H A Dsalmisc.cxx93 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()
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx44 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()
/trunk/main/svx/source/table/
H A Dtablerow.cxx61 , 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()
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx53 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()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx279 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 …]
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx378 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()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx75 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()
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx47 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()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx123 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 …]
/trunk/main/filter/source/graphicfilter/epgm/
H A Depgm.cxx47 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()
/trunk/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx47 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()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx43 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx289 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()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx283 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 …]

Completed in 125 milliseconds

123456