Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DColor.cpp305 const int cAlphaIncrement = 17; // Increments in between. variable
330 for (int alpha = cStartAlpha; alpha <= cEndAlpha; alpha += cAlphaIncrement) { in blendWithWhite()