| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
| H A D | recording_canvas.cpp | 104 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 D | skia_path.cpp | 156 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 D | scene_session.h | 489 std::string GetRectInfo(const WSRect& rect) in GetRectInfo() argument [all...] |
| /foundation/window/window_manager/window_scene/session/host/include/zidl/ |
| H A D | session_interface.h | 118 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 D | session_proxy.cpp | 291 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 D | session_stub.cpp | 391 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 D | scene_session_manager_test.cpp | 1192 Rect rect = {100, 200, 100, 200}; in HWTEST_F() local [all...] |
| /foundation/window/window_manager/wmserver/include/zidl/ |
| H A D | window_manager_interface.h | 209 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 D | window_layout_policy_cascade.cpp | 59 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 D | window_layout_policy.cpp | 405 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 D | window_node.cpp | 36 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 D | remote_animation.cpp | 199 auto rect = srcNode->GetWindowRect(); in GetAndDrawSnapShot() local 751 auto rect = windowNode->GetWindowRect(); in CreateWindowAnimationTarget() local [all...] |
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
| H A D | plugin_render.cpp | 263 ArkUI_AccessibleRect rect = { 0, 0, 1000, 1000 }; in FillElementInfo1() local 318 ArkUI_AccessibleRect rect = { x, y, zx, zy }; in FillElementInfo2() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dvbsubdec.c | 663 static void compute_default_clut(DVBSubContext *ctx, uint8_t *clut, AVSubtitleRect *rect, int w, int h) in compute_default_clut() argument 735 AVSubtitleRect *rect; in save_subtitle_set() local [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | xcbgrab.c | 677 av_unused xcb_rectangle_t rect = { 0, 0, c->width, c->height }; in setup_window() local
|
| /third_party/lzma/CPP/Windows/ |
| H A D | Window.h | 216 RECT rect;
in ChangeSubWindowSizeX() local 225 void ScreenToClient(RECT *rect)
in ScreenToClient() argument 241 GetClientRect(LPRECT rect) GetClientRect() argument 250 InvalidateRect(LPCRECT rect, bool backgroundErase = true) InvalidateRect() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 951 SVGA3dRect *rect; in SVGA3D_ClearRect() local 1144 SVGA3D_SetViewport(struct svga_winsys_context *swc, SVGA3dRect *rect) SVGA3D_SetViewport() argument 1183 SVGA3D_SetScissorRect(struct svga_winsys_context *swc, SVGA3dRect *rect) SVGA3D_SetScissorRect() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | vdpau_private.h | 339 RectToPipeBox(const VdpRect *rect, struct pipe_resource *res) in RectToPipeBox() argument [all...] |
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 1074 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present() local
|
| /third_party/libinput/src/ |
| H A D | evdev-fallback.c | 1179 struct device_coord_rect rect; in fallback_interface_update_rect() local 1003 cancel_touches(struct fallback_dispatch *dispatch, struct evdev_device *device, const struct device_coord_rect *rect, uint64_t time) cancel_touches() argument 1198 struct device_coord_rect rect = {0}; fallback_interface_toggle_touch() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_decoder.c | 597 struct pipe_box rect = { 0, 0, 0, 1, 1, 1 }; in vl_mpeg12_begin_frame() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawDiscardRectanglesTests.cpp | 380 VkRect2D rect; in generateDiscardRectangles() local [all...] |
| H A D | vktDrawNegativeViewportHeightTests.cpp | 479 VkRect2D rect = makeRect2D(0, 0, WIDTH, HEIGHT); in iterate() local
|
| H A D | vktDrawScissorTests.cpp | 181 const VkClearRect rect = in addCommands() local 836 VkRect2D rect = makeRect2D(10, 20, WIDTH - 60, HEIGHT - 70); in createTests() local 864 VkRect2D rect = makeRect2D(10, 20, WIDTH - 60, HEIGHT - 70); createTests() local [all...] |
| H A D | vktDrawShaderViewportIndexTests.cpp | 181 const VkRect2D rect = makeRect2D(renderSize); in makeGraphicsPipeline() local
|