Home
last modified time | relevance | path

Searched refs:blendComponent (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DColor.cpp294 static int blendComponent(int c, int a) in blendComponent() function
333 int r = blendComponent(red(), alpha); in blendWithWhite()
334 int g = blendComponent(green(), alpha); in blendWithWhite()
335 int b = blendComponent(blue(), alpha); in blendWithWhite()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1415095 (WebCore::blendComponent): Renamed the static method blend() to this.