Searched refs:onCreateContext (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/skia/include/core/
H A DSkEmptyShader.h35 virtual SkShader::Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE {
H A DSkColorShader.h69 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkComposeShader.h73 virtual Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE;
/external/skia/include/core/
H A DSkEmptyShader.h35 virtual SkShader::Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE {
H A DSkColorShader.h69 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkComposeShader.h73 virtual Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/effects/
H A DSkTransparentShader.h38 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkFilterShader.h45 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkBitmapProcShader.h60 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkLocalMatrixShader.cpp24 SkShader::Context* SkLocalMatrixShader::onCreateContext(const ContextRec& rec, function in class:SkLocalMatrixShader
H A DSkLocalMatrixShader.h69 virtual Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE;
H A DSkPictureShader.h38 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
/external/skia/include/effects/
H A DSkTransparentShader.h38 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.h42 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkRadialGradient.h44 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkSweepGradient.h47 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkTwoPointRadialGradient.h49 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
/external/skia/src/core/
H A DSkBitmapProcShader.h60 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkFilterShader.h50 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkLocalMatrixShader.cpp22 SkShader::Context* SkLocalMatrixShader::onCreateContext(const ContextRec& rec, function in class:SkLocalMatrixShader
H A DSkLocalMatrixShader.h69 virtual Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE;
/external/skia/src/effects/gradients/
H A DSkLinearGradient.h42 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkRadialGradient.h44 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkSweepGradient.h47 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
H A DSkTwoPointRadialGradient.h49 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;

Completed in 962 milliseconds

123