Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DColor.cpp315 static int blendComponent(int c, int a) in blendComponent() function
354 int r = blendComponent(red(), alpha); in blendWithWhite()
355 int g = blendComponent(green(), alpha); in blendWithWhite()
356 int b = blendComponent(blue(), alpha); in blendWithWhite()