Home
last modified time | relevance | path

Searched refs:nPlanes (Results 1 – 14 of 14) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx503 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
557 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
588 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
616 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
735 nPlanes == 1 && nPhotometricInterpretation == 2 ) in ConvertScanline()
768 if ( nPlanes < 3 ) in ConvertScanline()
791 if ( nPlanes < 3 ) in ConvertScanline()
825 if( nPlanes < 3 ) in ConvertScanline()
836 if( nPlanes < 3 ) in ConvertScanline()
1245 nPlanes = 1; in ReadTIFF()
[all …]
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx44 sal_uLong nPlanes; // Anzahl Ebenen member in PCXReader
197 *pPCX >> nbyte; nPlanes = (sal_uLong)nbyte; in ImplReadHeader()
203 nDestBitsPerPixel = (sal_uInt16)( nBitsPerPlanePix * nPlanes ); in ImplReadHeader()
207 || nPlanes > 4 || nBytesPerPlaneLin < ( ( nWidth * nBitsPerPlanePix+7 ) >> 3 ) ) in ImplReadHeader()
215 if ( nPlanes == 1 && nBitsPerPlanePix == 1 ) in ImplReadHeader()
232 for( np = 0; np < nPlanes; np++ ) in ImplReadBody()
250 for ( np = 0; np < nPlanes; np++) in ImplReadBody()
304 switch ( nBitsPerPlanePix + ( nPlanes << 8 ) ) in ImplReadBody()
398 for ( np = 0; np < nPlanes; np++ ) in ImplReadBody()
/trunk/main/oox/source/xls/
H A Dbiffhelper.cxx130 sal_uInt16 nPlanes = 0, nDepth = 0; in lclImportImgDataDib() local
135 rStrm >> nPlanes >> nDepth; in lclImportImgDataDib()
139 rStrm >> nPlanes >> nDepth; in lclImportImgDataDib()
144 if( (nPlanes == 1) && ((nDepth == 24) || (nDepth == 32)) ) in lclImportImgDataDib()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx141 nPlanes = 0; in ImpConstruct()
192 nPlanes = nTemp16; in ImpDetectBMP()
447 nPlanes = 1; in ImpDetectJPG()
579 nPlanes = cByte; in ImpDetectPCX()
581 bRet = (nPlanes<=4); in ImpDetectPCX()
634 nPlanes = 1; in ImpDetectPNG()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx92 sal_uInt16 nPlanes; member
105 nPlanes(0), in DIBInfoHeader()
188 rIStm >> rHeader.nPlanes; in ImplReadDIBInfoHeader()
199 if(nUsed < rHeader.nSize) { rIStm >> rHeader.nPlanes; nUsed += sizeof(rHeader.nPlanes); } in ImplReadDIBInfoHeader()
259 return( ( rHeader.nPlanes == 1 ) && ( rIStm.GetError() == 0UL ) ); in ImplReadDIBInfoHeader()
1171 aHeader.nPlanes = 1; in ImplWriteDIBBody()
1241 rOStm << aHeader.nPlanes; in ImplWriteDIBBody()
/trunk/main/vcl/os2/source/gdi/
H A Dsalvd.cxx62 LONG nPlanes; in ImplCreateVirDevBitmap() local
63 DevQueryCaps( hDC, CAPS_COLOR_PLANES, 1, &nPlanes ); in ImplCreateVirDevBitmap()
72 aBitmapInfo.cPlanes = nPlanes; in ImplCreateVirDevBitmap()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx148 sal_uInt16 nPlanes; member in GraphicDescriptor
222 sal_uInt16 GetPlanes() const { return nPlanes; } in GetPlanes()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx538 sal_uInt8 nPlanes, nBitCount; in ReadRecordParams() local
543 *pWMF >> nDontKnow >> nWidth >> nHeight >> nBytesPerScan >> nPlanes >> nBitCount; in ReadRecordParams()
545 if ( nWidth && nHeight && ( nPlanes == 1 ) && ( nBitCount == 1 ) ) in ReadRecordParams()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx277 sal_uInt8 nPlanes; // Anzahl der Bitplanes (0 bei Vektor) member in BmapType
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx413 case RTF_WBMPLANES: rPicType.nPlanes = nVal; break; in ReadBmpData()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx136 sal_uInt16 nPlanes; member
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx178 int nPlanes = GetDeviceCaps( hDC, PLANES ); in ImplInitSalGDI() local
180 int nBitCount = nBitsPixel * nPlanes; in ImplInitSalGDI()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3928 sal_uInt16 nWidth, nHeight, nPlanes, nDepth; in ReadBmp() local
3929 rStrm >> nHdrSize >> nWidth >> nHeight >> nPlanes >> nDepth; in ReadBmp()
3930 if( (nHdrSize == 12) && (nPlanes == 1) && (nDepth == 32) ) in ReadBmp()
3934 aMemStrm << nHdrSize << nWidth << nHeight << nPlanes << nDepth; in ReadBmp()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx50 nBitsPerPixel = nPlanes = 1; in ResetValues()

Completed in 128 milliseconds