Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp147 class BaseLightingType { class
149 BaseLightingType() {} in BaseLightingType() function in __anone32f79b30111::BaseLightingType
150 virtual ~BaseLightingType() {} in ~BaseLightingType()
156 class DiffuseLightingType : public BaseLightingType {
177 class SpecularLightingType : public BaseLightingType {
286 static void lightBitmap(const BaseLightingType& lightingType, in lightBitmap()
376 static void lightBitmap(const BaseLightingType& lightingType, in lightBitmap()