/* * Copyright 2024 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSVGRectPriv_DEFINED #define SkSVGRectPriv_DEFINED #include "src/base/SkTLazy.h" // IWYU pragma: keep #include class SkSVGLength; class SkSVGLengthContext; std::tuple ResolveOptionalRadii(const SkTLazy& rx, const SkTLazy& ry, const SkSVGLengthContext&); #endif // SkSVGRectPriv_DEFINED