Home
last modified time | relevance | path

Searched refs:aApproachColor (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/padmin/source/
H A Dpadialog.cxx556 Color aApproachColor( 0, 0, 200 ); in printPage() local
560 aLineColor = approachColor( aLineColor, aApproachColor ); in printPage()
564 if( aApproachColor.IsRGBEqual( aLineColor ) ) in printPage()
566 if( aApproachColor.GetRed() ) in printPage()
567 aApproachColor = Color( 0, 0, 200 ); in printPage()
568 else if( aApproachColor.GetGreen() ) in printPage()
569 aApproachColor = Color( 200, 0, 0 ); in printPage()
571 aApproachColor = Color( 0, 200, 0 ); in printPage()
/trunk/main/vcl/workben/
H A Dsvptest.cxx339 Color aApproachColor( 0, 0, 200 ); in Paint() local
343 aLineColor = approachColor( aLineColor, aApproachColor ); in Paint()
347 if( aApproachColor.IsRGBEqual( aLineColor ) ) in Paint()
349 if( aApproachColor.GetRed() ) in Paint()
350 aApproachColor = Color( 0, 0, 200 ); in Paint()
351 else if( aApproachColor.GetGreen() ) in Paint()
352 aApproachColor = Color( 200, 0, 0 ); in Paint()
354 aApproachColor = Color( 0, 200, 0 ); in Paint()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1150 basebmp::Color aApproachColor( 0, 0, 200 ); in Paint() local
1153 aLineColor = approachColor( aLineColor, aApproachColor ); in Paint()
1156 if( aApproachColor == aLineColor ) in Paint()
1158 if( aApproachColor.getRed() ) in Paint()
1159 aApproachColor = basebmp::Color( 0, 0, 200 ); in Paint()
1160 else if( aApproachColor.getGreen() ) in Paint()
1161 aApproachColor = basebmp::Color( 200, 0, 0 ); in Paint()
1163 aApproachColor = basebmp::Color( 0, 200, 0 ); in Paint()

Completed in 29 milliseconds