Home
last modified time | relevance | path

Searched defs:rect (Results 1251 - 1275 of 1673) sorted by relevance

1...<<51525354555657585960>>...67

/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp462 OHOS::Rosen::Rect rect; in CheckWindowImplFunctionsPart3() local
517 OHOS::Rosen::Rect rect; in CheckWindowImplFunctionsPart4() local
544 OHOS::Rosen::Rect rect; in CheckWindowImplFunctionsPart5() local
[all...]
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h302 static AvoidPosType GetAvoidPosType(const Rect& rect, const Rect& displayRect) in GetAvoidPosType() argument
394 static void GetTransformFromWorldMat4(const TransformHelper::Matrix4& inWorldMat, const Rect& rect, in GetTransformFromWorldMat4() argument
439 TransformRect(const TransformHelper::Matrix4& transformMat, const Rect& rect) TransformRect() argument
506 IsRectSatisfiedWithSizeLimits(const Rect& rect, const WindowLimits& sizeLimits) IsRectSatisfiedWithSizeLimits() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp104 void RecordingCanvas::DrawRect(const Rect& rect) in DrawRect() argument
297 Rect rect; in DrawAtlas() local
437 void RecordingCanvas::ClipRect(const Rect& rect, ClipOp op, bool doAntiAlias) in ClipRect() argument
448 ClipIRect(const RectI& rect, ClipOp op) ClipIRect() argument
470 ClipRoundRect(const Rect& rect, std::vector<Point>& pts, bool doAntiAlias) ClipRoundRect() argument
631 Rect rect; SaveLayer() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp156 void SkiaPath::AddRect(const Rect& rect, unsigned start, PathDirection dir) in AddRect() argument
212 Rect rect = rrect.GetRect(); in AddRoundRect() local
273 SkRect rect = path_.getBounds(); GetBounds() local
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h489 std::string GetRectInfo(const WSRect& rect) in GetRectInfo() argument
[all...]
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_interface.h118 virtual WSError UpdateClientRect(const WSRect& rect) { return WSError::WS_OK; } in UpdateClientRect() argument
181 virtual WSError NotifyFrameLayoutFinishFromApp(bool notifyListener, const WSRect& rect) in NotifyFrameLayoutFinishFromApp() argument
211 virtual WSError UpdatePiPRect(const Rect& rect, SizeChangeReason reason) { return WSError::WS_OK; } in UpdatePiPRect() argument
116 UpdateSessionRect( const WSRect& rect, const SizeChangeReason reason, bool isGlobal = false) UpdateSessionRect() argument
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp291 Rect rect = { reply.ReadInt32(), reply.ReadInt32(), reply.ReadUint32(), reply.ReadUint32() }; in Connect() local
706 WSError SessionProxy::UpdateSessionRect(const WSRect& rect, const SizeChangeReason reason, bool isGlobal) in UpdateSessionRect() argument
750 UpdateClientRect(const WSRect& rect) UpdateClientRect() argument
807 NotifyFrameLayoutFinishFromApp(bool notifyListener, const WSRect& rect) NotifyFrameLayoutFinishFromApp() argument
1421 UpdatePiPRect(const Rect& rect, SizeChangeReason reason) UpdatePiPRect() argument
[all...]
H A Dsession_stub.cpp391 WSRect rect = { data.ReadInt32(), data.ReadInt32(), data.ReadInt32(), data.ReadInt32() }; in HandleNotifyFrameLayoutFinish() local
635 WSRect rect = {posX, posY, width, height}; in HandleUpdateSessionRect() local
671 WSRect rect = { posX, posY, width, height }; in HandleUpdateClientRect() local
942 Rect rect in HandleUpdatePiPRect() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp1192 Rect rect = {100, 200, 100, 200}; in HWTEST_F() local
[all...]
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h209 virtual void UpdateModalExtensionRect(const sptr<IRemoteObject>& token, Rect rect) {} in UpdateModalExtensionRect() argument
220 virtual WSError GetHostWindowRect(int32_t hostWindowId, Rect& rect) in GetHostWindowRect() argument
232 virtual WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() argument
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp59 Rect rect = cascadeRectsMap_[displayId].defaultCascadeRect_; in Reorder() local
215 LimitDividerInDisplayRegion(Rect& rect, DisplayId displayId) const LimitDividerInDisplayRegion() argument
239 auto rect = node->GetRequestRect(); UpdateDividerPosition() local
603 StepCascadeRect(Rect rect, DisplayId displayId) const StepCascadeRect() argument
638 Rect rect; SetDefaultCascadeRect() local
[all...]
H A Dwindow_layout_policy.cpp405 Rect rect = winRect; in CalcEntireWindowHotZone() local
552 GetAvoidPosType(const Rect& rect, DisplayId displayId) const GetAvoidPosType() argument
784 Rect rect = node->GetRequestRect(); FixWindowRectWithinDisplay() local
[all...]
H A Dwindow_node.cpp36 void WindowNode::SetEntireWindowTouchHotArea(const Rect& rect) in SetEntireWindowTouchHotArea() argument
41 void WindowNode::SetEntireWindowPointerHotArea(const Rect& rect) in SetEntireWindowPointerHotArea() argument
46 void WindowNode::SetWindowRect(const Rect& rect) in SetWindowRect() argument
61 void WindowNode::SetRequestRect(const Rect& rect) in SetRequestRect() argument
173 void WindowNode::SetOriginRect(const Rect& rect) in SetOriginRect() argument
[all...]
H A Dremote_animation.cpp199 auto rect = srcNode->GetWindowRect(); in GetAndDrawSnapShot() local
751 auto rect = windowNode->GetWindowRect(); in CreateWindowAnimationTarget() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c257 static void mipi_dbi_fb_dirty(struct drm_framebuffer *fb, struct drm_rect *rect) in mipi_dbi_fb_dirty() argument
314 struct drm_rect rect; mipi_dbi_pipe_update() local
342 struct drm_rect rect = { mipi_dbi_enable_flush() local
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9m032.c435 struct v4l2_rect rect; in mt9m032_set_pad_selection() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_drv.h179 struct qxl_rect rect; member
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-bit.c2351 struct v4l2_rect *rect = &q_data_dst->rect; coda_finish_decode() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c1300 struct v4l2_rect rect = s->r; in fimc_cap_s_selection() local
H A Dfimc-lite.c574 struct v4l2_rect *rect; in fimc_lite_subdev_try_fmt() local
904 struct v4l2_rect rect in fimc_lite_s_selection() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpfe_capture.c1563 struct v4l2_rect rect = sel->r; in vpfe_s_selection() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c1565 struct v4l2_rect *rect; in vfe_try_format() local
1586 vfe_try_compose(struct vfe_line *line, struct v4l2_subdev_pad_config *cfg, struct v4l2_rect *rect, enum v4l2_subdev_format_whence which) vfe_try_compose() argument
1625 vfe_try_crop(struct vfe_line *line, struct v4l2_subdev_pad_config *cfg, struct v4l2_rect *rect, enum v4l2_subdev_format_whence which) vfe_try_crop() argument
1826 struct v4l2_rect *rect; vfe_get_selection() local
1895 struct v4l2_rect *rect; vfe_set_selection() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c1019 struct v4l2_rect rect = sel->r; s3c_camif_s_selection() local
[all...]
H A Dcamif-core.h120 struct v4l2_rect rect; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtdfxfb.c845 tdfxfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) tdfxfb_fillrect() argument
[all...]

Completed in 36 milliseconds

1...<<51525354555657585960>>...67