Lines Matching refs:rHatch
1047 void OutputDevice::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in DrawHatch() argument
1052 Hatch aHatch( rHatch ); in DrawHatch()
1058 Color aColor( rHatch.GetColor() ); in DrawHatch()
1120 mpAlphaVDev->DrawHatch( rPolyPoly, rHatch ); in DrawHatch()
1125 void OutputDevice::AddHatchActions( const PolyPolygon& rPolyPoly, const Hatch& rHatch, in AddHatchActions() argument
1139 mpMetaFile->AddAction( new MetaLineColorAction( rHatch.GetColor(), sal_True ) ); in AddHatchActions()
1140 ImplDrawHatch( aPolyPoly, rHatch, sal_True ); in AddHatchActions()
1148 void OutputDevice::ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool bMtf ) in ImplDrawHatch() argument
1169 ImplDrawHatch(aPolyPoly, rHatch, bMtf); in ImplDrawHatch()
1175 …const long nWidth = ImplDevicePixelToLogicWidth( Max( ImplLogicWidthToDevicePixel( rHatch.GetDista… in ImplDrawHatch()
1182 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle(), aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch()
1191 if( ( rHatch.GetStyle() == HATCH_DOUBLE ) || ( rHatch.GetStyle() == HATCH_TRIPLE ) ) in ImplDrawHatch()
1194 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 900, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch()
1203 if( rHatch.GetStyle() == HATCH_TRIPLE ) in ImplDrawHatch()
1206 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 450, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch()