Searched refs:fLightColor (Results 1 – 1 of 1) sorted by relevance
164 fLightColor = lights->light(i).color(); in LightingFP()176 fLightColor.fX = 0.0f; in LightingGLFP()256 if (lightColor != fLightColor) { in onSetData()258 fLightColor = lightColor; in onSetData()278 SkColor3f fLightColor; member in LightingFP::LightingGLFP299 const SkColor3f& lightColor() const { return fLightColor; } in lightColor()313 fLightColor == lightingFP.fLightColor && in onIsEqual()323 SkColor3f fLightColor; member in LightingFP