/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 1187 ImGuiScrollFlags_NoScrollParent = 1 << 6, // Disable forwarding scrolling to parent window if required to keep item/rect visible (only scroll window the function was applied to). 1341 // Calculate work rect pos/size given a set of offset (we have 1 pair of offset for rect locked from last frame data, and 1 pair for currently building rect) 1501 bool HoveredIdDisabled; // At least one widget passed the rect test, but has been discarded by disabled flag or popup inhibit. May be true even if HoveredId == 0. 1978 ImRect InnerClipRect; // == InnerRect shrunk by WindowPadding*0.5f on each side, clipped within viewport or parent clip rect. 2249 ImRect Bg0ClipRectForDrawCmd; // Actual ImDrawCmd clip rect for BG0/1 channel. This tends to be == OuterWindow->ClipRect at BeginTable() because output in BG0/BG1 is cpu-clipped 2250 ImRect Bg2ClipRectForDrawCmd; // Actual ImDrawCmd clip rect for BG2 channel. This tends to be a correct, tight-fit, because output to BG2 are done by widgets relying on regular ClipRect. 2256 ImDrawListSplitter* DrawSplitter; // Shortcut to TempData->DrawSplitter while in table. Isolate draw commands per columns to avoid switching clip rect constantly 2439 IMGUI_API void ScrollToRect(ImGuiWindow* window, const ImRect& rect, ImGuiScrollFlag [all...] |
H A D | imgui.cpp | 602 - 2016/04/26 (1.49) - changed ImDrawList::PushClipRect(ImVec4 rect) to ImDrawList::PushClipRect(Imvec2 min,ImVec2 max,bool intersect_with_current_clip_rect=false). Note that higher-level ImGui::PushClipRect() is preferable because it will clip at logic/widget level, whereas ImDrawList::PushClipRect() only affect your renderer. 2264 // We create the union of the ClipRect and the scoring rect which at worst should be 1 page away from ClipRect in CalcListClipping() 5374 ImRect rect = window->Rect(); in GetResizeBorderRect() local 5376 rect.Max -= ImVec2(1, 1); in GetResizeBorderRect() 5377 if (border_n == ImGuiDir_Left) { return ImRect(rect.Min.x - thickness, rect.Min.y + perp_padding, rect.Min.x + thickness, rect.Max.y - perp_padding); } in GetResizeBorderRect() 5378 if (border_n == ImGuiDir_Right) { return ImRect(rect.Max.x - thickness, rect in GetResizeBorderRect() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 2897 const SkRect& rect = rects[contour]; in ShowOnePath() local 2898 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop, in ShowOnePath() 2899 rect.fRight, rect.fBottom, directions[contour] == SkPathDirection::kCCW in ShowOnePath()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp_dscl.c | 645 struct dcn10_dpp *dpp, const struct rect *recout) in dpp1_dscl_set_recout()
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-regs.c | 135 /* Note: s3c244x requirement: left = f_width - rect.width / 2 */ in camif_hw_set_camera_crop() 276 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis.h | 655 const struct fb_fillrect *rect);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis.h | 654 const struct fb_fillrect *rect);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp_dscl.c | 588 const struct rect *recout) in dpp1_dscl_set_recout()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-regs.c | 135 /* Note: s3c244x requirement: left = f_width - rect.width / 2 */ in camif_hw_set_camera_crop() 276 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.cpp | 271 ¶ms->rect); in executeCommands()
|
H A D | SecondaryCommandBuffer.h | 162 VkClearRect rect; member 1040 paramStruct->rect = rects[0]; in clearAttachments()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 342 RenderCommandEncoder &setScissorRect(const MTLScissorRect &rect);
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 475 - 2016/04/26 (1.49) - changed ImDrawList::PushClipRect(ImVec4 rect) to ImDrawList::PushClipRect(Imvec2 min,ImVec2 max,bool intersect_with_current_clip_rect=false). Note that higher-level ImGui::PushClipRect() is preferable because it will clip at logic/widget level, whereas ImDrawList::PushClipRect() only affect your renderer. 4686 ImRect rect = window->Rect(); in GetResizeBorderRect() local 4687 if (thickness == 0.0f) rect.Max -= ImVec2(1,1); in GetResizeBorderRect() 4688 if (border_n == 0) return ImRect(rect.Min.x + perp_padding, rect.Min.y - thickness, rect.Max.x - perp_padding, rect.Min.y + thickness); // Top in GetResizeBorderRect() 4689 if (border_n == 1) return ImRect(rect.Max.x - thickness, rect.Min.y + perp_padding, rect in GetResizeBorderRect() [all...] |
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 4747 wuffs_base__rect_ie_u32 rect, 4992 wuffs_base__rect_ie_u32 rect, 5050 wuffs_base__rect_ie_u32 rect, 5063 wuffs_base__rect_ie_u32 rect, in set_color_u32_fill_rect() 5065 return wuffs_base__pixel_buffer__set_color_u32_fill_rect(this, rect, color); in set_color_u32_fill_rect() 16404 wuffs_base__rect_ie_u32 rect, in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 16407 uint32_t width = wuffs_base__rect_ie_u32__width(&rect); in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 16408 if ((stride == (2 * ((uint64_t)width))) && (rect.min_incl_x == 0)) { in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 16410 pb->private_impl.planes[0].ptr + (stride * ((size_t)rect.min_incl_y)); in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 16411 uint32_t height = wuffs_base__rect_ie_u32__height(&rect); in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 5062 set_color_u32_fill_rect( wuffs_base__rect_ie_u32 rect, wuffs_base__color_u32_argb_premul color) set_color_u32_fill_rect() argument 16402 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint16_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() argument 16433 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint32_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxx() argument 16464 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint32_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxx() argument 16495 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxxxxxx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint64_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxxxxxx() argument 16526 wuffs_base__pixel_buffer__set_color_u32_fill_rect( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, wuffs_base__color_u32_argb_premul color) wuffs_base__pixel_buffer__set_color_u32_fill_rect() argument [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 4532 wuffs_base__rect_ie_u32 rect, 4777 wuffs_base__rect_ie_u32 rect, 4835 wuffs_base__rect_ie_u32 rect, 4848 wuffs_base__rect_ie_u32 rect, in set_color_u32_fill_rect() 4850 return wuffs_base__pixel_buffer__set_color_u32_fill_rect(this, rect, color); in set_color_u32_fill_rect() 15346 wuffs_base__rect_ie_u32 rect, in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 15349 uint32_t width = wuffs_base__rect_ie_u32__width(&rect); in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 15350 if ((stride == (2 * ((uint64_t)width))) && (rect.min_incl_x == 0)) { in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 15352 pb->private_impl.planes[0].ptr + (stride * ((size_t)rect.min_incl_y)); in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 15353 uint32_t height = wuffs_base__rect_ie_u32__height(&rect); in wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() 4847 set_color_u32_fill_rect( wuffs_base__rect_ie_u32 rect, wuffs_base__color_u32_argb_premul color) set_color_u32_fill_rect() argument 15344 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint16_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xx() argument 15375 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint32_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxx() argument 15406 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint32_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxx() argument 15437 wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxxxxxx( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, uint64_t color) wuffs_base__pixel_buffer__set_color_u32_fill_rect__xxxxxxxx() argument 15468 wuffs_base__pixel_buffer__set_color_u32_fill_rect( wuffs_base__pixel_buffer* pb, wuffs_base__rect_ie_u32 rect, wuffs_base__color_u32_argb_premul color) wuffs_base__pixel_buffer__set_color_u32_fill_rect() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.c | 2341 struct drm_rect rect; in tegra_plane_overlap_mask() local 2354 rect = plane_state->dst; in tegra_plane_overlap_mask() 2369 if (drm_rect_intersect(&rect, &other_state->dst)) in tegra_plane_overlap_mask()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 1930 auto& rect = colorImageRenderArea[viewIndex]; in FragmentDensityMapTestInstance() local 1931 rect.extent.width = halfWidth; in FragmentDensityMapTestInstance() 1932 rect.offset.x = isOdd * halfWidth; in FragmentDensityMapTestInstance()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 768 const VkClearRect rect = { makeRect2D(m_renderSize), 0u, 1u }; in drawCommands() local 793 vk.cmdClearAttachments(cmdBuffer, (deUint32)clearAttachments.size(), clearAttachments.data(), 1u, &rect); in drawCommands()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 2005 D3D12_RECT rect = { (int)dstx, (int)dsty, 2009 clear_color, 1, &rect); 2046 D3D12_RECT rect = { (int)dstx, (int)dsty, 2050 depth, stencil, 1, &rect);
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-v4l2.c | 18 #include <media/v4l2-rect.h> 499 /* Make sure compose rect fits inside output format */ in rvin_s_selection()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state_validate.c | 302 struct pipe_scissor_state *s = &nv50->window_rect.rect[i]; in nv50_validate_window_rects()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 861 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 1003 const EGLint rect[4] = { x, y, width, height }; in dri2_x11_post_sub_buffer() local 1008 return dri2_x11_swap_buffers_region(disp, draw, 1, rect); in dri2_x11_post_sub_buffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 845 const vk::VkClearRect rect = in commandClearAttachment() local 847 { offset, extent }, // VkRect2D rect; in commandClearAttachment() 852 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in commandClearAttachment()
|
/third_party/skia/src/gpu/ops/ |
H A D | TextureOp.cpp | 131 // so a sufficiently large rect is returned even if the quad ends up batched with an op that uses 151 // Inset with pin to the rect center. in normalize_and_inset_subset() 160 // Flip top and bottom to keep the rect sorted when loaded back to SkRect. in normalize_and_inset_subset() 198 // can push all the way up to the edges of the the subset rect and the sampler shouldn't in safe_to_ignore_subset_rect() 211 // If the local quad is inset by at least 0.5 pixels into the subset rect's bounds, the in safe_to_ignore_subset_rect() 217 // The subset rect cannot be ignored safely. in safe_to_ignore_subset_rect() 331 // entry does not, this rect will equal kLargeRect, so it automatically has no effect. 434 // If subsetRect is not null it will be used to apply a strict src rect-style constraint. 450 // optimizations based on the rect and matrix when appropriate in TextureOpImpl() 600 // Check (briefly) if the subset rect i in TextureOpImpl() 1408 SkRect rect = GrTest::TestRect(random); GR_DRAW_OP_TEST_DEFINE() local [all...] |