Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx43 sal_uInt16 nImageWidth; member
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()
494 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
514 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
545 if ( nXCount == mpFileHeader->nImageWidth ) in ImplReadBody()
[all …]
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx292 nImageWidth = ReadIntData(); in ReadTagData()
293 OOODEBUG("ImageWidth",nImageWidth); in ReadTagData()
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()
917 for ( nx = 0; nx < nImageWidth; nx++ ) in ConvertScanline()
950 if ( nImageWidth & 7 ) in ConvertScanline()
953 while ( nx < nImageWidth ) in ConvertScanline()
984 if ( nImageWidth & 7 ) in ConvertScanline()
989 while ( nx < nImageWidth ) 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 );
/trunk/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()
/trunk/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.cxx221 sal_Int32 nImageWidth; member in SvxXMLListLevelStyleContext_Impl
265 void SetImageWidth( sal_Int32 nSet ) { nImageWidth = nSet; } in SetImageWidth()
323 , nImageWidth( 0L ) in SvxXMLListLevelStyleContext_Impl()
640 awt::Size aSize( nImageWidth, nImageHeight ); in GetProperties()
/trunk/main/svtools/source/inc/
H A Dgifread.hxx90 sal_uInt16 nImageWidth; // maximale Bildbreite aus Header member in GIFReader
/trunk/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()

Completed in 81 milliseconds