Home
last modified time | relevance | path

Searched defs:NativeRectangle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.h25 struct NativeRectangle { struct
26 double x;
27 int32_t xUnit;
28 double y;
29 int32_t yUnit;
30 double width;
31 int32_t widthUnit;
55 NativeRectangle maskRect; argument
H A Dcj_view_abstract_ffi.h51 struct NativeRectangle { struct
52 double x;
53 int32_t xUnit;
54 double y;
55 int32_t yUnit;
56 double width;
57 int32_t widthUnit;
58 double height;
59 int32_t heightUnit;