/third_party/flutter/skia/src/shaders/ |
D | SkShaderBase.h | 80 struct ContextRec { struct 81 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() argument 100 Context(const SkShaderBase& shader, const ContextRec&); argument 141 Context* makeContext(const ContextRec&, SkArenaAlloc*) const; 219 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext() argument
|
D | SkBitmapProcShader.cpp | 22 BitmapProcInfoContext(const SkShaderBase& shader, const SkShaderBase::ContextRec& rec, in BitmapProcInfoContext() 50 BitmapProcShaderContext(const SkShaderBase& shader, const SkShaderBase::ContextRec& rec, in BitmapProcShaderContext() 96 const SkImage_Base* image, const ContextRec& rec, SkArenaAlloc* alloc) in MakeContext()
|
D | SkShader.cpp | 80 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() 96 SkShaderBase::Context::Context(const SkShaderBase& shader, const ContextRec& rec) in Context() 113 bool SkShaderBase::ContextRec::isLegacyCompatible(SkColorSpace* shaderColorSpace) const { in isLegacyCompatible() 162 ContextRec cr(*opaquePaint, rec.fCTM, rec.fLocalM, rec.fDstColorType, sk_srgb_singleton()); in onAppendStages()
|
D | SkPictureShader.h | 43 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override; 58 const SkPictureShader&, const ContextRec&, sk_sp<SkShader> bitmapShader, SkArenaAlloc*);
|
D | SkLocalMatrixShader.cpp | 40 const ContextRec& rec, SkArenaAlloc* alloc) const in onMakeContext() 47 ContextRec newRec(rec); in onMakeContext()
|
D | SkLightingShader.cpp | 65 LightingShaderContext(const SkLightingShaderImpl&, const ContextRec&, 85 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override; 314 const SkLightingShaderImpl& shader, const ContextRec& rec, in LightingShaderContext() 453 const ContextRec& rec, SkArenaAlloc* alloc) const in onMakeContext()
|
D | SkBitmapProcShader.h | 20 const SkImage_Base*, const ContextRec&, SkArenaAlloc* alloc);
|
D | SkEmptyShader.h | 25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext() argument
|
D | SkImageShader.h | 43 Context* onMakeContext(const ContextRec&, SkArenaAlloc* storage) const override;
|
D | SkPictureShader.cpp | 293 SkShaderBase::Context* SkPictureShader::onMakeContext(const ContextRec& rec, SkArenaAlloc* alloc) in onMakeContext() 302 ContextRec localRec = rec; in onMakeContext() 317 const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader, in PictureShaderContext()
|
/third_party/skia/src/shaders/ |
D | SkShaderBase.h | 71 struct ContextRec { struct 72 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() function 94 Context(const SkShaderBase& shader, const ContextRec&); argument 135 Context* makeContext(const ContextRec&, SkArenaAlloc*) const; 222 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext() argument
|
D | SkPictureShader.h | 43 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override; 58 const SkPictureShader&, const ContextRec&, sk_sp<SkShader> bitmapShader, SkArenaAlloc*);
|
D | SkShader.cpp | 79 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() 95 SkShaderBase::Context::Context(const SkShaderBase& shader, const ContextRec& rec) in Context() 112 bool SkShaderBase::ContextRec::isLegacyCompatible(SkColorSpace* shaderColorSpace) const { in isLegacyCompatible() 177 ContextRec cr(*opaquePaint, rec.fMatrixProvider.localToDevice(), rec.fLocalM, rec.fDstColorType, in onAppendStages()
|
D | SkBitmapProcShader.cpp | 17 BitmapProcShaderContext(const SkShaderBase& shader, const SkShaderBase::ContextRec& rec, in BitmapProcShaderContext() 80 const SkImage_Base* image, const ContextRec& rec, SkArenaAlloc* alloc) in MakeContext()
|
D | SkLocalMatrixShader.cpp | 43 const ContextRec& rec, SkArenaAlloc* alloc) const in onMakeContext() 50 ContextRec newRec(rec); in onMakeContext() 141 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { return nullptr; } in onMakeContext() argument
|
D | SkBitmapProcShader.h | 21 const ContextRec&, SkArenaAlloc* alloc);
|
D | SkEmptyShader.h | 25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext() argument
|
/third_party/flutter/skia/src/core/ |
D | SkNormalMapSource.h | 23 SkNormalSource::Provider* asProvider(const SkShaderBase::ContextRec& rec, 29 bool computeNormTotalInverse(const SkShaderBase::ContextRec& rec,
|
D | SkNormalMapSource.cpp | 143 SkNormalSource::Provider* SkNormalMapSourceImpl::asProvider(const SkShaderBase::ContextRec &rec, in asProvider() 157 SkShaderBase::ContextRec overrideRec(overridePaint, *(rec.fMatrix), rec.fLocalMatrix, in asProvider() 168 bool SkNormalMapSourceImpl::computeNormTotalInverse(const SkShaderBase::ContextRec& rec, in computeNormTotalInverse()
|
D | SkNormalFlatSource.h | 21 SkNormalSource::Provider* asProvider(const SkShaderBase::ContextRec& rec,
|
D | SkNormalSource.h | 47 virtual Provider* asProvider(const SkShaderBase::ContextRec&, SkArenaAlloc*) const = 0;
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.h | 17 LinearGradient4fContext(const SkLinearGradient&, const ContextRec&);
|
D | SkLinearGradient.h | 26 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override;
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | SkLinearGradient.h | 26 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override;
|
D | Sk4fLinearGradient.h | 17 LinearGradient4fContext(const SkLinearGradient&, const ContextRec&);
|