Home
last modified time | relevance | path

Searched defs:rect (Results 1301 - 1325 of 1673) sorted by relevance

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

/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c1303 struct v4l2_rect rect = s->r; in fimc_cap_s_selection() local
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-bit.c2373 struct v4l2_rect *rect = &q_data_dst->rect; coda_finish_decode() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c1020 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-6.6/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c254 mipi_dbi_fb_dirty(struct iosys_map *src, struct drm_framebuffer *fb, struct drm_rect *rect) mipi_dbi_fb_dirty() argument
322 struct drm_rect rect; mipi_dbi_pipe_update() local
360 struct drm_rect rect = { mipi_dbi_enable_flush() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c141 struct rect { struct
149 struct rect rect[1]; member
351 int hyperv_update_dirt(struct hv_device *hdev, struct drm_rect *rect) in hyperv_update_dirt() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Drepaper.c833 struct drm_rect rect; in repaper_pipe_update() local
H A Dgm12u320.c98 struct drm_rect rect; member
419 struct drm_rect *rect = &gm12u320->fb_update.rect; in gm12u320_fb_mark_dirty() local
556 struct drm_rect rect = { 0, 0, GM12U320_USER_WIDTH, GM12U320_HEIGHT }; gm12u320_pipe_enable() local
576 struct drm_rect rect; gm12u320_pipe_update() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c617 SVGASignedRect *rect = cmd; in vmw_sou_surface_clip_rect() local
638 SVGASignedRect *rect; in vmw_sou_surface_post_clip() local
[all...]
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp263 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 Ddvbsubdec.c663 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 Dxcbgrab.c677 av_unused xcb_rectangle_t rect = { 0, 0, c->width, c->height }; in setup_window() local
/third_party/lzma/CPP/Windows/
H A DWindow.h216 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 Dsvga_cmd.c951 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 Dvdpau_private.h339 RectToPipeBox(const VdpRect *rect, struct pipe_resource *res) in RectToPipeBox() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c1074 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present() local
/third_party/libinput/src/
H A Devdev-fallback.c1179 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 Dvl_mpeg12_decoder.c597 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 DvktDrawDiscardRectanglesTests.cpp380 VkRect2D rect; in generateDiscardRectangles() local
[all...]
H A DvktDrawNegativeViewportHeightTests.cpp479 VkRect2D rect = makeRect2D(0, 0, WIDTH, HEIGHT); in iterate() local
H A DvktDrawScissorTests.cpp181 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 DvktDrawShaderViewportIndexTests.cpp181 const VkRect2D rect = makeRect2D(renderSize); in makeGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp170 const VkClearRect rect = in commandClearDepthAttachment() local
193 const VkClearRect rect = in commandClearStencilAttachment() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp1211 const VkClearRect rect = in prepareRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp670 VkClearRect rect = { makeRect2D(quadLeft, quadTop, quadRight - quadLeft, quadBottom - quadTop), static_cast<deUint32>(layer), 1u }; in iterate() local

Completed in 41 milliseconds

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