Searched refs:lightingType (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp164 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) { argument
181 *dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
188 *dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
192 *dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
208 *dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
215 *dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
219 *dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
232 *dptr++ = lightingType.light(bottomLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
239 *dptr++ = lightingType.light(bottomNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
243 *dptr++ = lightingType
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp170 const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst,
188 *dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight,
196 *dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight,
201 *dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight,
218 *dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight,
226 *dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight,
231 *dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight,
245 *dptr++ = lightingType.light(bottomLeftNormal(m, surfaceScale), surfaceToLight,
253 *dptr++ = lightingType.light(bottomNormal(m, surfaceScale), surfaceToLight,
258 *dptr++ = lightingType
169 lightBitmap( const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp39 FELighting::FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float surfaceScale, argument
43 , m_lightingType(lightingType)

Completed in 95 milliseconds