/third_party/skia/src/gpu/ops/ |
H A D | GrOvalOpFactory.cpp | 2226 // This expands the outer rect so that after CTM we end up with a half-pixel border 2436 // We don't draw the center quad from the fill rect in this case. 2439 // geometry but make the inner rect degenerate (either a point or a horizontal or 2525 // add a interior degenerate (point or line) rect 2526 // each vertex of that rect gets -outerRad as its radius 2529 // each vertex is also given the normalized x & y distance from the interior rect's edge 2595 // Expand the rect for aa to generate correct vertices. 3233 // the interior of the rrect if the radii are >= 0.5. Otherwise, the inner rect of the nine- 3235 // We could consider falling back to rect rendering here, since a tiny radius is 3300 // the interior of the rrect if the radii are >= 0.5. Otherwise, the inner rect o [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1110 const VkClearRect rect = in recordClearAttachments() local 1112 clearRect, // VkRect2D rect; in recordClearAttachments() 1139 vk.cmdClearAttachments(cmdBuffer, static_cast<deUint32>(attachments.size()), dataOrNullPtr(attachments), 1u, &rect); in recordClearAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 516 const VkClearRect rect = in clearAttachments() local 525 vkd.cmdClearAttachments(commandBuffer, deUint32(colors.size()), &colors[0], 1u, &rect); in clearAttachments()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 92 static inline bool isEmpty (const IVec4& rect) in isEmpty() argument 94 return rect.z() == 0 || rect.w() == 0; in isEmpty() 3181 // Src and Dst rect dimensions must be the same 3190 // Compute actual source rect. 3195 // Compute destination rect. 4380 state.viewport.rect = rr::WindowRectangle(m_viewport.x(), m_viewport.y(), m_viewport.z(), m_viewport.w());
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 1694 VkRect2D rect = cmd_buffer->state.dynamic.discard_rectangle.rectangles[i]; in radv_emit_discard_rectangle() local 1695 radeon_emit(cmd_buffer->cs, S_028210_TL_X(rect.offset.x) | S_028210_TL_Y(rect.offset.y)); in radv_emit_discard_rectangle() 1696 radeon_emit(cmd_buffer->cs, S_028214_BR_X(rect.offset.x + rect.extent.width) | in radv_emit_discard_rectangle() 1697 S_028214_BR_Y(rect.offset.y + rect.extent.height)); in radv_emit_discard_rectangle()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 3741 ImRect rect(rect_pos + ImVec2(0.0f, bg_offy_up - g.FontSize), rect_pos +ImVec2(rect_size.x, bg_offy_dn)); 3742 rect.ClipWith(clip_rect); 3743 if (rect.Overlaps(clip_rect)) 3744 draw_window->DrawList->AddRectFilled(rect.Min, rect.Max, bg_color); 5533 // We don't clip with current window clipping rectangle as it is already set to the area below. However we clip with window full rect.
|
H A D | imgui_internal.h | 1065 ImRect LastItemRect; // Interaction rect 1066 ImRect LastItemDisplayRect; // End-user display rect (only valid if LastItemStatusFlags & ImGuiItemStatusFlags_HasDisplayRect) 1458 IMGUI_API void RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding);
|
H A D | imgui.h | 654 IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true); // is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block. 2049 IMGUI_API void CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 797 // This may better be applied as a general hit-rect reduction mechanism for all widgets to ensure the area to move window is always accessible? in CloseButton() 4690 ImRect rect(rect_pos + ImVec2(0.0f, bg_offy_up - g.FontSize), rect_pos + ImVec2(rect_size.x, bg_offy_dn)); in InputTextEx() 4691 rect.ClipWith(clip_rect); in InputTextEx() 4692 if (rect.Overlaps(clip_rect)) in InputTextEx() 4693 draw_window->DrawList->AddRectFilled(rect.Min, rect.Max, bg_color); in InputTextEx() 6669 // Currently the main responsibility of this function being to setup clip-rect + horizontal layout + menu navigation layer. 6684 // We don't clip with current window clipping rectangle as it is already set to the area below. However we clip with window full rect. 6743 // FIXME: The "rect-cut" aspect of this could be formalized into a lower-level helper (rect [all...] |
H A D | imgui.h | 903 IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true);// is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block. 2692 IMGUI_API void CalcCustomRectUV(const ImFontAtlasCustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max) const;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state.c | 1064 memcpy(nv50->window_rect.rect, rectangles, in nv50_set_window_rectangles()
|
H A D | nv50_surface.c | 1285 memcpy(nv50->window_rect.rect, info->window_rectangles, in nv50_blitctx_pre_blit()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 988 memcpy(nvc0->window_rect.rect, rectangles, in nvc0_set_window_rectangles()
|
H A D | nvc0_surface.c | 1088 memcpy(nvc0->window_rect.rect, info->window_rectangles, in nvc0_blitctx_pre_blit()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 1153 iris_emit_cmd(batch, GENX(3DSTATE_DRAWING_RECTANGLE), rect) { in iris_init_render_context() 1154 rect.ClippedDrawingRectangleXMax = UINT16_MAX; in iris_init_render_context() 1155 rect.ClippedDrawingRectangleYMax = UINT16_MAX; in iris_init_render_context()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | regs.h | 1602 void rkisp_config_dcrop(struct rkisp_stream *stream, struct v4l2_rect *rect, bool async);
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | regs.h | 1624 void rkisp_config_dcrop(struct rkisp_stream *stream, struct v4l2_rect *rect, bool async);
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 7574 crocus_emit_cmd(batch, GENX(3DSTATE_DRAWING_RECTANGLE), rect) { 7575 rect.ClippedDrawingRectangleXMax = fb->width - 1; 7576 rect.ClippedDrawingRectangleYMax = fb->height - 1;
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 2786 const struct phys_rect *rect, in tp_interface_toggle_touch() 2783 tp_interface_toggle_touch(struct evdev_dispatch *dispatch, struct evdev_device *device, enum evdev_arbitration_state which, const struct phys_rect *rect, uint64_t time) tp_interface_toggle_touch() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 2358 rect2D[0], // VkRect2D rect in draw() 2389 clearRect.rect = rect2D[1]; in draw() 3427 clearRect2D, // VkRect2D rect in clear()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1332 const vk::VkClearRect rect = in commandClearAttachment() local 1334 { offset, extent }, // VkRect2D rect; in commandClearAttachment() 1339 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in commandClearAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1330 const vk::VkClearRect rect = in commandClearAttachment() local 1332 { offset, extent }, // VkRect2D rect; in commandClearAttachment() 1337 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in commandClearAttachment()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 674 size += vn_sizeof_VkRect2D(&val->rect); in vn_sizeof_VkClearRect() 683 vn_encode_VkRect2D(enc, &val->rect); in vn_encode_VkClearRect()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 4875 ArkUI_Int32 (*setMask)(ArkUIDialogHandle handle, ArkUI_Uint32 maskColor, ArkUIRect* rect);
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2036 VkRect2D rect; member
|