Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/
DGrRRectBlurEffect.fp12 layout(ctype=SkRect) uniform float4 proxyRect;
175 half2 rectCenter = half2((proxyRect.xy + proxyRect.zw) / 2.0);
176 half2 translatedFragPos = half2(sk_FragCoord.xy - proxyRect.xy);
178 half2 middle = half2(proxyRect.zw - proxyRect.xy - 2.0 * threshold);
204 pdman.set4f(proxyRect, outset.fLeft, outset.fTop, outset.fRight, outset.fBottom);
/third_party/flutter/skia/src/gpu/effects/generated/
DGrRRectBlurEffect.cpp114 UniformHandle& proxyRect = proxyRectVar; in onSetData() local
115 (void)proxyRect; in onSetData()
124 pdman.set4f(proxyRect, outset.fLeft, outset.fTop, outset.fRight, outset.fBottom); in onSetData()
/third_party/flutter/skia/src/core/
DSkBlurMF.cpp818 SkRect proxyRect = devRRect.rect(); in directFilterMaskGPU() local
819 proxyRect.outset(extra, extra); in directFilterMaskGPU()
823 SkMatrix::I(), proxyRect, inverse); in directFilterMaskGPU()
/third_party/skia/src/core/
DSkBlurMF.cpp1435 SkRect proxyRect = devRRect.getBounds().makeOutset(blurRadius, blurRadius); in make_rrect_blur() local
1441 "proxyRect", proxyRect, in make_rrect_blur()