/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 62 RECT clip_rect; /**< The subarea of the screen or window to clip */ member 243 RECT clip_rect; in gdigrab_read_header() local 458 RECT clip_rect = gdigrab->clip_rect; in paint_mouse_pointer() local 536 RECT clip_rect = gdigrab->clip_rect; in gdigrab_read_packet() local
|
/third_party/flutter/engine/flutter/flow/layers/ |
D | clip_rect_layer.cc | 9 ClipRectLayer::ClipRectLayer(const SkRect& clip_rect, Clip clip_behavior) in ClipRectLayer()
|
D | clip_rrect_layer.cc | 62 SkRect clip_rect = clip_rrect_.rect(); in MapRect() local
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_opengl2.cpp | 139 …ImVec4 clip_rect = ImVec4(pcmd->ClipRect.x - pos.x, pcmd->ClipRect.y - pos.y, pcmd->ClipRect.z - p… in ImGui_ImplOpenGL2_RenderDrawData() local
|
D | imgui_impl_opengl3.cpp | 245 …ImVec4 clip_rect = ImVec4(pcmd->ClipRect.x - pos.x, pcmd->ClipRect.y - pos.y, pcmd->ClipRect.z - p… in ImGui_ImplOpenGL3_RenderDrawData() local
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_surface.h | 85 SDL_Rect clip_rect; /**< Read-only */ member
|
/third_party/flutter/engine/flutter/flow/ |
D | embedded_views.h | 22 enum MutatorType { clip_rect, clip_rrect, clip_path, transform, opacity }; enumerator
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstspu-vobsub.h | 58 SpuRect clip_rect; member
|
/third_party/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 196 …ImVec4 clip_rect = ImVec4(pcmd->ClipRect.x - pos.x, pcmd->ClipRect.y - pos.y, pcmd->ClipRect.z - p… in ImGui_ImplOpenGL3_RenderDrawData() local
|
/third_party/weston/tests/ |
D | weston-test-client-helper.c | 1205 const struct rectangle *clip_rect) in image_check_get_roi() 1332 const struct rectangle *clip_rect, const struct range *prec) in check_images_match() 1413 const struct rectangle *clip_rect, in visualize_image_difference()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_sysrender.h | 146 SDL_Rect clip_rect; member
|
/third_party/flutter/skia/experimental/pvg/ |
D | draw_msg.proto | 256 ClipRect clip_rect = 5; field
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 256 ClipRect clip_rect = 5; field
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_render_sw.c | 384 SDL_Rect clip_rect; in SW_RenderClear() local
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.cpp | 2273 …* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClippedEx() 2301 …nst char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClipped() 5278 ImRect clip_rect = text_r; in Begin() local 7001 …d inline NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir, ImRect& r, const ImRect& clip_rect) in NavClampRectToVisibleAreaForMoveDir() 9171 ImRect clip_rect = pcmd->ClipRect; in ShowMetricsWindow() local
|
D | imgui_draw.cpp | 1187 ImVec4 clip_rect = _ClipRectStack.back(); in AddText() local 2737 …erText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const ch… in RenderText() argument
|
D | imgui_widgets.cpp | 149 const ImRect clip_rect = window->ClipRect; in TextUnformatted() local 3615 …const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + size.x, frame_bb.Min.y + s… in InputTextEx() local 5511 …ImRect clip_rect(ImFloor(bar_rect.Min.x + 0.5f), ImFloor(bar_rect.Min.y + window->WindowBorderSize… in BeginMenuBar() local
|
D | imgui_demo.cpp | 1998 ImVec4 clip_rect(pos.x, pos.y, pos.x + size.x, pos.y + size.y); in ShowDemoWindowLayout() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 2329 …* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClippedEx() 2357 …nst char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClipped() 5404 ImRect clip_rect = text_r; in Begin() local 7144 …d inline NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir, ImRect& r, const ImRect& clip_rect) in NavClampRectToVisibleAreaForMoveDir() 9332 ImRect clip_rect = pcmd->ClipRect; in ShowMetricsWindow() local
|
D | imgui_draw.cpp | 1194 ImVec4 clip_rect = _ClipRectStack.back(); in AddText() local 2749 …erText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const ch… in RenderText() argument
|
D | imgui_widgets.cpp | 151 const ImRect clip_rect = window->ClipRect; in TextUnformatted() local 3621 …const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + size.x, frame_bb.Min.y + s… in InputTextEx() local 5536 …ImRect clip_rect(ImFloor(bar_rect.Min.x + 0.5f), ImFloor(bar_rect.Min.y + window->WindowBorderSize… in BeginMenuBar() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1589 ImVec4 clip_rect = _CmdHeader.ClipRect; in AddText() local 3534 …erText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const ch… in RenderText() argument
|
D | imgui.cpp | 2750 …* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClippedEx() 2778 …nst char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClipped() 8838 …d inline NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir, ImRect& r, const ImRect& clip_rect) in NavClampRectToVisibleAreaForMoveDir() 11769 ImRect clip_rect = draw_cmd->ClipRect; in DebugNodeDrawCmdShowMeshAndBoundingBox() local
|
D | imgui_tables.cpp | 3636 void ImGui::SetWindowClipRectBeforeSetChannel(ImGuiWindow* window, const ImRect& clip_rect) in SetWindowClipRectBeforeSetChannel()
|
D | imgui_widgets.cpp | 4544 …const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + inner_size.x, frame_bb.Min… in InputTextEx() local 6687 …ImRect clip_rect(IM_ROUND(bar_rect.Min.x + window->WindowBorderSize), IM_ROUND(bar_rect.Min.y + wi… in BeginMenuBar() local
|