Home
last modified time | relevance | path

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

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