Searched refs:nByteCountAsByte (Results 1 – 1 of 1) sorted by relevance
830 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local863 *pPict >> nByteCountAsByte; in ReadPixMapEtc()864 nByteCount = ( (sal_uInt16)nByteCountAsByte ) & 0x00ff; in ReadPixMapEtc()899 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local933 *pPict >> nByteCountAsByte; in ReadPixMapEtc()934 nByteCount = ( (sal_uInt16)nByteCountAsByte ) & 0x00ff; in ReadPixMapEtc()976 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local1027 *pPict >> nByteCountAsByte; in ReadPixMapEtc()1028 nByteCount = (sal_uInt8)nByteCountAsByte; in ReadPixMapEtc()
Completed in 11 milliseconds