Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/shaders/
DSkPictureShader.cpp305 PictureShaderContext* ctx = in onMakeContext()
306 alloc->make<PictureShaderContext>(*this, localRec, std::move(bitmapShader), alloc); in onMakeContext()
316 SkPictureShader::PictureShaderContext::PictureShaderContext( in PictureShaderContext() function in SkPictureShader::PictureShaderContext
326 uint32_t SkPictureShader::PictureShaderContext::getFlags() const { in getFlags()
331 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
DSkPictureShader.h55 class PictureShaderContext : public Context {
57 PictureShaderContext(
/third_party/skia/src/shaders/
DSkPictureShader.h55 class PictureShaderContext : public Context {
57 PictureShaderContext(
DSkPictureShader.cpp331 PictureShaderContext* ctx = in onMakeContext()
332 alloc->make<PictureShaderContext>(*this, localRec, std::move(bitmapShader), alloc); in onMakeContext()
342 SkPictureShader::PictureShaderContext::PictureShaderContext( in PictureShaderContext() function in SkPictureShader::PictureShaderContext
352 uint32_t SkPictureShader::PictureShaderContext::getFlags() const { in getFlags()
357 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()