HomeSort by relevance Sort by last modified time
    Searched full:lightend (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 336 const int lightEnd = theme->isPressed(o) ? 1 : 0;
337 const int darkEnd = !lightEnd;
338 p[lightEnd].set(SkIntToScalar(rect.x()), SkIntToScalar(rect.y()));

Completed in 34 milliseconds