HomeSort by relevance Sort by last modified time
    Searched refs:kPoint_LightType (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkLights.h 26 kPoint_LightType
58 return Light(kPoint_LightType, color, pos, intensity, isRadial);
68 SkASSERT(kPoint_LightType == fType);
72 SkASSERT(kPoint_LightType == fType);
  /external/skia/src/core/
SkLights.cpp 92 bool isPoint = Light::kPoint_LightType == light.type();
  /external/skia/src/effects/
SkLightingImageFilter.cpp 102 kPoint_LightType,
    [all...]

Completed in 6788 milliseconds