Home
last modified time | relevance | path

Searched refs:ImSwap (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h224 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
Dimgui.cpp1745 ImSwap(g, b); in ColorConvertRGBtoHSV()
1750 ImSwap(r, g); in ColorConvertRGBtoHSV()
4640 if (resize_rect.Min.x > resize_rect.Max.x) ImSwap(resize_rect.Min.x, resize_rect.Max.x); in UpdateManualResize()
4641 if (resize_rect.Min.y > resize_rect.Max.y) ImSwap(resize_rect.Min.y, resize_rect.Max.y); in UpdateManualResize()
Dimgui_draw.cpp2988 ImSwap(x_start_norm, x_end_norm); in RenderRectFilledRangeH()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h231 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
Dimgui.cpp1783 ImSwap(g, b); in ColorConvertRGBtoHSV()
1788 ImSwap(r, g); in ColorConvertRGBtoHSV()
4723 if (resize_rect.Min.x > resize_rect.Max.x) ImSwap(resize_rect.Min.x, resize_rect.Max.x); in UpdateManualResize()
4724 if (resize_rect.Min.y > resize_rect.Max.y) ImSwap(resize_rect.Min.y, resize_rect.Max.y); in UpdateManualResize()
Dimgui_draw.cpp3000 ImSwap(x_start_norm, x_end_norm); in RenderRectFilledRangeH()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp1489ImSwap(table->Columns[table->DisplayOrderToIndex[order_n]].DisplayOrder, table->Columns[table->Dis… in TableSetupScrollFreeze()
1490 ImSwap(table->DisplayOrderToIndex[order_n], table->DisplayOrderToIndex[column_n]); in TableSetupScrollFreeze()
Dimgui.cpp1866 ImSwap(g, b); in ColorConvertRGBtoHSV()
1871 ImSwap(r, g); in ColorConvertRGBtoHSV()
5440 if (resize_rect.Min.x > resize_rect.Max.x) ImSwap(resize_rect.Min.x, resize_rect.Max.x); in UpdateWindowManualResize()
5441 if (resize_rect.Min.y > resize_rect.Max.y) ImSwap(resize_rect.Min.y, resize_rect.Max.y); in UpdateWindowManualResize()
Dimgui_widgets.cpp2673 ImSwap(v_min, v_max); in ScaleRatioFromValueT()
2740 ImSwap(v_min_fudged, v_max_fudged); in ScaleValueFromRatioT()
3402 ImSwap(p_clamp_min, p_clamp_max); in TempInputScalar()
Dimgui_internal.h419 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
Dimgui_draw.cpp3841 ImSwap(x_start_norm, x_end_norm); in RenderRectFilledRangeH()