Home | History | Annotate | Download | only in wince

Lines Matching refs:Red

369     return CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue()));
374 return CreateSolidBrush(RGB(col.red(), col.green(), col.blue()));
969 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue())));
1351 return Color(stop.red, stop.green, stop.blue, stop.alpha);
1354 return Color((stop.red + lastStop.red) * 0.5f
1455 Color color(stop.red, stop.green, stop.blue, stop.alpha);
1508 tv[iTv].Red = stop.red * 0xFFFF;
1650 COLORREF fontColor = RGB(color.red(), color.green(), color.blue());
1683 shadowRGBColor = RGB(shadowColor.red(), shadowColor.green(), shadowColor.blue());