#include "flutter/impeller/geometry/round_rect.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| static bool | impeller::CornerContains (const Point &p, const Point &corner, const Point &direction, const Size &radii) |
| static constexpr Point | impeller::kUpperLeftDirection (-1.0f, -1.0f) |
| static constexpr Point | impeller::kUpperRightDirection (1.0f, -1.0f) |
| static constexpr Point | impeller::kLowerLeftDirection (-1.0f, 1.0f) |
| static constexpr Point | impeller::kLowerRightDirection (1.0f, 1.0f) |