Home
last modified time | relevance | path

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

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