Home
last modified time | relevance | path

Searched defs:Inset (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dsafe_area_insets.h34 struct Inset { struct
35 uint32_t start = 0;
36 uint32_t end = 0;
38 uint32_t Length() const in Length()
42 bool IsValid() const in IsValid()
46 inline bool LessOrNearEqual(float left, float right) const in LessOrNearEqual()
H A Dsafe_area_insets.cpp31 using Inset = SafeAreaInsets::Inset; typedef
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dadd_arc.cpp40 void Inset(float dx, float dy) in Inset() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h69 bool Inset(float dx, float dy) in Inset() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h168 Inset() : BasicShape(BasicShapeType::INSET) {} in Inset() function