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

  /external/skia/include/core/
SkLights.h 25 kDirectional_LightType,
49 Light light(kDirectional_LightType, color, dir, isRadial);
64 SkASSERT(kDirectional_LightType == fType);
  /external/skia/src/shaders/
SkLightingShader.cpp 243 if (SkLights::Light::kDirectional_LightType == lights->light(i).type()) {
384 if (SkLights::Light::kDirectional_LightType == light.type()) {

Completed in 71 milliseconds