Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DEffectLayer_test.cpp161 const auto blurAreaStartX = canvasSize / 2 - blurRadius + blurAreaOffset; in TEST_F() local
168 for (int x = blurAreaStartX; x < blurAreaEndX; x += stepSize) { in TEST_F()
H A DLayerTypeAndRenderTypeTransaction_test.cpp642 const auto blurAreaStartX = canvasSize / 2 - blurRadius + blurAreaOffset; in TEST_P() local
649 for (int x = blurAreaStartX; x < blurAreaEndX; x += stepSize) { in TEST_P()