Home | History | Annotate | Download | only in effects

Lines Matching refs:fLight

69     : fLight(light), fBlurSigma(blurSigma) {
70 normalize(fLight.fDirection);
108 Light light = fLight;
110 (SkVector*)(void*)fLight.fDirection, 1);
117 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1]));
138 Light tmpLight = fLight;
149 str->appendScalar(fLight.fDirection[0]);
151 str->appendScalar(fLight.fDirection[1]);
153 str->appendScalar(fLight.fDirection[2]);
157 fLight.fAmbient, fLight.fSpecular);