HomeSort by relevance Sort by last modified time
    Searched full:redcomponent (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/mac/
ColorMac.mm 55 CGFloat redComponent;
59 [c getRed:&redComponent green:&greenComponent blue:&blueComponent alpha:&alpha];
61 return makeRGBA(255 * redComponent, 255 * greenComponent, 255 * blueComponent, 255 * alpha);
  /external/webkit/WebCore/platform/mac/
DragDataMac.mm 99 return makeRGBA((int)([color redComponent] * 255.0 + 0.5), (int)([color greenComponent] * 255.0 + 0.5),
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 189 return Color(static_cast<int>(255.0 * [color redComponent]), static_cast<int>(255.0 * [color greenComponent]), static_cast<int>(255.0 * [color blueComponent]));
195 return Color(static_cast<int>(255.0 * [color redComponent]), static_cast<int>(255.0 * [color greenComponent]), static_cast<int>(255.0 * [color blueComponent]));
201 return Color(static_cast<int>(255.0 * [color redComponent]), static_cast<int>(255.0 * [color greenComponent]), static_cast<int>(255.0 * [color blueComponent]));
320 return makeRGB(static_cast<int>(scaleFactor * [colorInColorSpace redComponent]),
    [all...]
RenderThemeMac.mm 137 return Color(static_cast<int>(255.0 * [color redComponent]), static_cast<int>(255.0 * [color greenComponent]), static_cast<int>(255.0 * [color blueComponent]));
143 return Color(static_cast<int>(255.0 * [color redComponent]), static_cast<int>(255.0 * [color greenComponent]), static_cast<int>(255.0 * [color blueComponent]));
149 return Color(static_cast<int>(255.0 * [color redComponent]), static_cast<int>(255.0 * [color greenComponent]), static_cast<int>(255.0 * [color blueComponent]));
268 return makeRGB(static_cast<int>(scaleFactor * [colorInColorSpace redComponent]),
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 432 milliseconds