Searched defs:onCreateContext (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkLocalMatrixShader.cpp25 SkShader::Context* SkLocalMatrixShader::onCreateContext(const ContextRec& rec, function in class:SkLocalMatrixShader
H A DSkFilterShader.cpp59 SkShader::Context* SkFilterShader::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkFilterShader
H A DSkComposeShader.cpp78 SkShader::Context* SkComposeShader::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkComposeShader
H A DSkBitmapProcShader.cpp87 SkShader::Context* SkBitmapProcShader::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkBitmapProcShader
H A DSkPictureShader.cpp232 SkShader::Context* SkPictureShader::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkPictureShader
H A DSkShader.cpp92 return this->onCreateContext(rec, storage);
95 SkShader::Context* SkShader::onCreateContext(const ContextRec& rec, void*) const { function in class:SkShader
281 SkShader::Context* SkColorShader::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkColorShader
/external/skia/src/effects/
H A DSkTransparentShader.cpp14 SkShader::Context* SkTransparentShader::onCreateContext(const ContextRec& rec, function in class:SkTransparentShader
H A DSkPerlinNoiseShader.cpp430 SkShader::Context* SkPerlinNoiseShader::onCreateContext(const ContextRec& rec, function in class:SkPerlinNoiseShader::PaintingData::SkPerlinNoiseShader
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp85 SkShader::Context* SkLinearGradient::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkLinearGradient
H A DSkSweepGradient.cpp67 SkShader::Context* SkSweepGradient::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkSweepGradient
H A DSkTwoPointConicalGradient.cpp218 SkShader::Context* SkTwoPointConicalGradient::onCreateContext(const ContextRec& rec, function in class:SkTwoPointConicalGradient
H A DSkRadialGradient.cpp162 SkShader::Context* SkRadialGradient::onCreateContext(const ContextRec& rec, void* storage) const { function in class:SkRadialGradient

Completed in 523 milliseconds