Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/foundation/window/window_manager/test/systemtest/wms/
Dwindow_subwindow_test.cpp64 struct Rect rect, uint32_t flags, std::string name = "") in CreateSubWindow()
87 struct Rect rect = {0, 0, 100, 200}; variable
112 struct Rect rect = {0, 0, 100, 200}; variable
137 struct Rect rect = {0, 2000, 100, 200}; variable
162 struct Rect rect = {0, 2000, 3000, 2000}; variable
187 struct Rect rect = {0, 0, 100, 200}; variable
218 struct Rect rect = {0, 0, 100, 200}; variable
248 struct Rect rect = {0, 0, 100, 200}; variable
273 struct Rect rect = {0, 0, 100, 200}; variable
290 struct Rect rect = {0, 0, 100, 200}; variable
[all …]
Dwindow_dialogwindow_test.cpp64 static sptr<Window> CreateDialogWindow(sptr<WindowScene> scene, WindowType type, Rect rect, std::st… in CreateDialogWindow()
87 struct Rect rect = {0, 0, 100, 200}; variable
111 struct Rect rect = {0, 0, 100, 200}; variable
138 struct Rect rect = {0, 0, 100, 200}; variable
165 struct Rect rect = {0, 0, 100, 200}; variable
191 struct Rect rect = {0, 0, 100, 200}; variable
215 struct Rect rect = {0, 0, 100, 200}; variable
241 struct Rect rect = {0, 0, 100, 200}; variable
Dwindow_systemsubwindow_test.cpp55 static sptr<Window> CreateBaseWindow(WindowType type, struct Rect rect, uint32_t flags) in CreateBaseWindow()
69 static sptr<Window> CreateAppSubWindow(sptr<Window> parentWindow, WindowType type, struct Rect rect, in CreateAppSubWindow()
85 static sptr<Window> CreateSystemSubWindow(sptr<Window> parentWindow, struct Rect rect, in CreateSystemSubWindow()
117 struct Rect rect = {0, 0, 100, 200}; variable
170 struct Rect rect = {0, 0, 100, 200}; variable
201 struct Rect rect = {0, 0, 100, 200}; variable
229 struct Rect rect = {0, 0, 100, 200}; variable
253 struct Rect rect = {0, 0, 100, 200}; variable
280 struct Rect rect = {0, 0, 100, 200}; variable
315 struct Rect rect = {0, 0, 100, 200}; variable
Dwindow_display_zoom_test.cpp86 Rect rect = window->GetRect(); variable
133 Rect rect = window->GetRect(); variable
191 Rect rect = window->GetRect(); variable
234 Rect rect = window->GetRect(); variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
Dadaptive_image_helper_test.cpp149 Rect rect; variable
163 Rect rect(10.0, 10.0, 50.0, 50.0); variable
186 Rect rect = {}; variable
205 Rect rect = {}; variable
224 Rect rect = {}; variable
243 Rect rect(0.01, 0.01, 0.01, 0.01); variable
259 Rect rect(0.01, 0.01, 0.01, 0.01); variable
275 Rect rect(0.01, 0.01, 0.01, 0.01); variable
291 Rect rect(4.0, 4.0, 20.0, 20.0); variable
314 Rect rect = {}; variable
[all …]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dcanvas_test.cpp90 auto rect = std::make_unique<Rect>(canvas->GetLocalClipBounds()); variable
104 auto rect = std::make_unique<RectI>(canvas->GetDeviceClipBounds()); variable
134 auto rect = canvas->GetWidth(); variable
148 auto rect = canvas->GetHeight(); variable
191 Rect rect(0.0f, 0.0f, 10.0f, 20.0f); variable
205 Rect rect(0.0f, 0.0f, 10.0f, 20.0f); variable
237 Rect rect(0.0f, 0.0f, 10.0f, 20.0f); variable
251 Rect rect(0.0f, 0.0f, 10.0f, 20.0f); variable
265 Rect rect(0.0f, 0.0f, 10.0f, 20.0f); variable
427 Rect rect(0.0f, 0.0f, 10.0f, 20.0f); variable
[all …]
/foundation/arkui/ace_engine/frameworks/base/geometry/
Drrect.h40 explicit RRect(const Rect& rect) : rect_(rect) {} in RRect()
46 static RRect MakeRect(const Rect& rect) in MakeRect()
53 static RRect MakeRRect(const Rect& rect, const Radius& radius) in MakeRRect()
60 static RRect MakeRRect(const Rect& rect, double x, double y) in MakeRRect()
67 static RRect MakeOval(const Rect& rect) in MakeOval()
84 void SetRect(const Rect& rect) in SetRect()
94 void SetRectWithSimpleRadius(const Rect& rect, double xRadius, double yRadius) in SetRectWithSimpleRadius()
118 void SetOval(const Rect& rect) in SetOval()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_rect.cpp31 auto rect = std::make_shared<TexgineRect>(); in MakeLTRB() local
38 auto rect = std::make_shared<TexgineRect>(); in MakeXYWH() local
45 auto rect = std::make_shared<TexgineRect>(); in MakeWH() local
55 void TexgineRect::SetRect(const SkRect &rect) in SetRect()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
Dpath_test.cpp26 Rect rect(margin, margin, width - margin, height - margin); in TestDrawStar() local
107 Rect rect(margin, margin, width - margin, height - margin); in TestMoveTo() local
131 Rect rect(margin, margin, width - margin, height - margin); in TestLineTo() local
163 Rect rect(margin, margin, width - margin, height - margin); in TestArcTo() local
184 Rect rect(margin, margin, width - margin, height - margin); in TestCubicTo() local
208 Rect rect(margin, margin, width - margin, height - margin); in TestQuadTo() local
233 Rect rect(margin, margin, width - margin, height - margin); in TestAddRect() local
262 Rect rect(margin, margin, width - margin, height - margin); in TestAddOval() local
290 Rect rect(margin, margin, width - margin, height - margin); in TestAddArc() local
314 Rect rect(margin, margin, width - margin, height - margin); in TestAddPoly() local
[all …]
Dpen_test.cpp37 Rect rect(margin, margin, width - margin, height - margin); in TestPenColor() local
69 Rect rect(margin, margin, width - margin, height - margin); in TestPenAlpha() local
95 Rect rect(margin, margin, width - margin, height - margin); in TestPenWidth() local
109 Rect rect(margin, margin, width - margin, height - margin); in TestPenMiterLimit() local
146 Rect rect(margin, margin, width - margin, height - margin); in TestPenCapStyle() local
185 Rect rect(margin, margin, width - margin, height - margin); in TestPenJoinStyle() local
204 Rect rect(margin, margin, width - margin, height - margin); in TestPenBlendMode() local
232 Rect rect(margin, margin, width - margin, height - margin); in TestPenAntiAlias() local
261 Rect rect(margin, margin, width - margin, height - margin); in TestPenPathEffect() local
292 Rect rect(margin, margin, width - margin, height - margin); in TestPenFilter() local
[all …]
/foundation/window/window_manager/window_scene/common/include/
Dsession_helper.h47 static bool IsPointInRect(int32_t pointPosX, int32_t pointPosY, const Rect& rect) in IsPointInRect()
58 static inline WSRect TransferToWSRect(const Rect& rect) in TransferToWSRect()
68 static inline Rect TransferToRect(const WSRect& rect) in TransferToRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_dirty_region_manager.cpp26 void RSDirtyRegionManager::MergeDirtyRect(const RectI& rect) in MergeDirtyRect()
38 void RSDirtyRegionManager::MergeDirtyRectAfterMergeHistory(const RectI& rect) in MergeDirtyRectAfterMergeHistory()
71 void RSDirtyRegionManager::UpdateCacheableFilterRect(const RectI& rect) in UpdateCacheableFilterRect()
81 for (auto rect : cacheableFilterRects_) { in IfCacheableFilterRectFullyCover() local
89 void RSDirtyRegionManager::IntersectDirtyRect(const RectI& rect) in IntersectDirtyRect()
143 RectI RSDirtyRegionManager::GetPixelAlignedRect(const RectI& rect, int32_t alignedBits) in GetPixelAlignedRect()
199 DirtyRegionType dirtyType, const RectI& rect) in UpdateDirtyRegionInfoForDfx()
321 void RSDirtyRegionManager::PushHistory(RectI rect) in PushHistory()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
Ddscreen_maprelation.cpp94 void to_json(json &j, const DisplayRect &rect) in to_json()
104 void from_json(const json &j, DisplayRect &rect) in from_json()
116 void to_json(json &j, const ScreenRect &rect) in to_json()
126 void from_json(const json &j, ScreenRect &rect) in from_json()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
Drs_occlusion_region_test.cpp55 Rect rect; variable
70 Rect rect; variable
257 Rect rect; variable
277 Rect rect; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
Drs_image_test.cpp98 SkRect rect { fLeft, ftop, fRight, fBottom }; variable
180 SkRect rect; variable
203 SkRect rect; variable
251 SkRect rect = SkRect::MakeWH(100, 100); variable
279 RectF rect(0, 0, 100, 100); variable
313 SkRect rect = SkRect::MakeWH(100, 100); variable
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_bar_item_element.h45 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override in RequestNextFocus()
55 bool AcceptFocusByRectOfLastFocus(const Rect& rect) override in AcceptFocusByRectOfLastFocus()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/imageJpeg/
Djpeg_image_processor_test.cpp79 DirtyRect rect = {20, 20, 20, 20, 20}; variable
97 DirtyRect rect = {2600, 2800, 20, 20, 20}; variable
115 DirtyRect rect = {20, 20, 20, 24, 20}; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
Djs_on_area_change_function.cpp27 JSRef<JSObject> CreateAreaObject(const Rect& rect, const Offset& origin) in CreateAreaObject()
52 const Rect& oldRect, const Offset& oldOrigin, const Rect& rect, const Offset& origin) in Execute()
63 …const NG::RectF& oldRect, const NG::OffsetF& oldOrigin, const NG::RectF& rect, const NG::OffsetF& … in Execute()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_ellipse.cpp63 …SkRect rect = SkRect::MakeXYWH(ConvertDimensionToPx(declaration->GetCx(), viewPort, SvgLengthType:… in AsPath() local
69 RSRect rect = RSRect(left, top, rx + rx + left, ry + ry + top); in AsPath() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_rect.h151 bool IsInsideOf(const RectT<T>& rect) const in IsInsideOf()
156 RectT<T> IntersectRect(const RectT<T>& rect) const in IntersectRect()
164 RectT<T> JoinRect(const RectT<T>& rect) const in JoinRect()
208 auto rect = std::make_unique<RectT<T>>(); in Unmarshalling() local
255 RRectT(RectT<T> rect, float rx, float ry) in RRectT()
264 RRectT(RectT<T> rect, const Vector2f* radius) in RRectT()
272 RRectT(RectT<T> rect, const Vector4f& radius) in RRectT()
281 void SetValues(RectT<T> rect, const Vector2f* radius) in SetValues()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/
Dtesting_round_rect.h44 TestingRoundRect(const TestingRect& rect, float xRad, float yRad) : TestingRoundRect() in TestingRoundRect()
53 …TestingRoundRect(const TestingRect& rect, std::vector<TestingPoint>& radiusXY) : TestingRoundRect() in TestingRoundRect()
72 virtual void SetRect(const TestingRect& rect) in SetRect()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Dflex_element.cpp32 bool FlexElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus()
41 bool FlexElement::AcceptFocusByRectOfLastFocus(const Rect& rect) in AcceptFocusByRectOfLastFocus()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
Drs_listened_canvas_test.cpp88 SkRect rect = SkRect::MakeXYWH(1, 2, 3, 4); variable
134 SkRect rect = SkRect::MakeXYWH(1, 2, 3, 4); variable
232 SkRect rect; variable
250 SkRect rect; variable
329 SkDrawShadowRec rect; variable
366 SkRect rect = SkRect::MakeWH(1.f, 2.f); variable
404 SkRect rect = SkRect::MakeXYWH(1.f, 1.f, 2.f, 3.f); variable
/foundation/arkui/ace_engine/frameworks/core/components/shadow/
Drosen_render_shadow.cpp74 SkRect rect = SkRect::MakeXYWH(offset_.GetX(), offset_.GetY(), rrect_.Width(), rrect_.Height()); in Paint() local
89 RSRect rect( in Paint() local
/foundation/window/window_manager/interfaces/innerkits/wm/
Doccupied_area_change_info.h29 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect) : type_(type), rect_(rect) {}; in OccupiedAreaChangeInfo()
30 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight) in OccupiedAreaChangeInfo()

12345678910>>...22