#include <path_builder.h>
Public Member Functions | |
| RoundingRadii ()=default | |
| RoundingRadii (Scalar p_top_left, Scalar p_bottom_left, Scalar p_top_right, Scalar p_bottom_right) | |
| bool | AreAllZero () const |
Public Attributes | |
| Point | top_left |
| Point | bottom_left |
| Point | top_right |
| Point | bottom_right |
Definition at line 108 of file path_builder.h.
|
default |
|
inline |
Definition at line 116 of file path_builder.h.
|
inline |
Definition at line 125 of file path_builder.h.
References bottom_left, bottom_right, impeller::TPoint< T >::IsZero(), top_left, and top_right.
Referenced by impeller::PathBuilder::AddRoundedRect().
| Point impeller::PathBuilder::RoundingRadii::bottom_left |
Definition at line 110 of file path_builder.h.
Referenced by impeller::PathBuilder::AddRoundedRect(), AreAllZero(), impeller::testing::TEST_P(), and impeller::skia_conversions::ToRoundingRadii().
| Point impeller::PathBuilder::RoundingRadii::bottom_right |
Definition at line 112 of file path_builder.h.
Referenced by impeller::PathBuilder::AddRoundedRect(), AreAllZero(), impeller::testing::TEST_P(), and impeller::skia_conversions::ToRoundingRadii().
| Point impeller::PathBuilder::RoundingRadii::top_left |
Definition at line 109 of file path_builder.h.
Referenced by impeller::PathBuilder::AddRoundedRect(), AreAllZero(), impeller::testing::TEST_P(), and impeller::skia_conversions::ToRoundingRadii().
| Point impeller::PathBuilder::RoundingRadii::top_right |
Definition at line 111 of file path_builder.h.
Referenced by impeller::PathBuilder::AddRoundedRect(), AreAllZero(), impeller::testing::TEST_P(), and impeller::skia_conversions::ToRoundingRadii().