Lines Matching refs:aSelectionFillCol
9463 Color aSelectionFillCol( aSelectionBorderCol ); in DrawSelectionBackground() local
9475 aSelectionFillCol.RGBtoHSB( h, s, b ); in DrawSelectionBackground()
9478 aSelectionFillCol.SetColor( Color::HSBtoRGB( h, s, b ) ); in DrawSelectionBackground()
9479 aSelectionBorderCol = aSelectionFillCol; in DrawSelectionBackground()
9510 aSelectionFillCol = COL_BLACK; in DrawSelectionBackground()
9519 aSelectionFillCol = COL_LIGHTGRAY; in DrawSelectionBackground()
9522 aSelectionFillCol = COL_BLACK; in DrawSelectionBackground()
9532 aSelectionFillCol = COL_GRAY; in DrawSelectionBackground()
9535 aSelectionFillCol = COL_BLACK; in DrawSelectionBackground()
9545 aSelectionFillCol = COL_LIGHTGRAY; in DrawSelectionBackground()
9548 aSelectionFillCol = COL_BLACK; in DrawSelectionBackground()
9568 SetFillColor( aSelectionFillCol ); in DrawSelectionBackground()
9573 int nTextDiff = abs(aSelectionFillCol.GetLuminance() - aTextColor.GetLuminance()); in DrawSelectionBackground()
9574 int nHLDiff = abs(aSelectionFillCol.GetLuminance() - aHLTextColor.GetLuminance()); in DrawSelectionBackground()