Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp138 std::regex blurRegexExpression(R"((-?0)|(\d+(\.\d+)?(px|vp|rem))|(^$))"); in CheckFilterProperty() local
139 return std::regex_match(filterParam, blurRegexExpression); in CheckFilterProperty()