Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx56 void ImplPutByte( sal_uInt8 ); // RLE decoding
199 ImplPutByte( aColor.GetBlue() ); // Format ist BGR in ImplWriteBody()
200 ImplPutByte( aColor.GetGreen() ); in ImplWriteBody()
201 ImplPutByte( aColor.GetRed() ); in ImplWriteBody()
203 if ( x & 1 ) ImplPutByte( 0 ); // WORD ALIGNMENT ??? in ImplWriteBody()
213 ImplPutByte ( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
215 if ( x & 1 ) ImplPutByte( 0 ); // WORD ALIGNMENT ??? in ImplWriteBody()
229 ImplPutByte( nDat ); in ImplWriteBody()
234 ImplPutByte( 0 ); // WORD ALIGNMENT ??? in ImplWriteBody()
237 ImplPutByte( mnRepVal + 1 ); // end of RLE decoding in ImplWriteBody()
[all …]

Completed in 17 milliseconds