Searched refs:blurRegion (Results 1 – 2 of 2) sorted by relevance
50 static inline void PrintTo(const BlurRegion& blurRegion, ::std::ostream* os) { in PrintTo() argument52 *os << "\n .blurRadius = " << blurRegion.blurRadius; in PrintTo()53 *os << "\n .cornerRadiusTL = " << blurRegion.cornerRadiusTL; in PrintTo()54 *os << "\n .cornerRadiusTR = " << blurRegion.cornerRadiusTR; in PrintTo()55 *os << "\n .cornerRadiusBL = " << blurRegion.cornerRadiusBL; in PrintTo()56 *os << "\n .cornerRadiusBR = " << blurRegion.cornerRadiusBR; in PrintTo()57 *os << "\n .alpha = " << blurRegion.alpha; in PrintTo()58 *os << "\n .left = " << blurRegion.left; in PrintTo()59 *os << "\n .top = " << blurRegion.top; in PrintTo()60 *os << "\n .right = " << blurRegion.right; in PrintTo()[all …]
277 for (auto blurRegion : settings.blurRegions) { in PrintTo() local279 PrintTo(blurRegion, os); in PrintTo()