/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() argument 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 | 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 | SkPictureShader.h | 43 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override; 58 const SkPictureShader&, const ContextRec&, sk_sp<SkShader> bitmapShader, SkArenaAlloc*);
|
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.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 | SkBitmapProcShader.h | 21 const ContextRec&, SkArenaAlloc* alloc);
|
D | SkEmptyShader.h | 25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext() argument
|
D | SkLocalMatrixShader.h | 44 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override;
|
D | SkPictureShader.cpp | 319 SkShaderBase::Context* SkPictureShader::onMakeContext(const ContextRec& rec, SkArenaAlloc* alloc) in onMakeContext() 328 ContextRec localRec = rec; in onMakeContext() 343 const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader, in PictureShaderContext()
|
D | SkImageShader.h | 44 Context* onMakeContext(const ContextRec&, SkArenaAlloc* storage) const override;
|
D | SkPerlinNoiseShader.cpp | 282 PerlinNoiseShaderContext(const SkPerlinNoiseShaderImpl& shader, const ContextRec&); 315 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override; 528 SkShaderBase::Context* SkPerlinNoiseShaderImpl::onMakeContext(const ContextRec& rec, in onMakeContext() 535 static inline SkMatrix total_matrix(const SkShaderBase::ContextRec& rec, in total_matrix() 546 const SkPerlinNoiseShaderImpl& shader, const ContextRec& rec) in PerlinNoiseShaderContext()
|
D | SkImageShader.cpp | 176 SkShaderBase::Context* SkImageShader::onMakeContext(const ContextRec& rec, in onMakeContext()
|
/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;
|
D | Sk4fGradientBase.h | 58 const ContextRec&);
|
D | SkLinearGradient.cpp | 56 const ContextRec& rec, SkArenaAlloc* alloc) const in onMakeContext()
|
D | Sk4fGradientBase.cpp | 291 const ContextRec& rec) in GradientShaderBase4fContext()
|
D | Sk4fLinearGradient.cpp | 93 const ContextRec& rec) in LinearGradient4fContext()
|
/third_party/skia/experimental/skrive/src/reader/ |
D | JsonReader.cpp | 240 struct ContextRec { struct in skrive::internal::__anonfb9e2cf10111::JsonReader 247 std::vector<ContextRec> fContextStack;
|
/third_party/skia/src/core/ |
D | SkDraw_vertices.cpp | 83 Context* onMakeContext(const ContextRec& rec, SkArenaAlloc* alloc) const override { in onMakeContext()
|