Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx365 PSSetColor (maFillColor); in DrawRect()
366 PSSetColor (); in DrawRect()
372 PSSetColor (maLineColor); in DrawRect()
373 PSSetColor (); in DrawRect()
385 PSSetColor (maLineColor); in DrawLine()
386 PSSetColor (); in DrawLine()
400 PSSetColor (rPixelColor); in DrawPixel()
401 PSSetColor (); in DrawPixel()
416 PSSetColor (maLineColor); in DrawPolyLine()
417 PSSetColor (); in DrawPolyLine()
[all …]
/AOO41X/main/vcl/inc/
H A Dprintergfx.hxx262 void PSSetColor ();
267 void PSSetColor (const PrinterColor& rColor) in PSSetColor() function in psp::PrinterGfx