Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/eps/
H A Deps.cxx190 void ImplWriteHexByte( sal_uInt8 nNumb, sal_uLong nMode = PS_WRAP );
1840 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1889 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1906 ImplWriteHexByte( aBitmapColor.GetRed(), PS_NONE ); in ImplBmp()
1907 ImplWriteHexByte( aBitmapColor.GetGreen(), PS_NONE ); in ImplBmp()
1908 ImplWriteHexByte( aBitmapColor.GetBlue(), PS_SPACE | PS_WRAP ); in ImplBmp()
1952 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
2003 ImplWriteHexByte( aBitmapColor.GetRed() ); in ImplBmp()
2004 ImplWriteHexByte( aBitmapColor.GetGreen() ); in ImplBmp()
2005 ImplWriteHexByte( aBitmapColor.GetBlue() ); in ImplBmp()
[all …]