/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | rect.h | 24 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 D | drawbitmaprect.h | 23 struct Rect { struct 30 class DrawBitmapRect2 : public TestBase { argument
|
H A D | stroke_rect_shader.cpp | 73 DrawRect Rect = { 0, 0, kSize, kSize }; in OnTestFunction() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | snapshot.h | 66 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 D | window_manager.h | 31 struct Rect { struct 50 Rect windowRect_; argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-common2D.md | 28 ## Rect section
|
H A D | _rect.md | 1 # Rect chapter
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-common2D.md | 28 ## Rect section
|
H A D | _rect.md | 1 # Rect chapter
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | external_window.h | 86 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 D | safe_area_manager_test_ng.cpp | 70 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.md | 1 # Rect chapter
|
H A D | _rect_v20.md | 1 # Rect chapter
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-screenshot.md | 15 ## Rect section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-screenshot.md | 15 ## Rect section
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | metadata_output.h | 56 struct Rect { struct 66 Rect box; argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_dirty_region_manager_test.cpp | 580 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 D | image_type.h | 139 struct Rect { struct 162 Rect CropRect; argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-types.md | 75 ## Rect section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-types.md | 74 ## Rect section
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | window_info.h | 140 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 D | ts-drawing-components-rect.md | 1 # Rect chapter
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-rect.md | 1 # Rect chapter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.h | 245 void UpdateLastRectAndOrigin(const std::pair<Rect, Offset>& curRectOrigin) override in UpdateLastRectAndOrigin()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 34 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
|