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

  /external/chromium_org/third_party/skia/bench/
LightingBench.cpp 175 draw(loops, canvas, SkLightingImageFilter::CreatePointLitSpecular(getPointLocation(),
  /external/chromium_org/third_party/skia/gm/
lighting.cpp 107 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 61 static SkImageFilter* CreatePointLitSpecular(const SkPoint3& location,
  /external/skia/bench/
LightingBench.cpp 175 draw(loops, canvas, SkLightingImageFilter::CreatePointLitSpecular(getPointLocation(),
  /external/skia/gm/
lighting.cpp 106 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
  /external/skia/include/effects/
SkLightingImageFilter.h 61 static SkImageFilter* CreatePointLitSpecular(const SkPoint3& location,
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 317 SkLightingImageFilter::CreatePointLitSpecular(make_point(),
  /external/skia/samplecode/
SampleFilterFuzz.cpp 323 SkLightingImageFilter::CreatePointLitSpecular(make_point(),
  /external/skia/tests/
ImageFilterTest.cpp 265 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
364 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },
  /external/chromium_org/third_party/skia/tests/
ImageFilterTest.cpp 261 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
416 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 457 return adoptRef(SkLightingImageFilter::CreatePointLitSpecular(skPosition, lightColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect));
  /external/skia/src/effects/
SkLightingImageFilter.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp     [all...]

Completed in 2498 milliseconds