Home
last modified time | relevance | path

Searched refs:SkLightingShaderImpl (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkLightingShader.cpp41 class SK_API SkLightingShaderImpl : public SkShader { class
53 SkLightingShaderImpl(const SkBitmap& diffuse, const SkBitmap& normal, in SkLightingShaderImpl() function in SkLightingShaderImpl
88 LightingShaderContext(const SkLightingShaderImpl&, const ContextRec&,
105 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLightingShaderImpl)
354 const GrFragmentProcessor* SkLightingShaderImpl::asFragmentProcessor( in asFragmentProcessor()
415 bool SkLightingShaderImpl::isOpaque() const { in isOpaque()
419 size_t SkLightingShaderImpl::contextSize(const ContextRec&) const { in contextSize()
423 SkLightingShaderImpl::LightingShaderContext::LightingShaderContext(const SkLightingShaderImpl& shad… in LightingShaderContext()
443 SkLightingShaderImpl::LightingShaderContext::~LightingShaderContext() { in ~LightingShaderContext()
476 void SkLightingShaderImpl::LightingShaderContext::shadeSpan(int x, int y, in shadeSpan()
[all …]
DSkBitmapProcState.h118 friend class SkLightingShaderImpl; member