OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LightingType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.h
50
enum
LightingType
{
91
FELighting(Filter*,
LightingType
, const Color&, float, float, float, float, float, float, PassRefPtr<LightSource>);
106
LightingType
m_lightingType;
FELighting.cpp
39
FELighting::FELighting(Filter* filter,
LightingType
lightingType
, const Color& lightingColor, float surfaceScale,
43
, m_lightingType(
lightingType
)
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
169
template <class
LightingType
, class LightType> void lightBitmap(
170
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
[
all
...]
Completed in 135 milliseconds