Searched refs:r_outer (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dclip-test.c42 pixman_fixed_t r_outer; local in function:main
58 r_outer = pixman_double_to_fixed (100.0);
61 r_inner, r_outer,
H A Dgradient-test.c42 pixman_fixed_t r_outer;
59 r_outer = pixman_double_to_fixed (50.0);
68 r_inner, r_outer,
H A Dalpha-test.c47 pixman_fixed_t r_outer;
80 r_outer = pixman_double_to_fixed (50.0);
89 r_inner, r_outer,
/xsrc/external/mit/pixman/dist/test/
H A Dradial-perf-test.c10 static const pixman_fixed_t r_outer = 64 << 16; local in function:main
30 &inner, &outer, r_inner, r_outer, stops, ARRAY_LENGTH (stops));
H A Dgradient-crash-test.c86 pixman_fixed_t r_outer; local in function:main
99 r_outer = pixman_double_to_fixed (50.0);
133 r_inner, r_outer,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7021 // r_outer = the visible area rectangle, minus safe area padding. If our popup size won't fit because of safe area padding we ignore it.
7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) argument
7024 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size);
7026 //GImGui->OverlayDrawList.AddRect(r_outer.Min, r_outer.Max, IM_COL32(0,255,0,255));
7042 if (!r_outer.Contains(ImRect(pos, pos + size)))
7056 float avail_w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.x : r_outer.Min.x);
7057 float avail_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer
7079 ImRect r_outer = GetWindowAllowedExtentRect(window); local in function:ImGui::FindBestWindowPosForPopup
[all...]
H A Dimgui_internal.h1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
H A Dimgui_widgets.cpp1363 ImRect r_outer = GetWindowAllowedExtentRect(popup_window); local in function:ImGui::BeginCombo
1364 ImVec2 pos = FindBestWindowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, frame_bb, ImGuiPopupPositionPolicy_ComboBox);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7021 // r_outer = the visible area rectangle, minus safe area padding. If our popup size won't fit because of safe area padding we ignore it.
7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) argument
7024 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size);
7026 //GImGui->OverlayDrawList.AddRect(r_outer.Min, r_outer.Max, IM_COL32(0,255,0,255));
7042 if (!r_outer.Contains(ImRect(pos, pos + size)))
7056 float avail_w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.x : r_outer.Min.x);
7057 float avail_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer
7079 ImRect r_outer = GetWindowAllowedExtentRect(window); local in function:ImGui::FindBestWindowPosForPopup
[all...]
H A Dimgui_internal.h1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
H A Dimgui_widgets.cpp1363 ImRect r_outer = GetWindowAllowedExtentRect(popup_window); local in function:ImGui::BeginCombo
1364 ImVec2 pos = FindBestWindowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, frame_bb, ImGuiPopupPositionPolicy_ComboBox);

Completed in 66 milliseconds