Home
last modified time | relevance | path

Searched refs:nFlagCounterByte (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx830 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local
870 *pPict >> nFlagCounterByte; in ReadPixMapEtc()
871 if ( ( nFlagCounterByte & 0x80 ) == 0 ) in ReadPixMapEtc()
873 nCount = ( (sal_uInt16)nFlagCounterByte ) + 1; in ReadPixMapEtc()
899 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local
939 *pPict >> nFlagCounterByte; in ReadPixMapEtc()
940 if ( (nFlagCounterByte & 0x80) == 0) in ReadPixMapEtc()
942 nCount=((sal_uInt16)nFlagCounterByte)+1; in ReadPixMapEtc()
976 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local
1034 *pPict >> nFlagCounterByte; in ReadPixMapEtc()
[all …]
/aoo4110/main/filter/source/graphicfilter/epict/
H A Depict.cxx897 sal_uInt8 nFlagCounterByte, nRed, nGreen, nBlue; in WriteOpcode_BitsRect() local
1047 nFlagCounterByte = (sal_uInt8)(nCount-1); in WriteOpcode_BitsRect()
1048 *pPict << nFlagCounterByte; in WriteOpcode_BitsRect()
1070 nFlagCounterByte = (sal_uInt8)( 1 - (long)nCount ); in WriteOpcode_BitsRect()
1071 *pPict << nFlagCounterByte << nEquData; in WriteOpcode_BitsRect()
1243 nFlagCounterByte = (sal_uInt8)( nCount - 1 ); in WriteOpcode_BitsRect()
1244 *pPict << nFlagCounterByte; in WriteOpcode_BitsRect()
1265 nFlagCounterByte = (sal_uInt8)( 1 - (long)nCount ); in WriteOpcode_BitsRect()
1266 *pPict << nFlagCounterByte << nEquData; in WriteOpcode_BitsRect()

Completed in 24 milliseconds