Searched refs:LinearEffect (Results 1 – 5 of 5) sorted by relevance
55 struct LinearEffect { struct67 static inline bool operator==(const LinearEffect& lhs, const LinearEffect& rhs) { argument78 size_t operator()(const LinearEffect& le) const { in operator()85 sk_sp<SkRuntimeEffect> buildRuntimeEffect(const LinearEffect& linearEffect);96 const LinearEffect& linearEffect,
431 sk_sp<SkRuntimeEffect> buildRuntimeEffect(const LinearEffect& linearEffect) { in buildRuntimeEffect()447 sk_sp<SkShader> createLinearEffectShader(sk_sp<SkShader> shader, const LinearEffect& linearEffect, in createLinearEffectShader()
97 "skia/filters/LinearEffect.cpp",
137 std::unordered_map<LinearEffect, sk_sp<SkRuntimeEffect>, LinearEffectHasher> mRuntimeEffects;
636 LinearEffect effect = LinearEffect{.inputDataspace = inputDataspace, in createRuntimeEffectShader()