Searched refs:nImageWidth (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/itga/ |
H A D | itga.cxx | 43 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 …]
|
/aoo42x/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 292 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 D | ccidecom.cxx | 577 CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) : in CCIDecompressor() argument 581 nWidth ( nImageWidth ), in CCIDecompressor()
|
H A D | ccidecom.hxx | 56 CCIDecompressor( sal_uLong nOptions, sal_uInt32 nImageWidth );
|
/aoo42x/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 364 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()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlnume.cxx | 135 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 D | xmlnumi.cxx | 221 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()
|
/aoo42x/main/svtools/source/inc/ |
H A D | gifread.hxx | 90 sal_uInt16 nImageWidth; // maximale Bildbreite aus Header member in GIFReader
|
/aoo42x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1906 long nImageWidth = Max( mnMaxImgWidth, maUserItemSize.Width() ); in DrawEntry() local 1907 aTextRect.Left() += nImageWidth + IMG_TXT_DISTANCE; in DrawEntry()
|
Completed in 76 milliseconds