Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.h178 const float cMaxSigma = 4.0f; variable
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp798 while (sigma > cMaxSigma) { in endShadowDraw()