Searched defs:SkHighContrast_Filter (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkHighContrastFilter.cpp26 class SkHighContrast_Filter : public SkColorFilter { class in inherits:SkColorFilter
28 SkHighContrast_Filter(const SkHighContrastConfig& config) { function in class:SkHighContrast_Filter
36 ~SkHighContrast_Filter() override {}
50 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkHighContrast_Filter)
63 void SkHighContrast_Filter::onAppendStages(SkRasterPipeline* p,
137 void SkHighContrast_Filter::flatten(SkWriteBuffer& buffer) const {
143 sk_sp<SkFlattenable> SkHighContrast_Filter::CreateProc(SkReadBuffer& buffer) {
157 return sk_make_sp<SkHighContrast_Filter>(config);
161 void SkHighContrast_Filter::toString(SkString* str) const {
167 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkHighContrast_Filter)
[all...]
/external/skqp/src/effects/
H A DSkHighContrastFilter.cpp26 class SkHighContrast_Filter : public SkColorFilter { class in inherits:SkColorFilter
28 SkHighContrast_Filter(const SkHighContrastConfig& config) { function in class:SkHighContrast_Filter
36 ~SkHighContrast_Filter() override {}
50 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkHighContrast_Filter)
63 void SkHighContrast_Filter::onAppendStages(SkRasterPipeline* p,
137 void SkHighContrast_Filter::flatten(SkWriteBuffer& buffer) const {
143 sk_sp<SkFlattenable> SkHighContrast_Filter::CreateProc(SkReadBuffer& buffer) {
157 return sk_make_sp<SkHighContrast_Filter>(config);
161 void SkHighContrast_Filter::toString(SkString* str) const {
167 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkHighContrast_Filter)
[all...]

Completed in 157 milliseconds