/third_party/pixman/demos/ |
D | gradient-test.c | 42 pixman_fixed_t r_outer; in main() 59 r_outer = pixman_double_to_fixed (50.0); in main() 68 r_inner, r_outer, in main()
|
D | clip-test.c | 42 pixman_fixed_t r_outer; in main() local 58 r_outer = pixman_double_to_fixed (100.0); in main() 61 r_inner, r_outer, in main()
|
D | alpha-test.c | 47 pixman_fixed_t r_outer; in main() 80 r_outer = pixman_double_to_fixed (50.0); in main() 89 r_inner, r_outer, in main()
|
/third_party/pixman/test/ |
D | gradient-crash-test.c | 86 pixman_fixed_t r_outer; in main() local 99 r_outer = pixman_double_to_fixed (50.0); in main() 133 r_inner, r_outer, in main()
|
D | radial-perf-test.c | 10 static const pixman_fixed_t r_outer = 64 << 16; in main() local 30 &inner, &outer, r_inner, r_outer, stops, ARRAY_LENGTH (stops)); in main()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.cpp | 6879 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument 6881 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx() 6899 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx() 6913 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx() 6914 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx() 6927 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx() 6928 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx() 6936 ImRect r_outer = GetWindowAllowedExtentRect(window); in FindBestWindowPosForPopup() local 6949 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup() 6954 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup() [all …]
|
D | imgui_internal.h | 1349 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_…
|
D | imgui_widgets.cpp | 1357 ImRect r_outer = GetWindowAllowedExtentRect(popup_window); in BeginCombo() local 1358 …Ex(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, frame_bb, ImGuiP… in BeginCombo()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 7022 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument 7024 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx() 7042 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx() 7056 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx() 7057 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx() 7070 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx() 7071 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx() 7079 ImRect r_outer = GetWindowAllowedExtentRect(window); in FindBestWindowPosForPopup() local 7092 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup() 7097 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup() [all …]
|
D | imgui_internal.h | 1396 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_…
|
D | imgui_widgets.cpp | 1363 ImRect r_outer = GetWindowAllowedExtentRect(popup_window); in BeginCombo() local 1364 …Ex(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, frame_bb, ImGuiP… in BeginCombo()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 8653 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument 8655 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx() 8673 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx() 8691 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx() 8692 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx() 8705 pos.x = ImMax(pos.x, r_outer.Min.x); in FindBestWindowPosForPopupEx() 8706 pos.y = ImMax(pos.y, r_outer.Min.y); in FindBestWindowPosForPopupEx() 8722 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx() 8723 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx() 8742 ImRect r_outer = GetPopupAllowedExtentRect(window); in FindBestWindowPosForPopup() local [all …]
|
D | imgui_internal.h | 2508 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_…
|
D | imgui_widgets.cpp | 1675 ImRect r_outer = GetPopupAllowedExtentRect(popup_window); in BeginComboPopup() local 1676 …rPopupEx(bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, bb, ImGuiPopupPo… in BeginComboPopup()
|