Flutter Engine
The Flutter Engine
|
#include <tuple>
#include "include/core/SkCanvas.h"
#include "include/core/SkRRect.h"
#include "include/core/SkRect.h"
#include "modules/svg/include/SkSVGRect.h"
#include "modules/svg/include/SkSVGRenderContext.h"
#include "modules/svg/src/SkSVGRectPriv.h"
Go to the source code of this file.
Functions | |
std::tuple< float, float > | ResolveOptionalRadii (const SkTLazy< SkSVGLength > &opt_rx, const SkTLazy< SkSVGLength > &opt_ry, const SkSVGLengthContext &lctx) |
std::tuple< float, float > ResolveOptionalRadii | ( | const SkTLazy< SkSVGLength > & | opt_rx, |
const SkTLazy< SkSVGLength > & | opt_ry, | ||
const SkSVGLengthContext & | lctx | ||
) |
Definition at line 17 of file SkSVGRect.cpp.