Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLightingShader.cpp84 class LightingShaderContext : public SkShader::Context { class in SkLightingShaderImpl
88 LightingShaderContext(const SkLightingShaderImpl&, const ContextRec&,
90 ~LightingShaderContext() override;
420 return 2 * sizeof(SkBitmapProcState) + sizeof(LightingShaderContext); in contextSize()
423 SkLightingShaderImpl::LightingShaderContext::LightingShaderContext(const SkLightingShaderImpl& shad… in LightingShaderContext() function in SkLightingShaderImpl::LightingShaderContext
443 SkLightingShaderImpl::LightingShaderContext::~LightingShaderContext() { in ~LightingShaderContext()
476 void SkLightingShaderImpl::LightingShaderContext::shadeSpan(int x, int y, in shadeSpan()
670 void* diffuseStateStorage = (char*)storage + sizeof(LightingShaderContext); in onCreateContext()
679 …void* normalStateStorage = (char*)storage + sizeof(LightingShaderContext) + sizeof(SkBitmapProcSta… in onCreateContext()
689 return new (storage) LightingShaderContext(*this, rec, diffuseState, normalState); in onCreateContext()