Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1762 sal_uInt8 nbyte; in ReadOrder() local
1766 *pOS2MET >> nbyte; nVal=((sal_uInt16)nbyte)|0xff00; in ReadOrder()
1909 sal_uInt8 nbyte; in ReadOrder() local
1910 *pOS2MET >> nbyte; in ReadOrder()
1911 if (nbyte==0) aAttr.nLinWidth=aDefAttr.nLinWidth; in ReadOrder()
1912 else aAttr.nLinWidth=(sal_uInt16)nbyte-1; in ReadOrder()
1948 sal_uInt8 nbyte; *pOS2MET >> nbyte; in ReadOrder() local
1949 aAttr.nChrSet=((sal_uLong)nbyte)&0xff; in ReadOrder()
1970 sal_uInt8 nbyte; in ReadOrder() local
1979 *pOS2MET >> nbyte; in ReadOrder()
[all …]
/trunk/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()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx375 sal_uInt8 nbyte; in WriteFieldId() local
379 nbyte= '0' + (sal_uInt8)((nId >> (32-i*4)) & 0x0f); in WriteFieldId()
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()
468 case WEIGHT_NORMAL: nbyte=5; break; in WriteChrSets()
469 case WEIGHT_SEMIBOLD: nbyte=6; break; in WriteChrSets()
[all …]
/trunk/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 …]