Home
last modified time | relevance | path

Searched refs:nbyte (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1766 *pOS2MET >> nbyte; nVal=((sal_uInt16)nbyte)|0xff00; in ReadOrder()
1948 sal_uInt8 nbyte; *pOS2MET >> nbyte; in ReadOrder() local
2177 *pOS2MET >> nbyte; p->nBitsPerPixel=nbyte; in ReadImageData()
2339 *pOS2MET >> nbyte; nElemLen=((sal_uInt16)nbyte) & 0x00ff; in ReadField()
2374 nbyte=((nbyte-0x30)<<4)|(nbyte2-0x30); in ReadField()
2419 *pOS2MET >> nbyte; nDataID=((sal_uInt16)nbyte)&0x00ff; in ReadField()
2427 *pOS2MET >> nbyte; nDataLen=((sal_uInt16)nbyte)&0x00ff; in ReadField()
2481 *pOS2MET >> nbyte; nOrderLen=(sal_uInt16)nbyte&0x00ff; in ReadField()
2482 *pOS2MET >> nbyte; if (nbyte!=0) nOrderLen=nOrderLen<<8|(((sal_uInt16)nbyte)&0x00ff); in ReadField()
2515 *pOS2MET >> nbyte; nDscID =((sal_uInt16)nbyte) & 0x00ff; in ReadField()
[all …]
/aoo41x/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx166 sal_uInt8 nbyte; in ImplReadHeader() local
170 *pPCX >> nbyte >> nVersion >> nEncoding; in ImplReadHeader()
171 …if ( nbyte!=0x0a || (nVersion != 0 && nVersion != 2 && nVersion != 3 && nVersion != 5) || nEncodin… in ImplReadHeader()
177 *pPCX >> nbyte; nBitsPerPlanePix = (sal_uLong)nbyte; in ImplReadHeader()
197 *pPCX >> nbyte; nPlanes = (sal_uLong)nbyte; in ImplReadHeader()
/aoo41x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx375 sal_uInt8 nbyte; in WriteFieldId() local
380 *pMET << nbyte; in WriteFieldId()
446 sal_uInt8 nbyte; in WriteChrSets() local
464 case WEIGHT_THIN: nbyte=1; break; in WriteChrSets()
465 case WEIGHT_ULTRALIGHT: nbyte=2; break; in WriteChrSets()
466 case WEIGHT_LIGHT: nbyte=3; break; in WriteChrSets()
467 case WEIGHT_SEMILIGHT: nbyte=4; break; in WriteChrSets()
473 default: nbyte=5; in WriteChrSets()
475 *pMET << nbyte; in WriteChrSets()
557 sal_uInt8 nbyte, * pBuf; in WriteImageObject() local
[all …]
/aoo41x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx90 unsigned char nbyte[8]; in read() local
97 stream >> ((char&)nbyte[ny]); in read()
99 if ( (nbyte[ny] & (1<<nx)) != 0 ) nBitCount++; in read()
104 nHiBytes=(((((((sal_uLong)nbyte[0])<<8)| in read()
105 (sal_uLong)nbyte[1])<<8)| in read()
106 (sal_uLong)nbyte[2])<<8)| in read()
107 (sal_uLong)nbyte[3]; in read()
108 nLoBytes=(((((((sal_uLong)nbyte[4])<<8)| in read()
109 (sal_uLong)nbyte[5])<<8)| in read()
110 (sal_uLong)nbyte[6])<<8)| in read()
[all …]

Completed in 675 milliseconds