Home | History | Annotate | Download | only in rendering

Lines Matching refs:Color

136         Color startColor = object->style()->color();
138 gradient->addColorStop(1.0, Color(startColor.red() / 2, startColor.green() / 2, startColor.blue() / 2, startColor.alpha()));
173 Color originalColor = context->strokeColor();
174 if (originalColor != Color::white)
175 context->setStrokeColor(Color::white, DeviceColorSpace);
180 if (originalColor != Color::white)
202 Color originalColor = context->strokeColor();
208 // Draw the left border using CSS defined width and color.
214 // Draw the right border using CSS defined width and color.