Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp408 FELightingPaintingDataForNeon neonData = { in drawInteriorPixels() local
428 neonData.flags |= FLAG_POINT_LIGHT; in drawInteriorPixels()
435 neonData.flags |= FLAG_SPOT_LIGHT; in drawInteriorPixels()
450 neonData.coneExponent = getPowerCoefficients(spotLightSource->specularExponent()); in drawInteriorPixels()
452 neonData.flags |= FLAG_CONE_EXPONENT_IS_1; in drawInteriorPixels()
467 neonData.flags |= FLAG_SPECULAR_LIGHT; in drawInteriorPixels()
469 neonData.specularExponent = getPowerCoefficients(m_specularExponent); in drawInteriorPixels()
471 neonData.flags |= FLAG_SPECULAR_EXPONENT_IS_1; in drawInteriorPixels()
474 neonData.flags |= FLAG_DIFFUSE_CONST_IS_1; in drawInteriorPixels()
476 neonDrawLighting(&neonData); in drawInteriorPixels()