Home
last modified time | relevance | path

Searched refs:onCreateContext (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/core/
DSkEmptyShader.h33 SkShader::Context* onCreateContext(const ContextRec&, void*) const override { in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS()
DSkShader.cpp92 return this->onCreateContext(rec, storage); in createContext()
95 SkShader::Context* SkShader::onCreateContext(const ContextRec& rec, void*) const { in onCreateContext() function in SkShader
275 SkShader::Context* SkColorShader::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkColorShader
DSkColorFilterShader.h54 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkColorShader.h63 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkLocalMatrixShader.h54 Context* onCreateContext(const ContextRec&, void*) const override;
DSkComposeShader.h80 Context* onCreateContext(const ContextRec&, void*) const override;
DSkLocalMatrixShader.cpp25 SkShader::Context* SkLocalMatrixShader::onCreateContext(const ContextRec& rec, in onCreateContext() function in SkLocalMatrixShader
DSkPictureShader.h43 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkBitmapProcShader.h57 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkColorFilterShader.cpp55 SkShader::Context* SkColorFilterShader::onCreateContext(const ContextRec& rec, in onCreateContext() function in SkColorFilterShader
DSkLightingShader.cpp109 Context* onCreateContext(const ContextRec&, void*) const override;
658 SkShader::Context* SkLightingShaderImpl::onCreateContext(const ContextRec& rec, in onCreateContext() function in SkLightingShaderImpl
DSkComposeShader.cpp78 SkShader::Context* SkComposeShader::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkComposeShader
DSkBitmapProcShader.cpp97 SkShader::Context* SkBitmapProcShader::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkBitmapProcShader
DSkPictureShader.cpp244 SkShader::Context* SkPictureShader::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkPictureShader
/external/skia/src/image/
DSkImageShader.h31 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkImageShader.cpp49 SkShader::Context* SkImageShader::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkImageShader
/external/skia/src/effects/gradients/
DSkSweepGradient.h44 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkRadialGradient.h44 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkLinearGradient.h74 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkTwoPointConicalGradient.h85 Context* onCreateContext(const ContextRec&, void* storage) const override;
DSkSweepGradient.cpp52 SkShader::Context* SkSweepGradient::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkSweepGradient
DSkRadialGradient.cpp47 SkShader::Context* SkRadialGradient::onCreateContext(const ContextRec& rec, void* storage) const { in onCreateContext() function in SkRadialGradient
/external/skia/include/effects/
DSkPerlinNoiseShader.h108 Context* onCreateContext(const ContextRec&, void* storage) const override;
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.h121 Context* onCreateContext(const ContextRec&, void* storage) const override;
/external/skia/include/core/
DSkShader.h421 virtual Context* onCreateContext(const ContextRec&, void* storage) const;

12