Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3126 std::vector<std::vector<float>> blurRectangles; in FlushWindowBlur() local
3128 blurRectangles.push_back(std::vector<float> { 1 }); in FlushWindowBlur()
3130 updateWindowBlurRegionHandler_(blurRectangles); in FlushWindowBlur()
3150 std::vector<std::vector<float>> blurRectangles; in FlushWindowBlur() local
3170 blurRectangles.push_back(rectArray); in FlushWindowBlur()
3172 updateWindowBlurRegionHandler_(blurRectangles); in FlushWindowBlur()