Home | History | Annotate | Download | only in effects

Lines Matching refs:fDirection

43     memcpy(light.fDirection, direction, sizeof(light.fDirection));
64 normalize(fLight.fDirection);
101 matrix.mapVectors((SkVector*)(void*)light.fDirection, (SkVector*)(void*)fLight.fDirection, 1);
105 SkVector* vec = (SkVector*)(void*)light.fDirection;
106 vec->setLength(light.fDirection[0],
107 light.fDirection[1],
108 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1]));