Searched refs:aEndPt1 (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 1177 Point aPt1, aPt2, aEndPt1; in ImplDrawHatch() local 1182 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle(), aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch() 1189 while( ( aPt1.X() <= aEndPt1.X() ) && ( aPt1.Y() <= aEndPt1.Y() ) ); in ImplDrawHatch() 1194 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 900, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch() 1201 while( ( aPt1.X() <= aEndPt1.X() ) && ( aPt1.Y() <= aEndPt1.Y() ) ); in ImplDrawHatch() 1206 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 450, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch() 1213 while( ( aPt1.X() <= aEndPt1.X() ) && ( aPt1.Y() <= aEndPt1.Y() ) ); in ImplDrawHatch()
|
Completed in 19 milliseconds