Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipict/
H A Dipict.cxx888 sal_uInt8 nByteCountAsByte(0); in ReadPixMapEtc() local
889 pPict->ReadUChar( nByteCountAsByte ); in ReadPixMapEtc()
890 nByteCount = static_cast<sal_uInt16>(nByteCountAsByte) & 0x00ff; in ReadPixMapEtc()
926 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local
972 pPict->ReadUChar( nByteCountAsByte ); in ReadPixMapEtc()
973 nByteCount = static_cast<sal_uInt16>(nByteCountAsByte) & 0x00ff; in ReadPixMapEtc()
1077 sal_uInt8 nByteCountAsByte; in ReadPixMapEtc() local
1102 pPict->ReadUChar( nByteCountAsByte ); in ReadPixMapEtc()
1103 nByteCount = nByteCountAsByte; in ReadPixMapEtc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipict/
H A Dipict.cxx881 sal_uInt8 nByteCountAsByte(0); in ReadPixMapEtc() local
882 pPict->ReadUChar( nByteCountAsByte ); in ReadPixMapEtc()
883 nByteCount = static_cast<sal_uInt16>(nByteCountAsByte) & 0x00ff; in ReadPixMapEtc()
919 sal_uInt8 nByteCountAsByte, nFlagCounterByte; in ReadPixMapEtc() local
965 pPict->ReadUChar( nByteCountAsByte ); in ReadPixMapEtc()
966 nByteCount = static_cast<sal_uInt16>(nByteCountAsByte) & 0x00ff; in ReadPixMapEtc()
1070 sal_uInt8 nByteCountAsByte; in ReadPixMapEtc() local
1092 pPict->ReadUChar( nByteCountAsByte ); in ReadPixMapEtc()
1093 nByteCount = nByteCountAsByte; in ReadPixMapEtc()