Searched refs:r_max (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/panfrost/util/ |
D | lcra.c | 174 unsigned r_max = l->class_size[_class]; in lcra_solve() local 175 unsigned k_max = r_max >> shift; in lcra_solve()
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 404 gint r_shift, r_max, r_shift_out; in composite_pixel() local 438 r_max = (xcontext->visual->red_mask >> r_shift); in composite_pixel() 442 #define RGBXXX_R(x) (((x)>>r_shift) & (r_max)) in composite_pixel() 446 dr = (RGBXXX_R (color) * 255) / r_max; in composite_pixel() 454 color = (((dr * r_max) / 255) << r_shift_out) + in composite_pixel()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 654 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
|
D | imgui.cpp | 4007 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) in IsMouseHoveringRect() argument 4012 ImRect rect_clipped(r_min, r_max); in IsMouseHoveringRect()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 647 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
|
D | imgui.cpp | 3945 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) in IsMouseHoveringRect() argument 3950 ImRect rect_clipped(r_min, r_max); in IsMouseHoveringRect()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 903 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
|
D | imgui.cpp | 4648 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) in IsMouseHoveringRect() argument 4653 ImRect rect_clipped(r_min, r_max); in IsMouseHoveringRect()
|