Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Drect.h24 struct Rect { struct
28 float left = 0.0f;
29 float top = 0.0f;
30 float width = 0.0f;
31 float height = 0.0f;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddrawbitmaprect.h23 struct Rect { struct
30 class DrawBitmapRect2 : public TestBase { argument
H A Dstroke_rect_shader.cpp73 DrawRect Rect = { 0, 0, kSize, kSize }; in OnTestFunction() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h66 struct Rect : public Parcelable { struct
67 Rect(int32_t left, int32_t top, int32_t right, int32_t bottom) in Rect() argument
84 static Rect* Unmarshalling(Parcel &parcel) in Unmarshalling() argument
94 int32_t left = 0;
95 int32_t top = 0;
96 int32_t right = 0;
97 int32_t bottom = 0;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dwindow_manager.h31 struct Rect { struct
50 Rect windowRect_; argument
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-common2D.md28 ## Rect section
H A D_rect.md1 # Rect chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-common2D.md28 ## Rect section
H A D_rect.md1 # Rect chapter
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dexternal_window.h86 struct Rect { struct
87 int32_t x;
88 int32_t y;
89 uint32_t w;
90 uint32_t h;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp70 struct Rect { struct in OHOS::Ace::NG::SafeAreaManagerTest
71 float left;
72 float right;
73 float top;
74 float bottom;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_rect_v10.md1 # Rect chapter
H A D_rect_v20.md1 # Rect chapter
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-screenshot.md15 ## Rect section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-screenshot.md15 ## Rect section
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h56 struct Rect { struct
66 Rect box; argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp580 RectI Rect; variable
596 RectI Rect; variable
613 RectI Rect; variable
630 RectI Rect; variable
647 RectI Rect; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h139 struct Rect { struct
162 Rect CropRect; argument
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-types.md75 ## Rect section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-types.md74 ## Rect section
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h140 struct Rect { struct
146 int32_t x;
153 int32_t y;
160 int32_t width;
167 int32_t height;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-rect.md1 # Rect chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-rect.md1 # Rect chapter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h245 void UpdateLastRectAndOrigin(const std::pair<Rect, Offset>& curRectOrigin) override in UpdateLastRectAndOrigin()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h34 Rect() : left_(0), top_(0), right_(0), bottom_(0) {} in Rect() function
35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect() function

123