Searched refs:ImSwap (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 224 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
|
D | imgui.cpp | 1745 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()
|
D | imgui_draw.cpp | 2988 ImSwap(x_start_norm, x_end_norm); in RenderRectFilledRangeH()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_internal.h | 231 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
|
D | imgui.cpp | 1783 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()
|
D | imgui_draw.cpp | 3000 ImSwap(x_start_norm, x_end_norm); in RenderRectFilledRangeH()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 1489 …ImSwap(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()
|
D | imgui.cpp | 1866 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()
|
D | imgui_widgets.cpp | 2673 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()
|
D | imgui_internal.h | 419 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
|
D | imgui_draw.cpp | 3841 ImSwap(x_start_norm, x_end_norm); in RenderRectFilledRangeH()
|