Home
last modified time | relevance | path

Searched refs:r_max (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
Dlcra.c174 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/
Dgstximagesrc.c404 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/
Dimgui.h654 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
Dimgui.cpp4007 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/
Dimgui.h647 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
Dimgui.cpp3945 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/
Dimgui.h903 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
Dimgui.cpp4648 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()