Searched refs:bGrey (Results 1 – 3 of 3) sorted by relevance
848 void SwSubFont::_DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ) in _DrawText() argument850 rInf.SetGreyWave( bGrey ); in _DrawText()
80 void _DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey );
923 bool bGrey = m_aContext.ColorMode == PDFWriter::DrawGreyscale; in appendStrokingColor() local924 appendColor( rColor, rBuffer, bGrey ); in appendStrokingColor()925 rBuffer.append( bGrey ? " G" : " RG" ); in appendStrokingColor()933 bool bGrey = m_aContext.ColorMode == PDFWriter::DrawGreyscale; in appendNonStrokingColor() local934 appendColor( rColor, rBuffer, bGrey ); in appendNonStrokingColor()935 rBuffer.append( bGrey ? " g" : " rg" ); in appendNonStrokingColor()
Completed in 84 milliseconds