Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx848 void SwSubFont::_DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ) in _DrawText() argument
850 rInf.SetGreyWave( bGrey ); in _DrawText()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx80 void _DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey );
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx923 bool bGrey = m_aContext.ColorMode == PDFWriter::DrawGreyscale; in appendStrokingColor() local
924 appendColor( rColor, rBuffer, bGrey ); in appendStrokingColor()
925 rBuffer.append( bGrey ? " G" : " RG" ); in appendStrokingColor()
933 bool bGrey = m_aContext.ColorMode == PDFWriter::DrawGreyscale; in appendNonStrokingColor() local
934 appendColor( rColor, rBuffer, bGrey ); in appendNonStrokingColor()
935 rBuffer.append( bGrey ? " g" : " rg" ); in appendNonStrokingColor()

Completed in 64 milliseconds