Searched refs:aApproachColor (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/workben/ |
H A D | svptest.cxx | 339 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/padmin/source/ |
H A D | padialog.cxx | 556 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/basebmp/test/ |
H A D | bmpdemo.cxx | 1150 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 32 milliseconds