Home
last modified time | relevance | path

Searched refs:aInc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1178 Size aInc; in ImplDrawHatch() local
1182 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle(), aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch()
1186 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch()
1187 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch()
1194 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 900, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch()
1198 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch()
1199 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch()
1206 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 450, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch()
1210 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch()
1211 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch()
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.cxx174 FixCpx aInc; in ImpATanx2() local
202 aInc.r.x = CosTab[i]>>Sft; // e**(i(phi1+phi2)) = in ImpATanx2()
203 aInc.i.x = SinTab[i]>>Sft; // e**(i*phi1)) * e**(i*phi2)) in ImpATanx2()
204 aTry = aIter*aInc; in ImpATanx2()
/trunk/main/idl/source/prj/
H A Dcommand.cxx409 ByteString aInc( getenv( "INCLUDE" ) ); in SvCommand() local
411 if( aInc.Len() ) in SvCommand()
415 aPath += String::CreateFromAscii( aInc.GetBuffer() ); in SvCommand()

Completed in 31 milliseconds