Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkPictureShader.cpp316 PictureShaderContext* ctx = in onMakeContext()
317 alloc->make<PictureShaderContext>(*this, rec, std::move(bitmapShader), alloc); in onMakeContext()
336 SkPictureShader::PictureShaderContext::PictureShaderContext( in PictureShaderContext() function in SkPictureShader::PictureShaderContext
346 uint32_t SkPictureShader::PictureShaderContext::getFlags() const { in getFlags()
351 SkShaderBase::Context::ShadeProc SkPictureShader::PictureShaderContext::asAShadeProc(void** ctx) { in asAShadeProc()
356 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
DSkPictureShader.h55 class PictureShaderContext : public Context {
57 PictureShaderContext(