Searched defs:SpecularLightingType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp79 class SpecularLightingType { class in namespace:__anon15209
81 SpecularLightingType(SkScalar ks, SkScalar shininess) function in class:__anon15209::SpecularLightingType
1159 SpecularLightingType lightingType(fKS, fShininess);
1166 lightBitmap<SpecularLightingType, SkDistantLight>(lightingType, transformedLight, src, dst, surfaceScale(), bounds);
1169 lightBitmap<SpecularLightingType, SkPointLight>(lightingType, transformedLight, src, dst, surfaceScale(), bounds);
1172 lightBitmap<SpecularLightingType, SkSpotLight>(lightingType, transformedLight, src, dst, surfaceScale(), bounds);
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp75 class SpecularLightingType { class in namespace:__anon30618
77 SpecularLightingType(SkScalar ks, SkScalar shininess) function in class:__anon30618::SpecularLightingType
1058 SpecularLightingType lightingType(fKS, fShininess);
1065 lightBitmap<SpecularLightingType, SkDistantLight>(lightingType, transformedLight, src, dst, surfaceScale(), bounds);
1068 lightBitmap<SpecularLightingType, SkPointLight>(lightingType, transformedLight, src, dst, surfaceScale(), bounds);
1071 lightBitmap<SpecularLightingType, SkSpotLight>(lightingType, transformedLight, src, dst, surfaceScale(), bounds);

Completed in 74 milliseconds