Home
last modified time | relevance | path

Searched refs:gThresholdSkSL (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/skottie/src/effects/
DThresholdEffect.cpp21 static constexpr char gThresholdSkSL[] = R"( variable
36 SkRuntimeEffect::MakeForColorFilter(SkString(gThresholdSkSL), {}).effect.release(); in threshold_effect()