Lines Matching refs:maLineColor

128         maLineColor (0, 0xff, 0),  in PrinterGfx()
164 maLineColor = PrinterColor(); in Clear()
370 if( maLineColor.Is() ) in DrawRect()
372 PSSetColor (maLineColor); in DrawRect()
383 if( maLineColor.Is() ) in DrawLine()
385 PSSetColor (maLineColor); in DrawLine()
414 if( maLineColor.Is() && nPoints && pPath ) in DrawPolyLine()
416 PSSetColor (maLineColor); in DrawPolyLine()
430 if (!(nPoints > 1) || (pPath == NULL) || !(maFillColor.Is() || maLineColor.Is())) in DrawPolygon()
449 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygon()
460 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygon()
463 if (maLineColor.Is ()) in DrawPolygon()
465 PSSetColor (maLineColor); in DrawPolygon()
476 if ( !nPoly || !pPaths || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygon()
496 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygon()
508 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygon()
512 if( maLineColor.Is() ) in DrawPolyPolygon()
514 PSSetColor (maLineColor); in DrawPolyPolygon()
531 if ( nPoints > 1 && maLineColor.Is() && pPath ) in DrawPolyLineBezier()
533 PSSetColor (maLineColor); in DrawPolyLineBezier()
582 if (!(nPoints > 1) || (pPath == NULL) || !(maFillColor.Is() || maLineColor.Is())) in DrawPolygonBezier()
617 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygonBezier()
628 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygonBezier()
637 if ( !nPoly || !pPtAry || !pPoints || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygonBezier()
682 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygonBezier()
693 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygonBezier()