Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
Dsnapshot.h66 struct Rect : public Parcelable { struct
67 Rect(int32_t left, int32_t top, int32_t right, int32_t bottom) in Rect() function
92 static Rect* Unmarshalling(Parcel &parcel) in Unmarshalling() argument
102 int32_t left = 0;
103 int32_t top = 0;
104 int32_t right = 0;
105 int32_t bottom = 0;
/foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/
Dstrut_test.cpp24 struct Rect { struct
25 TextRectHeightStyle heightStyle;
26 TextRectWidthStyle widthStyle;
27 std::string title = "";
/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
Dexternal_window.h76 struct Rect { struct
77 int32_t x;
78 int32_t y;
79 uint32_t w;
80 uint32_t h;
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
Dwindow_info.h55 struct Rect { struct
61 int32_t x;
68 int32_t y;
75 int32_t width;
82 int32_t height;
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
Dimage_type.h137 struct Rect { struct
159 Rect CropRect; argument
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dimage_type.h138 struct Rect { struct
139 int32_t left = 0;
140 int32_t top = 0;
141 int32_t width = 0;
142 int32_t height = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_occlusion_region.h39 Rect() : left_(0), top_(0), right_(0), bottom_(0) {} in Rect() function
40 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect() function
41Rect(const RectI& r) : left_(r.left_), top_(r.top_), right_(r.GetRight()), bottom_(r.GetBottom()) … in Rect() function
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
Dmetadata_output.h43 } Rect; typedef
/foundation/window/window_manager/previewer/include/
Dwm_common.h418 struct Rect { struct
424 bool operator==(const Rect& a) const argument
434 bool IsUninitializedRect() const in IsUninitializedRect() argument
439 bool IsInsideOf(const Rect& a) const in IsInsideOf() argument
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwm_common.h419 struct Rect { struct
425 bool operator==(const Rect& a) const argument
435 bool IsUninitializedRect() const in IsUninitializedRect() argument
440 bool IsInsideOf(const Rect& a) const in IsInsideOf() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dinspector_composed_element.h246 void UpdateLastRectAndOrigin(const std::pair<Rect, Offset>& curRectOrigin) override in UpdateLastRectAndOrigin()
/foundation/window/window_manager/utils/include/
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
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
Daccessibility_element_info.h302 Rect() {} in Rect() function
320 Rect(int32_t leftTopX, int32_t leftTopY, int32_t rightBottomX, int32_t rightBottomY) in Rect() function
/foundation/arkui/ace_engine/frameworks/base/geometry/
Drect.h32 Rect(double x, double y, double width, double height) in Rect() function
37 Rect(const Offset& offset, const Size& size) in Rect() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_layout_algorithm.cpp736 …std::list<RefPtr<SpanItem>>& spanList, std::map<int32_t, std::pair<Rect, RefPtr<ImageSpanItem>>>& … in GetSpanAndImageSpanList()
759 std::map<int32_t, std::pair<Rect, std::list<RefPtr<SpanItem>>>>& spanContentLines) in SplitSpanContentByLines()
809 std::map<int32_t, std::pair<Rect, RefPtr<ImageSpanItem>>>& imageSpanList, in SetImageSpanTextStyleByLines()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
Drect.h26 typedef RectF Rect; typedef
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Drect.h507 using Rect = CommonRect<int16_t>; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
Dswitch_pattern.cpp351 …auto Rect = RectF(offset_.GetX() - focusPaintPadding, offset_.GetY() - focusPaintPadding, width, h… in GetInnerFocusPaintRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
Dplugin_pattern.cpp265 [weak = WeakClaim(this)](std::shared_ptr<RSNode>& node, const Rect& /* dirty */) { in GetDrawDelegate()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.cpp430 void CanvasPath2D::Rect(double x, double y, double width, double height) in Rect() function in OHOS::Ace::CanvasPath2D
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts2257 interface Rect { interface
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp1213 std::function<void(const Rect&, const Offset&, const Rect&, const Offset&)>&& onAreaChanged) in SetOnAreaChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_pattern.cpp728 [weak = WeakClaim(this)](std::shared_ptr<RSNode>& node, const Rect& /* dirty */) { in GetDrawDelegate()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcanvas_component.cpp1650 jerry_value_t CanvasComponent::Rect(const jerry_value_t func, in Rect() function in OHOS::ACELite::CanvasComponent