Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkLightingImageFilter.cpp165 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, c… in lightBitmap() argument
179 …*dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surface… in lightBitmap()
186 …*dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLi… in lightBitmap()
190 …*dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfac… in lightBitmap()
207 …*dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToL… in lightBitmap()
214 …*dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfac… in lightBitmap()
218 …*dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceTo… in lightBitmap()
232 …*dptr++ = lightingType.light(bottomLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surf… in lightBitmap()
239 …*dptr++ = lightingType.light(bottomNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceT… in lightBitmap()
243 …*dptr++ = lightingType.light(bottomRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(sur… in lightBitmap()
[all …]
/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp43 FELighting::FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float… in FELighting() argument
47 , m_lightingType(lightingType) in FELighting()