Searched defs:makeRGBA (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp56 RGBA32 makeRGBA(int r, int g, int b, int a) function in namespace:WebCore
105 return makeRGBA(greyValue, greyValue, greyValue, static_cast<int>(alpha * scaleFactor));
111 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
123 return makeRGBA(r, g, b, static_cast<float>(nextafter(256, 0) * a));

Completed in 104 milliseconds