Home
last modified time | relevance | path

Searched refs:nImageWidth (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/itga/
H A Ditga.cxx43 sal_uInt16 nImageWidth; member
155 … aBitmap = Bitmap( Size( mpFileHeader->nImageWidth, mpFileHeader->nImageHeight ), mnDestBitDepth ); in ReadTGA()
187 … mpFileHeader->nColorMapXOrigin >> mpFileHeader->nColorMapYOrigin >> mpFileHeader->nImageWidth >> in ImplReadHeader()
294 nX = nXStart = mpFileHeader->nImageWidth - 1; in ImplReadBody()
331 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
356 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
386 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
409 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
445 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
465 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
[all …]
/AOO41X/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx75 sal_uLong nImageWidth; // Bildbreite in Pixel member in TIFFReader
292 nImageWidth = ReadIntData(); in ReadTagData()
293 OOODEBUG("ImageWidth",nImageWidth); in ReadTagData()
551 CCIDecompressor aCCIDecom( nOptions, nImageWidth ); in ReadMap()
567 …if ( aCCIDecom.DecompressScanline( pMap[ np ], nImageWidth * nBitsPerSample * nSamplesPerPixel / n… in ReadMap()
745 for ( nx = 0; nx < nImageWidth; nx++, pt += nSamplesPerPixel ) in ConvertScanline()
755 for ( nx = 0; nx < nImageWidth; nx++, pt += nSamplesPerPixel ) in ConvertScanline()
766 for ( nx = 0; nx < nImageWidth; nx++ ) in ConvertScanline()
789 for ( nx = 0; nx < nImageWidth; nx++ ) in ConvertScanline()
818 for( nx = 0; nx < nImageWidth; nx++ ) in ConvertScanline()
[all …]
H A Dccidecom.cxx577 CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) : in CCIDecompressor() argument
581 nWidth ( nImageWidth ), in CCIDecompressor()
H A Dccidecom.hxx56 CCIDecompressor( sal_uLong nOptions, sal_uInt32 nImageWidth );
/AOO41X/main/svtools/source/filter/igif/
H A Dgifread.cxx364 aMemStm >> nImageWidth; in ReadLocalHeader()
388 … CreateBitmaps( nImageWidth, nImageHeight, pPal, bGlobalPalette && ( pPal == &aGPalette ) ); in ReadLocalHeader()
445 if( nImageX >= nImageWidth ) in FillImages()
563 aAnimBmp.aSizePix = Size( nImageWidth, nImageHeight ); in CreateNewBitmaps()
/AOO41X/main/xmloff/source/style/
H A Dxmlnume.cxx135 sal_Int32 nImageWidth = 0, nImageHeight = 0; in exportLevelStyle() local
239 nImageWidth = aSize.Width; in exportLevelStyle()
502 if( nImageWidth > 0 ) in exportLevelStyle()
504 GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nImageWidth ); in exportLevelStyle()
H A Dxmlnumi.cxx222 sal_Int32 nImageWidth; member in SvxXMLListLevelStyleContext_Impl
266 void SetImageWidth( sal_Int32 nSet ) { nImageWidth = nSet; } in SetImageWidth()
324 , nImageWidth( 0L ) in SvxXMLListLevelStyleContext_Impl()
641 awt::Size aSize( nImageWidth, nImageHeight ); in GetProperties()
/AOO41X/main/svtools/source/inc/
H A Dgifread.hxx90 sal_uInt16 nImageWidth; // maximale Bildbreite aus Header member in GIFReader
/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx1906 long nImageWidth = Max( mnMaxImgWidth, maUserItemSize.Width() ); in DrawEntry() local
1907 aTextRect.Left() += nImageWidth + IMG_TXT_DISTANCE; in DrawEntry()