Searched refs:SkLightingShaderImpl (Results 1 – 2 of 2) sorted by relevance
41 class SK_API SkLightingShaderImpl : public SkShader { class53 SkLightingShaderImpl(const SkBitmap& diffuse, const SkBitmap& normal, in SkLightingShaderImpl() function in SkLightingShaderImpl88 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 …]
118 friend class SkLightingShaderImpl; member