Searched refs:stretchShader (Results 1 – 3 of 3) sorted by relevance
30 static const SkString stretchShader = SkString(R"( variable220 SkRuntimeEffect::MakeForShader(stretchShader); in createSkShader()
29 static const SkString stretchShader = SkString(R"( variable236 const static SkRuntimeEffect::Result instance = SkRuntimeEffect::MakeForShader(stretchShader); in getStretchEffect()
319 sk_sp<SkShader> stretchShader = in drawContent() local321 paint.setShader(stretchShader); in drawContent()